ANSYS ACT API Reference Guide PDF
ANSYS ACT API Reference Guide PDF
ANSYS, ANSYS Workbench, AUTODYN, CFX, FLUENT and any and all ANSYS, Inc. brand, product, service and feature
names, logos and slogans are registered trademarks or trademarks of ANSYS, Inc. or its subsidiaries located in the
United States or other countries. ICEM CFD is a trademark used by ANSYS, Inc. under license. CFX is a trademark
of Sony Corporation in Japan. All other brand, product, service and feature names or trademarks are the property
of their respective owners. FLEXlm and FLEXnet are trademarks of Flexera Software LLC.
Disclaimer Notice
THIS ANSYS SOFTWARE PRODUCT AND PROGRAM DOCUMENTATION INCLUDE TRADE SECRETS AND ARE CONFID-
ENTIAL AND PROPRIETARY PRODUCTS OF ANSYS, INC., ITS SUBSIDIARIES, OR LICENSORS. The software products
and documentation are furnished by ANSYS, Inc., its subsidiaries, or affiliates under a software license agreement
that contains provisions concerning non-disclosure, copying, length and nature of use, compliance with exporting
laws, warranties, disclaimers, limitations of liability, and remedies, and other provisions. The software products
and documentation may be used, disclosed, transferred, or copied only in accordance with the terms and conditions
of that software license agreement.
ANSYS, Inc. and ANSYS Europe, Ltd. are UL registered ISO 9001: 2008 companies.
For U.S. Government users, except as specifically granted by the ANSYS, Inc. software license agreement, the use,
duplication, or disclosure by the United States Government is subject to restrictions stated in the ANSYS, Inc.
software license agreement and FAR 12.212 (for non-DOD licenses).
Third-Party Software
See the legal information in the product help files for the complete Legal Notice for ANSYS proprietary software
and third-party software. If you are unable to access the Legal Notice, contact ANSYS, Inc.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. iii
ACT API Reference Guide
FieldAdapter ................................................................................................................................... 17
FieldAdapter(IDSBCInformation) ............................................................................................... 17
FieldProvider ............................................................................................................................ 18
ChangeFieldDefinitionType(AnsBCLVType, kEDDataType) .......................................................... 18
IDefinition ................................................................................................................................ 18
Adapt(IDSBCInformation) ................................................................................................... 18
Keywords ................................................................................................................................. 19
Constant ............................................................................................................................ 19
ConstantRamped ................................................................................................................ 19
Free .................................................................................................................................... 19
Function ............................................................................................................................. 20
Table .................................................................................................................................. 20
Get(kEDDataType) .............................................................................................................. 20
FieldAdapterManager ..................................................................................................................... 20
AdapterDefinitions ................................................................................................................... 20
RegisterNewAdapter(IDefinition) .............................................................................................. 21
UnregisterAdapter(int) .............................................................................................................. 21
Ansys.ACT.Interfaces.Graphics Namespace ....................................................................................... 23
IModelViewManager ...................................................................................................................... 23
NumberOfViews ....................................................................................................................... 23
ApplyModelView(int) ................................................................................................................ 24
ApplyModelView(string) ........................................................................................................... 24
CaptureModelView(int, string) .................................................................................................. 24
CaptureModelView(string, string) .............................................................................................. 24
CreateView() ............................................................................................................................. 25
CreateView(string) .................................................................................................................... 25
DeleteView(int) ........................................................................................................................ 25
DeleteView(string) .................................................................................................................... 25
ExportModelViews(string) ........................................................................................................ 26
ImportModelViews(string) ........................................................................................................ 26
RenameView(int, string) ............................................................................................................ 26
RenameView(string, string) ....................................................................................................... 26
Ansys.ACT.Interfaces.Mechanical Namespace ................................................................................... 29
IMechanicalCamera ........................................................................................................................ 29
RotateView(double) .................................................................................................................. 29
IMechanicalDataModel ................................................................................................................... 30
Project ..................................................................................................................................... 30
Tree .......................................................................................................................................... 30
CurrentUnitFromQuantityName(string) ..................................................................................... 30
GetObjectById(int) .................................................................................................................... 31
IMechanicalExtAPI .......................................................................................................................... 31
LockPrePostLicense() ................................................................................................................ 31
UnlockPrePostLicense() ............................................................................................................. 31
IMechanicalGraphics ...................................................................................................................... 31
ModelViewManager ................................................................................................................. 32
IMechanicalSelectionInfo ................................................................................................................ 32
Entities ..................................................................................................................................... 32
IMechanicalUserLoad ...................................................................................................................... 32
IMechanicalUserObject ................................................................................................................... 32
Analysis .................................................................................................................................... 33
IMechanicalUserResult .................................................................................................................... 33
IMechanicalUserSolver .................................................................................................................... 33
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
iv of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
MechanicalPanelEnum ................................................................................................................... 33
Ansys.ACT.Interfaces.DesignModeler Namespace ............................................................................. 35
IDesignModelerDataModel ............................................................................................................. 36
Components ............................................................................................................................ 36
GeoData ................................................................................................................................... 36
GeometryBuilder ...................................................................................................................... 36
Queries .................................................................................................................................... 37
ComponentById(int) ................................................................................................................. 37
CurrentUnitFromQuantityName(string) ..................................................................................... 37
IDesignModelerExtAPI .................................................................................................................... 37
IDesignModelerGeoData ................................................................................................................ 37
Bodies ...................................................................................................................................... 38
Parts ......................................................................................................................................... 38
IDesignModelerGeoFeature ............................................................................................................ 38
Bodies ...................................................................................................................................... 38
MaterialType ............................................................................................................................ 39
AddProblematicGeometry(IEnumerable<IPSGeoEntity>, string) ................................................ 39
IDesignModelerSelectionInfo .......................................................................................................... 39
Entities ..................................................................................................................................... 39
Locations .................................................................................................................................. 39
IExtrude ......................................................................................................................................... 40
Depth ....................................................................................................................................... 40
Direction .................................................................................................................................. 40
Walled ...................................................................................................................................... 40
ApplyTo(IPSGeoEntity) .............................................................................................................. 40
IGeometryBuilder ........................................................................................................................... 41
Operations ............................................................................................................................... 41
Primitives ................................................................................................................................. 41
IIntersect ........................................................................................................................................ 41
ApplyTo(IEnumerable<IPSGeoBody>) ....................................................................................... 41
IOperations .................................................................................................................................... 42
Queries .................................................................................................................................... 42
Tools ........................................................................................................................................ 42
CreateExtrudeOperation(IEnumerable<double>, double) .......................................................... 43
CreateIntersectOperation(IEnumerable<IPSGeoBody>) ............................................................. 43
CreateRevolveOperation(IEnumerable<double>, IEnumerable<double>) .................................. 43
CreateSubtractOperation(IEnumerable<IPSGeoBody>) ............................................................. 43
CreateUnionOperation() ........................................................................................................... 44
IOperationTools .............................................................................................................................. 44
CopyBody(IPSGeoBody) ............................................................................................................ 44
CreatePart(IEnumerable<IPSGeoBody>) .................................................................................... 45
DeleteBody(IPSGeoBody) .......................................................................................................... 45
EdgesToWireBody(IEnumerable<IPSGeoEdge>) ........................................................................ 45
FacesToSheetBody(IEnumerable<IPSGeoFace>) ........................................................................ 45
Imprint(IPSGeoBody, IEnumerable<IPSGeoBody>) ..................................................................... 46
OffsetFace(IEnumerable<IPSGeoFace>, double) ........................................................................ 46
SheetBodyToSolidBody(IPSGeoBody) ........................................................................................ 46
SimplifyTopology(IPSGeoEntity) ................................................................................................ 47
ThickenBody(IPSGeoBody, IEnumerable<IPSGeoFace>, double, double) ..................................... 47
TransformBody(IPSGeoBody, Matrix4D) ..................................................................................... 47
WireToSheetBody(IPSGeoBody) ................................................................................................ 48
IPrimitives ...................................................................................................................................... 48
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. v
ACT API Reference Guide
Sheet ....................................................................................................................................... 48
Solid ......................................................................................................................................... 48
Wire ......................................................................................................................................... 48
IPSGeoBody ................................................................................................................................... 49
IPSGeoEdge .................................................................................................................................... 49
IPSGeoEntity .................................................................................................................................. 49
IPSGeoFace .................................................................................................................................... 49
IPSGeoPart ..................................................................................................................................... 49
IQueries .......................................................................................................................................... 49
Clash(IEnumerable<IPSGeoEntity>, IEnumerable<IPSGeoEntity>) .............................................. 50
Coincidence(IPSGeoEntity, IPSGeoEntity) ................................................................................... 50
Containment(IPSGeoEntity, IPSGeoEntity) ................................................................................. 50
Distance(IEnumerable<IPSGeoEntity>, IEnumerable<IPSGeoEntity>) ......................................... 51
IRevolve ......................................................................................................................................... 51
Angle ....................................................................................................................................... 51
Axis .......................................................................................................................................... 52
Origin ....................................................................................................................................... 52
Walled ...................................................................................................................................... 52
ApplyTo(IPSGeoEntity) .............................................................................................................. 52
ISheetCone ..................................................................................................................................... 52
Center ...................................................................................................................................... 53
Direction .................................................................................................................................. 53
Radius1 .................................................................................................................................... 53
Radius2 .................................................................................................................................... 53
ISheetCylinder ................................................................................................................................ 53
Center ...................................................................................................................................... 54
Direction .................................................................................................................................. 54
Radius ...................................................................................................................................... 54
ISheetPolygon ................................................................................................................................ 54
Points ....................................................................................................................................... 54
ISheets ........................................................................................................................................... 54
CreateCylinder(IEnumerable<double>, IEnumerable<double>, double) ..................................... 55
CreatePolygon(IEnumerable<double>) ..................................................................................... 55
ISheetSphere .................................................................................................................................. 55
Center ...................................................................................................................................... 56
Radius ...................................................................................................................................... 56
ISolidBox ........................................................................................................................................ 56
Point1 ...................................................................................................................................... 56
Point2 ...................................................................................................................................... 57
ISolidCone ...................................................................................................................................... 57
Center ...................................................................................................................................... 57
Direction .................................................................................................................................. 57
Radius1 .................................................................................................................................... 57
Radius2 .................................................................................................................................... 58
ISolidCylinder ................................................................................................................................. 58
Center ...................................................................................................................................... 58
Direction .................................................................................................................................. 58
Radius ...................................................................................................................................... 58
ISolids ............................................................................................................................................ 58
CreateBox(IEnumerable<double>, IEnumerable<double>) ........................................................ 59
CreateCone(IEnumerable<double>, IEnumerable<double>, double, double) ............................. 59
CreateCylinder(IEnumerable<double>, IEnumerable<double>, double) ..................................... 60
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
vi of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. vii
ACT API Reference Guide
ModelViewManager ....................................................................................................................... 75
NumberOfViews ....................................................................................................................... 76
ApplyModelView(int) ................................................................................................................ 76
ApplyModelView(string) ........................................................................................................... 77
Capture3DImage(string) ........................................................................................................... 77
CaptureModelView(int, string) .................................................................................................. 77
CaptureModelView(string, string) .............................................................................................. 77
CaptureModelView(int, string, string) ........................................................................................ 78
CaptureModelView(string, string, string) .................................................................................... 78
CaptureObjectImage(DataModelObject, string, string) ............................................................... 78
CreateView() ............................................................................................................................. 79
CreateView(string) .................................................................................................................... 79
DeleteView(int) ........................................................................................................................ 79
DeleteView(string) .................................................................................................................... 79
ExportModelViews(string) ........................................................................................................ 80
ImportModelViews(string) ........................................................................................................ 80
RenameView(int, string) ............................................................................................................ 80
RenameView(string, string) ....................................................................................................... 81
RotateView(double) .................................................................................................................. 81
SetActiveViewPort(int, int) ........................................................................................................ 81
SetBackView() ........................................................................................................................... 81
SetBottomView() ...................................................................................................................... 82
SetFitView() .............................................................................................................................. 82
SetFrontView() .......................................................................................................................... 82
SetISOView() ............................................................................................................................. 82
SetLeftView() ............................................................................................................................ 82
SetRightView() .......................................................................................................................... 82
SetTopView() ............................................................................................................................ 82
SetViewPorts(int, bool) .............................................................................................................. 83
Ansys.ACT.Automation.DesignModeler Namespace ......................................................................... 85
Extrusion ........................................................................................................................................ 85
Depth ....................................................................................................................................... 85
Depth2 ..................................................................................................................................... 86
Thin1 ........................................................................................................................................ 86
Thin2 ........................................................................................................................................ 86
Walled ...................................................................................................................................... 86
Feature ........................................................................................................................................... 86
Id ............................................................................................................................................. 87
Name ....................................................................................................................................... 87
FeatureManager ............................................................................................................................. 87
Count ....................................................................................................................................... 87
Item ......................................................................................................................................... 87
CreateNamedSelection() ........................................................................................................... 87
Generate() ................................................................................................................................ 88
NamedSelection ............................................................................................................................. 88
ExportNamedSelection ............................................................................................................. 88
IncludeInLegend ...................................................................................................................... 88
NumGeometry ......................................................................................................................... 89
PropagateNamedSelection ....................................................................................................... 89
Ansys.ACT.Automation.Mechanical Namespace ................................................................................ 91
Analysis .......................................................................................................................................... 93
Acoustics .................................................................................................................................. 96
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
viii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
AnalysisSettings ....................................................................................................................... 96
AnalysisType ............................................................................................................................ 96
CellId ........................................................................................................................................ 96
Children ................................................................................................................................... 96
Comments ............................................................................................................................... 97
DataModelObjectCategory ....................................................................................................... 97
EnvironmentTemperature ......................................................................................................... 97
Figures ..................................................................................................................................... 97
GenerateInputOnly ................................................................................................................... 97
InitialConditions ....................................................................................................................... 97
InternalObject .......................................................................................................................... 98
PhysicsType .............................................................................................................................. 98
Solution ................................................................................................................................... 98
Structural ................................................................................................................................. 98
SystemCaption ......................................................................................................................... 98
AddAcceleration() ..................................................................................................................... 98
AddAcousticAbsorptionElement() ............................................................................................. 98
AddAcousticAbsorptionSurface() .............................................................................................. 99
AddAcousticDiffuseSoundField() ............................................................................................... 99
AddAcousticFarFieldRadationSurface() ...................................................................................... 99
AddAcousticFreeSurface() ......................................................................................................... 99
AddAcousticImpedanceBoundary() ........................................................................................... 99
AddAcousticImpedanceSheet() ................................................................................................. 99
AddAcousticIncidentWaveSource() .......................................................................................... 100
AddAcousticMassSource() ....................................................................................................... 100
AddAcousticPort() .................................................................................................................. 100
AddAcousticPortInDuct() ........................................................................................................ 100
AddAcousticPressure() ............................................................................................................ 100
AddAcousticRadiationBoundary() ........................................................................................... 100
AddAcousticRigidWall() ........................................................................................................... 100
AddAcousticStaticPressure() .................................................................................................... 101
AddAcousticSurfaceVelocity() ................................................................................................. 101
AddAcousticSymmetryPlane() ................................................................................................. 101
AddAcousticTemperature() ..................................................................................................... 101
AddAcousticThermoViscousBLIBoundary() .............................................................................. 101
AddAcousticTransferAdmittanceMatrix() ................................................................................. 101
AddBearingLoad() ................................................................................................................... 102
AddBoltPretension() ............................................................................................................... 102
AddCommandSnippet() .......................................................................................................... 102
AddComment() ....................................................................................................................... 102
AddCompressionOnlySupport() .............................................................................................. 102
AddConvection() .................................................................................................................... 102
AddCoupling() ........................................................................................................................ 102
AddCurrent() .......................................................................................................................... 103
AddCylindricalSupport() ......................................................................................................... 103
AddDisplacement() ................................................................................................................. 103
AddEarthGravity() ................................................................................................................... 103
AddElasticSupport() ................................................................................................................ 103
AddEMTransducer() ................................................................................................................ 103
AddFigure() ............................................................................................................................ 104
AddFixedRotation() ................................................................................................................. 104
AddFixedSupport() ................................................................................................................. 104
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. ix
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
x of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xi
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xiii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xiv of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xv
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xvi of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xvii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xviii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xix
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xx of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xxi
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xxii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xxiii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xxiv of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xxv
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xxvi of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xxvii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xxviii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xxix
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xxx of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xxxi
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xxxii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xxxiii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xxxiv of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xxxv
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xxxvi of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xxxvii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xxxviii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xxxix
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xl of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xli
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xlii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xliii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xliv of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xlv
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xlvi of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xlvii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xlviii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xlix
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
l of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. li
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. liii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
liv of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lv
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lvi of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lvii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lviii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lix
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lx of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxi
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lxii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxiii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lxiv of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxv
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lxvi of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxvii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lxviii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxix
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lxx of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxxi
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lxxii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxxiii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lxxiv of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxxv
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lxxvi of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxxvii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lxxviii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxxix
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lxxx of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxxxi
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lxxxii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxxxiii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lxxxiv of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxxxv
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lxxxvi of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxxxvii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
lxxxviii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. lxxxix
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xc of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xci
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xcii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xciii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xciv of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xcv
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xcvi of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xcvii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
xcviii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. xcix
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
c of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. ci
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. ciii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
civ of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cv
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cvi of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cvii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cviii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cix
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cx of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cxi
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cxii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cxiii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cxiv of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cxv
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cxvi of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cxvii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cxviii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cxix
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cxx of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cxxi
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cxxii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cxxiii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cxxiv of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cxxv
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cxxvi of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cxxvii
ACT API Reference Guide
Id ......................................................................................................................................... 2221
Matrix ................................................................................................................................... 2221
Name ................................................................................................................................... 2221
Origin ................................................................................................................................... 2221
XAxis .................................................................................................................................... 2221
YAxis ..................................................................................................................................... 2222
ZAxis .................................................................................................................................... 2222
IDataObject ................................................................................................................................ 2222
Id ......................................................................................................................................... 2222
Name ................................................................................................................................... 2222
PropertyNames ..................................................................................................................... 2223
Type ..................................................................................................................................... 2223
PropertyValue(string) ............................................................................................................ 2223
PropertyValue(string, object) ................................................................................................. 2223
IDataObjectCollection ................................................................................................................. 2223
Ids ........................................................................................................................................ 2224
List ....................................................................................................................................... 2224
Names .................................................................................................................................. 2224
GetById(int) .......................................................................................................................... 2224
GetByName(string) ............................................................................................................... 2225
GetEnumerator() ................................................................................................................... 2225
NamesByType(string) ............................................................................................................ 2225
IDataObjectContainer ................................................................................................................. 2225
DataObjects .......................................................................................................................... 2225
ISolverData ................................................................................................................................. 2226
CurrentStep .......................................................................................................................... 2226
MaxElementId ...................................................................................................................... 2226
MaxElementType .................................................................................................................. 2227
MaxNodeId ........................................................................................................................... 2227
SolveType ............................................................................................................................. 2227
GetContactId(int) .................................................................................................................. 2227
GetContactTargetId(int) ........................................................................................................ 2227
GetCoordinateSystemSolverId(int) ........................................................................................ 2228
GetMaterialSolverId(int) ........................................................................................................ 2228
GetNewElementId() .............................................................................................................. 2228
GetNewElementType() .......................................................................................................... 2228
GetNewNodeId() ................................................................................................................... 2228
GetRemotePointNodeId(int) .................................................................................................. 2229
SolveTypeEnum .......................................................................................................................... 2229
Ansys.DesignXplorer.API.Common Namespace ............................................................................. 2231
enumDistributionType ................................................................................................................ 2231
enumParameterRelationshipType ............................................................................................... 2231
enumPointState .......................................................................................................................... 2232
enumSimulationType .................................................................................................................. 2232
IMethod ..................................................................................................................................... 2232
AddDoubleListVariable(string, IListCpp, double) ..................................................................... 2232
AddDoubleVariable(string, double, double, double) ............................................................... 2233
AddIntegerListVariable(string, IListCpp, int) ............................................................................ 2233
AddOutput(string) ................................................................................................................ 2234
AddParameterRelationship(string, string, string, enumParameterRelationshipType) ................ 2234
CanRun(out String) ............................................................................................................... 2234
get_Setting(string) ................................................................................................................ 2235
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cxxviii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cxxix
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cxxx of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cxxxi
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cxxxii of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cxxxiii
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cxxxiv of ANSYS, Inc. and its subsidiaries and affiliates.
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. cxxxv
ACT API Reference Guide
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
cxxxvi of ANSYS, Inc. and its subsidiaries and affiliates.
Part I: Namespaces
Ansys.ACT.Core Namespace
Declaration Syntax
namespace Ansys.ACT.Core
Table 1: Members
ExtensionId
Provides service to uniquely identify the extension.
Declaration Syntax
public class ExtensionId
Table 2: Members
UniqueId
Get the unique id of the extension.
Declaration Syntax
public string UniqueId { get; }
ProcessUtilities
This class exposes process-based utility methods used to run external applications.
Declaration Syntax
public class ProcessUtilities : IProcessUtilities
Table 3: Members
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 3
Ansys.ACT.Core Namespace
Method Start(string, bool, params string[]) (p. 4) Starts an application, file, or other
target.
Declaration Syntax
public virtual int Start(string target, params string[] args)
Parameters
target(string)
The fully-qualified path to the application, file, or other target
args(string[])
Command line arguments
Declaration Syntax
public virtual int Start(string target, bool useShell, params string[] args)
Parameters
target(string)
The fully-qualified path to the application, file, or other target
useShell(bool)
Indicates whether or not to execute the target using the OS shell
args(string[])
Command line arguments
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
4 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Core.Application.DataModel Namespace
Declaration Syntax
namespace Ansys.ACT.Core.Application.DataModel
Table 4: Members
IDataModelProvider
No details are provided for this entry.
Declaration Syntax
public interface IDataModelProvider
Table 5: Members
DataModel
No details are provided for this entry.
Declaration Syntax
public object DataModel { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 5
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
6 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Core.Utilities Namespace
Declaration Syntax
namespace Ansys.ACT.Core.Utilities
Table 6: Members
AttributeCollection
A collection of attributes.
Declaration Syntax
public class AttributeCollection : IEnumerable<KeyValuePair<string, object>>, IEnumerable, ISerializable,
IAttributeCollection
Table 7: Members
Item
Get or set an attribute value.
Declaration Syntax
public object Item { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 7
Ansys.ACT.Core.Utilities Namespace
Keys
The list of the available keys in the collection.
Declaration Syntax
public ICollection<string> Keys { get; }
Clone()
Create a clone of the currection collection.
Declaration Syntax
public AttributeCollection Clone()
Contains(string)
Check if the collection contains an attribute.
Declaration Syntax
public virtual bool Contains(string name)
Parameters
name(string)
The attribute name.
GetStringValue(string)
Gets an attribute value by its name.
Declaration Syntax
public virtual string GetStringValue(string name)
Parameters
name(string)
The name of the attribute.
GetValue(string)
Gets an attribute value by its name.
Declaration Syntax
public virtual object GetValue(string name)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
8 of ANSYS, Inc. and its subsidiaries and affiliates.
NamedCollection<T>
Parameters
name(string)
The name of the attribute.
GetValue(string, object)
Gets an attribute value by its name.
Declaration Syntax
public virtual object GetValue(string name, object defaultValue)
Parameters
name(string)
The name of the attribute.
defaultValue(object)
The default value
Remove(string)
Remove an attribute. The attribute cannot be removed if it was declared as static attribute.
Declaration Syntax
public virtual bool Remove(string name)
Parameters
name(string)
The name of the attribute.
SetValue(string, object)
Set an attribute value.
Declaration Syntax
public virtual void SetValue(string name, object value)
Parameters
name(string)
The name of the attribute.
value(object)
The value of the attrbiute.
NamedCollection<T>
Represents a collection of INamed objects that could be found by its Name field.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 9
Ansys.ACT.Core.Utilities Namespace
Declaration Syntax
public class NamedCollection<T> : ReadOnlyCollection<T>, INamedCollection<T>
Table 8: Members
Property Item (p. 10) The operator [] can find an object by its name.
Property Names (p. 10) Returns the list of the names of the objects in the
collection.
Item
The operator [] can find an object by its name.
Declaration Syntax
public T Item { get; }
Names
Returns the list of the names of the objects in the collection.
Declaration Syntax
public ReadOnlyCollection<string> Names { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
10 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Mechanical.Fields Namespace
Declaration Syntax
namespace Ansys.ACT.Mechanical.Fields
Table 9: Members
Field (p. 11) Represents a discrete or continuous field that can be used in a
component of a boundary condition from Mechanical, for instance.
Range (p. 12) Represents a domain for real values.
Variable (p. 12) Represents an object that is either an input or an output for a (See
Ansys.ACT.Mechanical.Fields.Variable.Field). Depending on whether it
is an input or output and on the way it is defined, this object holds
a series of discrete values or an expression that may involve other
variables.
VariableDefinitionType (p. 16) Defines the various ways to define the values of a variable.
Field
Represents a discrete or continuous field that can be used in a component of a boundary condition
from Mechanical, for instance.
Declaration Syntax
public sealed class Field
Inputs
Gets the input variables of this component.
Declaration Syntax
public IList<Variable> Inputs { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 11
Ansys.ACT.Mechanical.Fields Namespace
Name
Gets the name of this component.
Declaration Syntax
public string Name { get; }
Output
Gets the output variable of this component.
Declaration Syntax
public Variable Output { get; }
Range
Represents a domain for real values.
Declaration Syntax
public sealed struct Range : ValueType
Maximum
No details are provided for this entry.
Declaration Syntax
public readonly double Maximum
Minimum
No details are provided for this entry.
Declaration Syntax
public readonly double Minimum
Variable
Represents an object that is either an input or an output for a (See Ansys.ACT.Mechanical.Fields.Vari-
able.Field). Depending on whether it is an input or output and on the way it is defined, this object holds
a series of discrete values or an expression that may involve other variables.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
12 of ANSYS, Inc. and its subsidiaries and affiliates.
Variable
Declaration Syntax
public class Variable
Property DefinitionType (p. 13) Gets a value that indicates how this variable is defined.
Property DiscreteValueCount (p. 13) Gets the number of discrete values of this variable.
Property DiscreteValues (p. 14) Gets or sets the discrete values of this variable or if this
variable represents a free degree of freedom.
null
Property Index (p. 14) Gets the index of this variable in its container field.
Property IsInput (p. 14) Gets a value indicating whether this variable is an input for
its container field. Otherwise, it is an output variable.
Property IsOutput (p. 14) Gets a value indicating whether this variable is an output for
its container field. Otherwise, it is an input variable.
Property MinMaxDiscreteValues (p. 15) Returns a Tuple containing the min and max values from the
list of discrete values.
Property Name (p. 15) Gets the variable's name.
Property QuantityName (p. 15) Gets the name of the quantity represented by this variable.
Property Range (p. 15) Gets the domain of validity for variable's value.
Property Unit (p. 15) Gets the symbol of the unit used to express this variable's
values.
Method GetDiscreteValue(int) (p. 15) Changes a value at a given position in the tabular definition
of the variable.
Method SetDiscreteValue(int, Changes a value at a given position in the tabular definition
Quantity) (p. 16) of the variable.
DefinitionType
Gets a value that indicates how this variable is defined.
Declaration Syntax
public VariableDefinitionType DefinitionType { set;get; }
DiscreteValueCount
Gets the number of discrete values of this variable.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 13
Ansys.ACT.Mechanical.Fields Namespace
Declaration Syntax
public int DiscreteValueCount { get; }
DiscreteValues
Gets or sets the discrete values of this variable or if this variable represents a free degree of freedom.
null
Declaration Syntax
public IList<Quantity> DiscreteValues { set;get; }
Field
Gets the owner field.
Declaration Syntax
public Field Field { get; }
Formula
Gets or sets the expression that is used to defined this variable, or if the variable is not defined by a
function.
null
Declaration Syntax
public string Formula { set;get; }
Index
Gets the index of this variable in its container field.
Declaration Syntax
public int Index { get; }
IsInput
Gets a value indicating whether this variable is an input for its container field. Otherwise, it is an output
variable.
Declaration Syntax
public bool IsInput { get; }
IsOutput
Gets a value indicating whether this variable is an output for its container field. Otherwise, it is an input
variable.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
14 of ANSYS, Inc. and its subsidiaries and affiliates.
Variable
Declaration Syntax
public bool IsOutput { get; }
MinMaxDiscreteValues
Returns a Tuple containing the min and max values from the list of discrete values.
Declaration Syntax
public Tuple<Quantity, Quantity> MinMaxDiscreteValues { get; }
Name
Gets the variable's name.
Declaration Syntax
public string Name { get; }
QuantityName
Gets the name of the quantity represented by this variable.
Declaration Syntax
public string QuantityName { get; }
Range
Gets the domain of validity for variable's value.
Declaration Syntax
public Range Range { get; }
Unit
Gets the symbol of the unit used to express this variable's values.
Declaration Syntax
public string Unit { get; }
GetDiscreteValue(int)
Changes a value at a given position in the tabular definition of the variable.
Declaration Syntax
public Quantity GetDiscreteValue(int index)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 15
Ansys.ACT.Mechanical.Fields Namespace
Parameters
index(int)
Index of the value to change.
SetDiscreteValue(int, Quantity)
Changes a value at a given position in the tabular definition of the variable.
Declaration Syntax
public void SetDiscreteValue(int index, Quantity value)
Parameters
index(int)
Index of the value to change.
value(Quantity)
New value.
VariableDefinitionType
Defines the various ways to define the values of a variable.
Declaration Syntax
public enum VariableDefinitionType
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
16 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Mechanical.Fields.Adapters Namespace
Declaration Syntax
namespace Ansys.ACT.Mechanical.Fields.Adapters
FieldAdapter (p. 17) Base class for objects that handle the interface between the generic
boundary condition wrapper and the various types of concrete object
implemented in Mechanical.
FieldAdapterManager (p. 20) Static class that operates like a factory to create field adapters from
Mechanical objects.
FieldAdapter
Base class for objects that handle the interface between the generic boundary condition wrapper and
the various types of concrete object implemented in Mechanical.
Declaration Syntax
public abstract class FieldAdapter
Constructor FieldAdapter(IDSBCInformation) (p. 17) No details are provided for this entry.
Property FieldProvider (p. 18) Gets the wrapped object from Mechanical.
Method ChangeFieldDefinitionType(AnsBCLVType, Changes the definition type for a field of the
kEDDataType) (p. 18) wrapped object from Mechanical.
NestedType IDefinition (p. 18) Interface implemented by objects that specify
a type of adapter for a given field provider
object from Mechanical.
NestedType Keywords (p. 19) Helper static class that translates a
component definition type into the magic
string to provide to Mechanical object's
property to make it switch to the desired
definition.
FieldAdapter(IDSBCInformation)
No details are provided for this entry.
Declaration Syntax
protected FieldAdapter(IDSBCInformation fieldProvider)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 17
Ansys.ACT.Mechanical.Fields.Adapters Namespace
Parameters
fieldProvider(IDSBCInformation)
No details are provided for this entry.
FieldProvider
Gets the wrapped object from Mechanical.
Declaration Syntax
public IDSBCInformation FieldProvider { get; }
ChangeFieldDefinitionType(AnsBCLVType, kEDDataType)
Changes the definition type for a field of the wrapped object from Mechanical.
Declaration Syntax
public virtual abstract void ChangeFieldDefinitionType(AnsBCLVType fieldType, kEDDataType newType)
Parameters
fieldType(AnsBCLVType)
Value that identifies the component of the wrapped object to change.
newType(kEDDataType)
Value that corresponds to the new way to use for defining the component's values.
IDefinition
Interface implemented by objects that specify a type of adapter for a given field provider object from
Mechanical.
Declaration Syntax
public interface IDefinition
Method Adapt(IDSBCInformation) (p. 18) Creates an adapter for a given load object from
Mechanical.
Adapt(IDSBCInformation)
Creates an adapter for a given load object from Mechanical.
Declaration Syntax
public FieldAdapter Adapt(IDSBCInformation load)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
18 of ANSYS, Inc. and its subsidiaries and affiliates.
FieldAdapter
Parameters
load(IDSBCInformation)
Load to adapt.
Keywords
Helper static class that translates a component definition type into the magic string to provide to
Mechanical object's property to make it switch to the desired definition.
Declaration Syntax
public static class Keywords
Constant
No details are provided for this entry.
Declaration Syntax
public static readonly string Constant
ConstantRamped
No details are provided for this entry.
Declaration Syntax
public static readonly string ConstantRamped
Free
No details are provided for this entry.
Declaration Syntax
public static readonly string Free
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 19
Ansys.ACT.Mechanical.Fields.Adapters Namespace
Function
No details are provided for this entry.
Declaration Syntax
public static readonly string Function
Table
No details are provided for this entry.
Declaration Syntax
public static readonly string Table
Get(kEDDataType)
No details are provided for this entry.
Declaration Syntax
public static string Get(kEDDataType type)
Parameters
type(kEDDataType)
No details are provided for this entry.
FieldAdapterManager
Static class that operates like a factory to create field adapters from Mechanical objects.
Declaration Syntax
public static class FieldAdapterManager
Property AdapterDefinitions (p. 20) Gets the collection of adapters in this manager.
Method RegisterNewAdapter(IDefinition) (p. 21) Register the instance object that defines a type of
field adapter.
Method UnregisterAdapter(int) (p. 21) Removes the instance object that defines a type
of field adapter from this manager.
AdapterDefinitions
Gets the collection of adapters in this manager.
Declaration Syntax
public static IList<IDefinition> AdapterDefinitions { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
20 of ANSYS, Inc. and its subsidiaries and affiliates.
FieldAdapterManager
RegisterNewAdapter(IDefinition)
Register the instance object that defines a type of field adapter.
Declaration Syntax
public static void RegisterNewAdapter(IDefinition definition)
Parameters
definition(IDefinition)
Load adapter definition to register.
UnregisterAdapter(int)
Removes the instance object that defines a type of field adapter from this manager.
Declaration Syntax
public static void UnregisterAdapter(int index)
Parameters
index(int)
Index of the adapter to remove within the collection of adapters of this manager.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 21
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
22 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Interfaces.Graphics Namespace
Declaration Syntax
namespace Ansys.ACT.Interfaces.Graphics
IModelViewManager
No details are provided for this entry.
Declaration Syntax
public interface IModelViewManager
NumberOfViews
The number of views currently defined.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 23
Ansys.ACT.Interfaces.Graphics Namespace
Declaration Syntax
public int NumberOfViews { get; }
ApplyModelView(int)
Apply the view specified by index.
Declaration Syntax
public void ApplyModelView(int viewIndex)
Parameters
viewIndex(int)
The index of the listed view to be applied.
ApplyModelView(string)
Apply the view specified by name.
Declaration Syntax
public void ApplyModelView(string viewLabel)
Parameters
viewLabel(string)
The name of the view to be applied.
CaptureModelView(int, string)
Save the view specified by index as a PNG image to the project userfiles.
Declaration Syntax
public void CaptureModelView(int index, string mode)
Parameters
index(int)
The index of the view to be saved.
mode(string)
A string representing the graphics format to use. One of : "PNG", "JPG", "TIF", "BMP", "EPS".
CaptureModelView(string, string)
Save the view specified as an image to the project userfiles.
Declaration Syntax
public void CaptureModelView(string viewLabel, string mode)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
24 of ANSYS, Inc. and its subsidiaries and affiliates.
IModelViewManager
Parameters
viewLabel(string)
The name of the view to be saved.
mode(string)
A string representing the graphics format to use. One of : "PNG", "JPG", "TIF", "BMP", "EPS".
CreateView()
Create a view from current graphics with default naming.
Declaration Syntax
public void CreateView()
CreateView(string)
Create a view from current graphics with the specified name.
Declaration Syntax
public void CreateView(string viewName)
Parameters
viewName(string)
The name to be assigned to the new view.
DeleteView(int)
Delete the specified view by index.
Declaration Syntax
public void DeleteView(int viewIndex)
Parameters
viewIndex(int)
The index of the listed view to be deleted.
DeleteView(string)
Apply the view specified by name.
Declaration Syntax
public void DeleteView(string viewLabel)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 25
Ansys.ACT.Interfaces.Graphics Namespace
Parameters
viewLabel(string)
The name of the view to be applied.
ExportModelViews(string)
Export model views to the specified file.
Declaration Syntax
public void ExportModelViews(string viewfilepath)
Parameters
viewfilepath(string)
The name of the view (xml) export file.
ImportModelViews(string)
Import model views from the specified file.
Declaration Syntax
public void ImportModelViews(string viewfilepath)
Parameters
viewfilepath(string)
The name of the view (xml) file to be imported.
RenameView(int, string)
Rename the model view specified by viewIndex to newLabel.
Declaration Syntax
public void RenameView(int viewIndex, string newLabel)
Parameters
viewIndex(int)
The index of the listed view to be renamed.
newLabel(string)
Th new name to be applied.
RenameView(string, string)
Rename the model view specified to newLabel.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
26 of ANSYS, Inc. and its subsidiaries and affiliates.
IModelViewManager
Declaration Syntax
public void RenameView(string viewLabel, string newLabel)
Parameters
viewLabel(string)
The label of the listed view to be renamed.
newLabel(string)
Th new name to be applied.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 27
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
28 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Interfaces.Mechanical Namespace
Declaration Syntax
namespace Ansys.ACT.Interfaces.Mechanical
IMechanicalCamera
Interface for MechanicalCamera.
Declaration Syntax
public interface IMechanicalCamera
RotateView(double)
Rotate the current ModelView.
Declaration Syntax
public void RotateView(double angle)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 29
Ansys.ACT.Interfaces.Mechanical Namespace
Parameters
angle(double)
The amount of Rotation (positive = Clockwise : negative == Counter-Clockwise).
IMechanicalDataModel
Defines the data model of the Mechanical application.
Declaration Syntax
public interface IMechanicalDataModel
Property Project (p. 30) Gets the project object. Main object of the
tree of Mechanical.
Property Tree (p. 30) Gets the tree of Mechanical.
Method CurrentUnitFromQuantityName(string) (p. 30) Returns the current unit from a quantity
name.
Method GetObjectById(int) (p. 31) Returns the Mechanical object related to the
provided Id.
Project
Gets the project object. Main object of the tree of Mechanical.
Declaration Syntax
public Project Project { get; }
Tree
Gets the tree of Mechanical.
Declaration Syntax
public Tree Tree { get; }
CurrentUnitFromQuantityName(string)
Returns the current unit from a quantity name.
Declaration Syntax
public string CurrentUnitFromQuantityName(string quantityName)
Parameters
quantityName(string)
The quantity name to query.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
30 of ANSYS, Inc. and its subsidiaries and affiliates.
IMechanicalGraphics
GetObjectById(int)
Returns the Mechanical object related to the provided Id.
Declaration Syntax
public DataModelObject GetObjectById(int id)
Parameters
id(int)
The id of the object.
IMechanicalExtAPI
Exposes the main entry point of all ATC APIs.
Declaration Syntax
public interface IMechanicalExtAPI
Method LockPrePostLicense() (p. 31) Locks the license used by the PRE/POST application.
Method UnlockPrePostLicense() (p. 31) R Unlocks the license used by the PRE/POST application. This
is required if you want to manually launch the ANSYS solver.
You must relock the license after its use. If you don't relock
the license, the PRE/POST application will be in read-only
mode.
LockPrePostLicense()
Locks the license used by the PRE/POST application.
Declaration Syntax
public void LockPrePostLicense()
UnlockPrePostLicense()
R Unlocks the license used by the PRE/POST application. This is required if you want to manually launch
the ANSYS solver. You must relock the license after its use. If you don't relock the license, the PRE/POST
application will be in read-only mode.
Declaration Syntax
public void UnlockPrePostLicense()
IMechanicalGraphics
Interface for MechanicalGraphics.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 31
Ansys.ACT.Interfaces.Mechanical Namespace
Declaration Syntax
public interface IMechanicalGraphics
ModelViewManager
An instance of the ModelViewManager.
Declaration Syntax
public IModelViewManager ModelViewManager { get; }
IMechanicalSelectionInfo
Defines the mechanical selection information.
Declaration Syntax
public interface IMechanicalSelectionInfo
Entities
Gets the list of selected geometry entities.
Declaration Syntax
public IList<IGeoEntity> Entities { get; }
IMechanicalUserLoad
Defines a Mechanical user load.
Declaration Syntax
public interface IMechanicalUserLoad
IMechanicalUserObject
Defines a Mechanical user object.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
32 of ANSYS, Inc. and its subsidiaries and affiliates.
MechanicalPanelEnum
Declaration Syntax
public interface IMechanicalUserObject
Analysis
Gets the associated analysis.
Declaration Syntax
public IAnalysis Analysis { get; }
IMechanicalUserResult
Defines a Mechanical user result.
Declaration Syntax
public interface IMechanicalUserResult
IMechanicalUserSolver
Defines a Mechanical user solver.
Declaration Syntax
public interface IMechanicalUserSolver
MechanicalPanelEnum
Specifies the panel type.
Declaration Syntax
public enum MechanicalPanelEnum
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 33
Ansys.ACT.Interfaces.Mechanical Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
34 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Interfaces.DesignModeler Namespace
Declaration Syntax
namespace Ansys.ACT.Interfaces.DesignModeler
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 35
Ansys.ACT.Interfaces.DesignModeler Namespace
IDesignModelerDataModel
Defines the DesignModeler data model.
Declaration Syntax
public interface IDesignModelerDataModel
Components
Gets all components (named selections).
Declaration Syntax
public IList<ISelectionInfo> Components { get; }
GeoData
Gets the geometry data model object.
Declaration Syntax
public IDesignModelerGeoData GeoData { get; }
GeometryBuilder
Gets the geometry builder object.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
36 of ANSYS, Inc. and its subsidiaries and affiliates.
IDesignModelerGeoData
Declaration Syntax
public IGeometryBuilder GeometryBuilder { get; }
Queries
Gets the queries object.
Declaration Syntax
public IQueries Queries { get; }
ComponentById(int)
Returns the component (named selection) associated to the specified identifier.
Declaration Syntax
public ISelectionInfo ComponentById(int id)
Parameters
id(int)
Id of the component.
CurrentUnitFromQuantityName(string)
Returns the current unit assocaited to a quantity name.
Declaration Syntax
public string CurrentUnitFromQuantityName(string quantityName)
Parameters
quantityName(string)
The quantity name.
IDesignModelerExtAPI
Defines the main entry point of all APIs.
Declaration Syntax
public interface IDesignModelerExtAPI
IDesignModelerGeoData
Defines the DesignModeler geometry data model.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 37
Ansys.ACT.Interfaces.DesignModeler Namespace
Declaration Syntax
public interface IDesignModelerGeoData
Bodies
Gets all bodies.
Declaration Syntax
public IList<IPSGeoBody> Bodies { get; }
Parts
Gets all parts.
Declaration Syntax
public IList<IBaseGeoPart> Parts { get; }
IDesignModelerGeoFeature
Defines a DesignModeler custom feature.
Declaration Syntax
public interface IDesignModelerGeoFeature
Bodies
Gets or sets the list of bodies or parts generated by the feature.
Declaration Syntax
public IEnumerable<IBaseGeoBodyOrPart> Bodies { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
38 of ANSYS, Inc. and its subsidiaries and affiliates.
IDesignModelerSelectionInfo
MaterialType
Gets or sets the material type used to generate the feature.
Declaration Syntax
public MaterialTypeEnum MaterialType { set;get; }
AddProblematicGeometry(IEnumerable<IPSGeoEntity>, string)
Add a list of geometry entities has problemetic geometries.
Declaration Syntax
public void AddProblematicGeometry(IEnumerable<IPSGeoEntity> entities, string message)
Parameters
entities(IEnumerable<IPSGeoEntity>)
The list for geometry entities that are problematic.
message(string)
The message to display in the warning.
IDesignModelerSelectionInfo
Defines the DesignModeler selection information.
Declaration Syntax
public interface IDesignModelerSelectionInfo
Property Entities (p. 39) Gets the list of selected geometry entities.
Property Locations (p. 39) Gets the location point for each selected
entities.
Entities
Gets the list of selected geometry entities.
Declaration Syntax
public IList<IBaseGeoEntity> Entities { get; }
Locations
Gets the location point for each selected entities.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 39
Ansys.ACT.Interfaces.DesignModeler Namespace
Declaration Syntax
public IList<double[]> Locations { set;get; }
IExtrude
Defines an "Extrude" operation.
Declaration Syntax
public interface IExtrude
Property Depth (p. 40) Gets or Sets the depth of the extrusion.
Property Direction (p. 40) Gets or Sets the direction of the extrusion.
Property Walled (p. 40) Gets or Sets the walled flag.
Method ApplyTo(IPSGeoEntity) (p. 40) Applies the operation to the profile given in
argument.
Depth
Gets or Sets the depth of the extrusion.
Declaration Syntax
public double Depth { set;get; }
Direction
Gets or Sets the direction of the extrusion.
Declaration Syntax
public IEnumerable<double> Direction { set;get; }
Walled
Gets or Sets the walled flag.
Declaration Syntax
public bool Walled { set;get; }
ApplyTo(IPSGeoEntity)
Applies the operation to the profile given in argument.
Declaration Syntax
public IEnumerable<IPSGeoBody> ApplyTo(IPSGeoEntity profile)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
40 of ANSYS, Inc. and its subsidiaries and affiliates.
IIntersect
Parameters
profile(IPSGeoEntity)
The profile.
IGeometryBuilder
Defines the geometry builder.
Declaration Syntax
public interface IGeometryBuilder
Operations
Gets the list of creatable operations.
Declaration Syntax
public IOperations Operations { get; }
Primitives
Gets the list of creatable primitives.
Declaration Syntax
public IPrimitives Primitives { get; }
IIntersect
Defines an "Intersect" operation.
Declaration Syntax
public interface IIntersect
Method ApplyTo(IEnumerable<IPSGeoBody>) (p. 41) Applies the operation to the list of bodies given
in argument.
ApplyTo(IEnumerable<IPSGeoBody>)
Applies the operation to the list of bodies given in argument.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 41
Ansys.ACT.Interfaces.DesignModeler Namespace
Declaration Syntax
public IEnumerable<IPSGeoBody> ApplyTo(IEnumerable<IPSGeoBody> bodiesIn)
Parameters
bodiesIn(IEnumerable<IPSGeoBody>)
The list of bodies.
IOperations
Defines a list of available geometry operations.
Declaration Syntax
public interface IOperations
Queries
Gets the list of methods to query information on the geometry.
Declaration Syntax
public IQueries Queries { get; }
Tools
Gets the list of additional tools to manipulate the geometry.
Declaration Syntax
public IOperationTools Tools { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
42 of ANSYS, Inc. and its subsidiaries and affiliates.
IOperations
CreateExtrudeOperation(IEnumerable<double>, double)
Creates an "Extrude" operation.
Declaration Syntax
public IExtrude CreateExtrudeOperation(IEnumerable<double> dir, double depth)
Parameters
dir(IEnumerable<double>)
Direction of the extrusion (x, y, z).
depth(double)
Depth of the extrusion.
CreateIntersectOperation(IEnumerable<IPSGeoBody>)
Creates an "Intersect" operation.
Declaration Syntax
public IIntersect CreateIntersectOperation(IEnumerable<IPSGeoBody> tools)
Parameters
tools(IEnumerable<IPSGeoBody>)
List of bodies to intersect.
CreateRevolveOperation(IEnumerable<double>, IEnumerable<double>)
Creates a "Revolve" operation.
Declaration Syntax
public IRevolve CreateRevolveOperation(IEnumerable<double> origin, IEnumerable<double> axis)
Parameters
origin(IEnumerable<double>)
Origin of the revolve (x, y, z).
axis(IEnumerable<double>)
Axis of the revolve (x, y, z).
CreateSubtractOperation(IEnumerable<IPSGeoBody>)
Creates a "Subtract" operation.
Declaration Syntax
public ISubtract CreateSubtractOperation(IEnumerable<IPSGeoBody> tools)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 43
Ansys.ACT.Interfaces.DesignModeler Namespace
Parameters
tools(IEnumerable<IPSGeoBody>)
List of bodies to subtract.
CreateUnionOperation()
Creates an "Union" operation.
Declaration Syntax
public IUnion CreateUnionOperation()
IOperationTools
Defines a list of tools to manipulate the geometry.
Declaration Syntax
public interface IOperationTools
CopyBody(IPSGeoBody)
Copies a body.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
44 of ANSYS, Inc. and its subsidiaries and affiliates.
IOperationTools
Declaration Syntax
public IPSGeoBody CopyBody(IPSGeoBody body)
Parameters
body(IPSGeoBody)
The body to copy.
CreatePart(IEnumerable<IPSGeoBody>)
Creates a new part (group of bodies).
Declaration Syntax
public IPSGeoPart CreatePart(IEnumerable<IPSGeoBody> bodies)
Parameters
bodies(IEnumerable<IPSGeoBody>)
The list of bodies to group.
DeleteBody(IPSGeoBody)
Deletes a body.
Declaration Syntax
public void DeleteBody(IPSGeoBody body)
Parameters
body(IPSGeoBody)
The body to delete.
EdgesToWireBody(IEnumerable<IPSGeoEdge>)
Transforms a set of edges into a wire body.
Declaration Syntax
public IPSGeoBody EdgesToWireBody(IEnumerable<IPSGeoEdge> edges)
Parameters
edges(IEnumerable<IPSGeoEdge>)
List of edges to transform into a wire body.
FacesToSheetBody(IEnumerable<IPSGeoFace>)
Transforms a set of faces to a sheet body.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 45
Ansys.ACT.Interfaces.DesignModeler Namespace
Declaration Syntax
public IPSGeoBody FacesToSheetBody(IEnumerable<IPSGeoFace> faces)
Parameters
faces(IEnumerable<IPSGeoFace>)
List of faces to transform in sheet body.
Imprint(IPSGeoBody, IEnumerable<IPSGeoBody>)
Imprints a list of bodies to a target body.
Declaration Syntax
public void Imprint(IPSGeoBody target, IEnumerable<IPSGeoBody> tools)
Parameters
target(IPSGeoBody)
The body on which imprint will be added.
tools(IEnumerable<IPSGeoBody>)
List of bodies to imprint.
OffsetFace(IEnumerable<IPSGeoFace>, double)
Does a normal offset of faces with a given offset value.
Declaration Syntax
public IPSGeoBody OffsetFace(IEnumerable<IPSGeoFace> faces, double offset)
Parameters
faces(IEnumerable<IPSGeoFace>)
List of faces to offset.
offset(double)
Offset value.
SheetBodyToSolidBody(IPSGeoBody)
Transforms a sheet body to a solid body.
Declaration Syntax
public IPSGeoBody SheetBodyToSolidBody(IPSGeoBody sheet)
Parameters
sheet(IPSGeoBody)
The sheet body to transform.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
46 of ANSYS, Inc. and its subsidiaries and affiliates.
IOperationTools
SimplifyTopology(IPSGeoEntity)
Simplifies the topology of the given entity.
Declaration Syntax
public void SimplifyTopology(IPSGeoEntity entity)
Parameters
entity(IPSGeoEntity)
Entity to simplify.
Declaration Syntax
public IPSGeoBody ThickenBody(IPSGeoBody body, IEnumerable<IPSGeoFace> facesToRemove, double
thick1, double thick2)
Parameters
body(IPSGeoBody)
The body to thicken
facesToRemove(IEnumerable<IPSGeoFace>)
List of faces to remove.
thick1(double)
Internal thickness.
thick2(double)
External thickness.
TransformBody(IPSGeoBody, Matrix4D)
Transform a body.
Declaration Syntax
public void TransformBody(IPSGeoBody body, Matrix4D transformation)
Parameters
body(IPSGeoBody)
The body to transform.
transformation(Matrix4D)
The transformation to apply.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 47
Ansys.ACT.Interfaces.DesignModeler Namespace
WireToSheetBody(IPSGeoBody)
Transforms a wire body to a sheet body.
Declaration Syntax
public IPSGeoBody WireToSheetBody(IPSGeoBody wire)
Parameters
wire(IPSGeoBody)
The wire body to transform.
IPrimitives
Defines the list of creatable primitives.
Declaration Syntax
public interface IPrimitives
Property Sheet (p. 48) Gets the list of all creatable sheet geometry
primitives.
Property Solid (p. 48) Gets the list of all creatable solid geometry
primitives.
Property Wire (p. 48) Gets the list of all creatable wire geometry
primitives.
Sheet
Gets the list of all creatable sheet geometry primitives.
Declaration Syntax
public ISheets Sheet { get; }
Solid
Gets the list of all creatable solid geometry primitives.
Declaration Syntax
public ISolids Solid { get; }
Wire
Gets the list of all creatable wire geometry primitives.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
48 of ANSYS, Inc. and its subsidiaries and affiliates.
IQueries
Declaration Syntax
public IWires Wire { get; }
IPSGeoBody
Defines a body.
Declaration Syntax
public interface IPSGeoBody
IPSGeoEdge
Defines an edge.
Declaration Syntax
public interface IPSGeoEdge
IPSGeoEntity
Defines a generic geometry entity.
Declaration Syntax
public interface IPSGeoEntity
IPSGeoFace
Defines a face.
Declaration Syntax
public interface IPSGeoFace
IPSGeoPart
Defines a part.
Declaration Syntax
public interface IPSGeoPart
IQueries
Defines a list of available queries on the geometry.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 49
Ansys.ACT.Interfaces.DesignModeler Namespace
Declaration Syntax
public interface IQueries
Clash(IEnumerable<IPSGeoEntity>, IEnumerable<IPSGeoEntity>)
Detects clash between 2 sets of geometry entities.
Declaration Syntax
public int Clash(IEnumerable<IPSGeoEntity> targets, IEnumerable<IPSGeoEntity> tools)
Parameters
targets(IEnumerable<IPSGeoEntity>)
List of target entities.
tools(IEnumerable<IPSGeoEntity>)
List of tool entities.
Coincidence(IPSGeoEntity, IPSGeoEntity)
Checks if 2 geometry entities are coincident.
Declaration Syntax
public int Coincidence(IPSGeoEntity first, IPSGeoEntity second)
Parameters
first(IPSGeoEntity)
The first geometry entity.
second(IPSGeoEntity)
The second geometry entity.
Containment(IPSGeoEntity, IPSGeoEntity)
Checks if one geometry entity contains one other.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
50 of ANSYS, Inc. and its subsidiaries and affiliates.
IRevolve
Declaration Syntax
public int Containment(IPSGeoEntity bigOne, IPSGeoEntity smallOne)
Parameters
bigOne(IPSGeoEntity)
The source geometry entity.
smallOne(IPSGeoEntity)
The target geometry entity.
Distance(IEnumerable<IPSGeoEntity>, IEnumerable<IPSGeoEntity>)
Computes the distance between 2 sets of geometry entities.
Declaration Syntax
public double Distance(IEnumerable<IPSGeoEntity> targets, IEnumerable<IPSGeoEntity> tools)
Parameters
targets(IEnumerable<IPSGeoEntity>)
List of target entities.
tools(IEnumerable<IPSGeoEntity>)
List of tool entities.
IRevolve
Defines a "Revolve" operation.
Declaration Syntax
public interface IRevolve
Property Angle (p. 51) Gets or sets the angle of the revolution.
Property Axis (p. 52) Gets or sets the axis of the revolution (x, y, z).
Property Origin (p. 52) Gets or sets the origin of the revolution (x, y, z).
Property Walled (p. 52) Gets or sets the walled flag.
Method ApplyTo(IPSGeoEntity) (p. 52) Applies the operation to a profile given in
argument.
Angle
Gets or sets the angle of the revolution.
Declaration Syntax
public double Angle { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 51
Ansys.ACT.Interfaces.DesignModeler Namespace
Axis
Gets or sets the axis of the revolution (x, y, z).
Declaration Syntax
public IEnumerable<double> Axis { set;get; }
Origin
Gets or sets the origin of the revolution (x, y, z).
Declaration Syntax
public IEnumerable<double> Origin { set;get; }
Walled
Gets or sets the walled flag.
Declaration Syntax
public bool Walled { set;get; }
ApplyTo(IPSGeoEntity)
Applies the operation to a profile given in argument.
Declaration Syntax
public IEnumerable<IPSGeoBody> ApplyTo(IPSGeoEntity profile)
Parameters
profile(IPSGeoEntity)
The profile to revolve.
ISheetCone
Defines a sheet cone primitive.
Declaration Syntax
public interface ISheetCone
Property Center (p. 53) Gets or sets the center of the cone (x, y,
z).
Property Direction (p. 53) Gets or sets the direction of the cone (x,
y, z).
Property Radius1 (p. 53) Gets or sets the top radius of the cone.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
52 of ANSYS, Inc. and its subsidiaries and affiliates.
ISheetCylinder
Property Radius2 (p. 53) Gets or sets the bottom radius of the
cone.
Center
Gets or sets the center of the cone (x, y, z).
Declaration Syntax
public IEnumerable<double> Center { set;get; }
Direction
Gets or sets the direction of the cone (x, y, z).
Declaration Syntax
public IEnumerable<double> Direction { set;get; }
Radius1
Gets or sets the top radius of the cone.
Declaration Syntax
public double Radius1 { set;get; }
Radius2
Gets or sets the bottom radius of the cone.
Declaration Syntax
public double Radius2 { set;get; }
ISheetCylinder
Defines a sheet cylinder primitive.
Declaration Syntax
public interface ISheetCylinder
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 53
Ansys.ACT.Interfaces.DesignModeler Namespace
Center
Gets or sets the center of the cylinder.
Declaration Syntax
public IEnumerable<double> Center { set;get; }
Direction
Gets or sets the axis of the cylinder.
Declaration Syntax
public IEnumerable<double> Direction { set;get; }
Radius
Gets or sets the radius of the cylinder.
Declaration Syntax
public double Radius { set;get; }
ISheetPolygon
Defines a sheet polygon primitive.
Declaration Syntax
public interface ISheetPolygon
Property Points (p. 54) Gets or sets the list of points (x1, y1, z1, x2, y2,
z2, ...)
Points
Gets or sets the list of points (x1, y1, z1, x2, y2, z2, ...)
Declaration Syntax
public IEnumerable<double> Points { set;get; }
ISheets
Defines the list all creatable sheet geometry primitives.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
54 of ANSYS, Inc. and its subsidiaries and affiliates.
ISheetSphere
Declaration Syntax
public interface ISheets
Declaration Syntax
public ISheetCylinder CreateCylinder(IEnumerable<double> center, IEnumerable<double> direction,
double radius)
Parameters
center(IEnumerable<double>)
The center of the cylinder.
direction(IEnumerable<double>)
The main axis of the cylinder.
radius(double)
Radius of the cylinder.
CreatePolygon(IEnumerable<double>)
Creates a sheet polygon primitive generator.
Declaration Syntax
public ISheetPolygon CreatePolygon(IEnumerable<double> points)
Parameters
points(IEnumerable<double>)
The list of points.
ISheetSphere
Defines a sheet sphere primitive.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 55
Ansys.ACT.Interfaces.DesignModeler Namespace
Declaration Syntax
public interface ISheetSphere
Center
Gets or sets the center of the sphere.
Declaration Syntax
public IEnumerable<double> Center { set;get; }
Radius
Gets or sets the radius of the sphere.
Declaration Syntax
public double Radius { set;get; }
ISolidBox
Defines a solid box primitive.
Declaration Syntax
public interface ISolidBox
Property Point1 (p. 56) Gets or sets the first point of the box (x, y,
z).
Property Point2 (p. 57) Gets or sets the second point of the box (x,
y, z).
Point1
Gets or sets the first point of the box (x, y, z).
Declaration Syntax
public IEnumerable<double> Point1 { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
56 of ANSYS, Inc. and its subsidiaries and affiliates.
ISolidCone
Point2
Gets or sets the second point of the box (x, y, z).
Declaration Syntax
public IEnumerable<double> Point2 { set;get; }
ISolidCone
Defines a solid cone primitive.
Declaration Syntax
public interface ISolidCone
Property Center (p. 57) Gets or sets the center of the cone (x, y,
z).
Property Direction (p. 57) Gets or sets the direction of the cone (x,
y, z).
Property Radius1 (p. 57) Gets or sets the top radius of the cone.
Property Radius2 (p. 58) Gets or sets the bottom radius of the
cone.
Center
Gets or sets the center of the cone (x, y, z).
Declaration Syntax
public IEnumerable<double> Center { set;get; }
Direction
Gets or sets the direction of the cone (x, y, z).
Declaration Syntax
public IEnumerable<double> Direction { set;get; }
Radius1
Gets or sets the top radius of the cone.
Declaration Syntax
public double Radius1 { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 57
Ansys.ACT.Interfaces.DesignModeler Namespace
Radius2
Gets or sets the bottom radius of the cone.
Declaration Syntax
public double Radius2 { set;get; }
ISolidCylinder
Defines a solid cylinder primitive.
Declaration Syntax
public interface ISolidCylinder
Property Center (p. 58) Gets or sets the center of the cylinder (x, y,
z).
Property Direction (p. 58) Gets or sets the direction of the cylinder (x,
y, z).
Property Radius (p. 58) Gets or sets the radius of the cylinder.
Center
Gets or sets the center of the cylinder (x, y, z).
Declaration Syntax
public IEnumerable<double> Center { set;get; }
Direction
Gets or sets the direction of the cylinder (x, y, z).
Declaration Syntax
public IEnumerable<double> Direction { set;get; }
Radius
Gets or sets the radius of the cylinder.
Declaration Syntax
public double Radius { set;get; }
ISolids
Defines the list of all creatable solid geometry primitives.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
58 of ANSYS, Inc. and its subsidiaries and affiliates.
ISolids
Declaration Syntax
public interface ISolids
CreateBox(IEnumerable<double>, IEnumerable<double>)
Creates a box primitive generator.
Declaration Syntax
public ISolidBox CreateBox(IEnumerable<double> pt1, IEnumerable<double> pt2)
Parameters
pt1(IEnumerable<double>)
First point of the box.
pt2(IEnumerable<double>)
Second point of the box.
Declaration Syntax
public ISolidCone CreateCone(IEnumerable<double> center, IEnumerable<double> direction, double
radius1, double radius2)
Parameters
center(IEnumerable<double>)
Center of the cone.
direction(IEnumerable<double>)
Direction of the cone.
radius1(double)
Top radius of the cone.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 59
Ansys.ACT.Interfaces.DesignModeler Namespace
radius2(double)
Bottom radius of the cone.
Declaration Syntax
public ISolidCylinder CreateCylinder(IEnumerable<double> center, IEnumerable<double> direction,
double radius)
Parameters
center(IEnumerable<double>)
The center of the cylinder.
direction(IEnumerable<double>)
The direction of the cylinder.
radius(double)
The radius of the cylinder.
CreateSphere(IEnumerable<double>, double)
Creates a sphere primitive generator.
Declaration Syntax
public ISolidSphere CreateSphere(IEnumerable<double> center, double radius)
Parameters
center(IEnumerable<double>)
The center of the sphere.
radius(double)
The radius of the sphere.
ISolidSphere
Defines a solid sphere primitive.
Declaration Syntax
public interface ISolidSphere
Property Center (p. 61) Gets or sets the center of the sphere (x,
y, z).
Property Radius (p. 61) Gets or sets the radius of the sphere.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
60 of ANSYS, Inc. and its subsidiaries and affiliates.
IUnion
Center
Gets or sets the center of the sphere (x, y, z).
Declaration Syntax
public IEnumerable<double> Center { set;get; }
Radius
Gets or sets the radius of the sphere.
Declaration Syntax
public double Radius { set;get; }
ISubtract
Defines a "Subtract" operation.
Declaration Syntax
public interface ISubtract
Method ApplyTo(IEnumerable<IPSGeoBody>) (p. 61) Applies the operation to the list of bodies given
in argument.
ApplyTo(IEnumerable<IPSGeoBody>)
Applies the operation to the list of bodies given in argument.
Declaration Syntax
public IEnumerable<IPSGeoBody> ApplyTo(IEnumerable<IPSGeoBody> bodiesIn)
Parameters
bodiesIn(IEnumerable<IPSGeoBody>)
The list of bodies on which bodies will be subtracted.
IUnion
Defines an "Union" operation.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 61
Ansys.ACT.Interfaces.DesignModeler Namespace
Declaration Syntax
public interface IUnion
Method ApplyTo(IEnumerable<IPSGeoBody>) (p. 62) Applies the operation to the list of bodies given
in argument.
ApplyTo(IEnumerable<IPSGeoBody>)
Applies the operation to the list of bodies given in argument.
Declaration Syntax
public IEnumerable<IPSGeoBody> ApplyTo(IEnumerable<IPSGeoBody> bodiesIn)
Parameters
bodiesIn(IEnumerable<IPSGeoBody>)
The list of bodies to combine.
IWireArc
Defines a wire arc primitive.
Declaration Syntax
public interface IWireArc
Property Center (p. 62) Gets or sets the center of the arc (x, y, z).
Property EndAngle (p. 62) Gets or sets the end angle of the arc.
Property Normal (p. 63) Gets or sets the normal of the arc (x, y, z).
Property Radius (p. 63) Gets or sets the radius of the arc.
Property StartAngle (p. 63) Gets or sets the start angle of the arc.
Property XDir (p. 63) Gets or sets the principal dircetion of the arc (x,
y, z).
Center
Gets or sets the center of the arc (x, y, z).
Declaration Syntax
public IEnumerable<double> Center { set;get; }
EndAngle
Gets or sets the end angle of the arc.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
62 of ANSYS, Inc. and its subsidiaries and affiliates.
IWireBCurve
Declaration Syntax
public double EndAngle { set;get; }
Normal
Gets or sets the normal of the arc (x, y, z).
Declaration Syntax
public IEnumerable<double> Normal { set;get; }
Radius
Gets or sets the radius of the arc.
Declaration Syntax
public double Radius { set;get; }
StartAngle
Gets or sets the start angle of the arc.
Declaration Syntax
public double StartAngle { set;get; }
XDir
Gets or sets the principal dircetion of the arc (x, y, z).
Declaration Syntax
public IEnumerable<double> XDir { set;get; }
IWireBCurve
Defines awire b-curve primitive.
Declaration Syntax
public interface IWireBCurve
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 63
Ansys.ACT.Interfaces.DesignModeler Namespace
Closed
Gets of sets the closed flag.
Declaration Syntax
public bool Closed { set;get; }
Points
Gets or sets the list of points (x1, y1, z1, x2, y2, z2, ...).
Declaration Syntax
public IEnumerable<double> Points { set;get; }
IWireEllipse
Defines a wire ellipse primitive.
Declaration Syntax
public interface IWireEllipse
Property Center (p. 64) Gets or sets the center of the ellipse (x, y, z).
Property LargeRadius (p. 64) Gets or sets the large radius of the ellipse.
Property Normal (p. 65) Gets or sets the normal direction of the ellipse (x,
y, z).
Property SmallRadius (p. 65) Gets or sets the small radius of the ellipse.
Property XDir (p. 65) Gets or sets the principal direction of the ellipse (x,
y, z).
Center
Gets or sets the center of the ellipse (x, y, z).
Declaration Syntax
public IEnumerable<double> Center { set;get; }
LargeRadius
Gets or sets the large radius of the ellipse.
Declaration Syntax
public double LargeRadius { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
64 of ANSYS, Inc. and its subsidiaries and affiliates.
IWires
Normal
Gets or sets the normal direction of the ellipse (x, y, z).
Declaration Syntax
public IEnumerable<double> Normal { set;get; }
SmallRadius
Gets or sets the small radius of the ellipse.
Declaration Syntax
public double SmallRadius { set;get; }
XDir
Gets or sets the principal direction of the ellipse (x, y, z).
Declaration Syntax
public IEnumerable<double> XDir { set;get; }
IWirePolyline
Defines a wire polyline primitive.
Declaration Syntax
public interface IWirePolyline
Property Points (p. 65) Gets or sets the list of points (x1, y1, z1, x2, y2,
z2, ...).
Points
Gets or sets the list of points (x1, y1, z1, x2, y2, z2, ...).
Declaration Syntax
public IEnumerable<double> Points { set;get; }
IWires
Defines the list of all creatable wire geometry primitives.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 65
Ansys.ACT.Interfaces.DesignModeler Namespace
Declaration Syntax
public interface IWires
Declaration Syntax
public IWireArc CreateArc(double radius, IEnumerable<double> center, IEnumerable<double> xDir, IE-
numerable<double> normal)
Parameters
radius(double)
The radius of the arc.
center(IEnumerable<double>)
The center of the arc.
xDir(IEnumerable<double>)
The main direction of the arc.
normal(IEnumerable<double>)
The normal direction of the arc.
CreateBCurve(IEnumerable<double>)
Creates a b-curve primitive generator.
Declaration Syntax
public IWireBCurve CreateBCurve(IEnumerable<double> points)
Parameters
points(IEnumerable<double>)
The list of points.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
66 of ANSYS, Inc. and its subsidiaries and affiliates.
IWires
Declaration Syntax
public IWireEllipse CreateEllipse(double largeRadius, double smallRadius, IEnumerable<double> center,
IEnumerable<double> xDir, IEnumerable<double> normal)
Parameters
largeRadius(double)
The large radius of the ellipse.
smallRadius(double)
The small radius of the ellipse.
center(IEnumerable<double>)
The center of the ellipse.
xDir(IEnumerable<double>)
The main direction of the ellipse.
normal(IEnumerable<double>)
The normal direction of the ellipse.
CreatePolyline(IEnumerable<double>)
Creates a polyline primitive generator.
Declaration Syntax
public IWirePolyline CreatePolyline(IEnumerable<double> points)
Parameters
points(IEnumerable<double>)
The list of points.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 67
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
68 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.DesignModeler.Primitives.Sheet Namespace
Declaration Syntax
namespace Ansys.ACT.DesignModeler.Primitives.Sheet
Cylinder
Cylinder Class
Declaration Syntax
public class Cylinder : Primitive, ISheetCylinder
Declaration Syntax
public Cylinder(GeometryBuilder builder, IEnumerable<double> center, IEnumerable<double> direction,
double radius)
Parameters
builder(GeometryBuilder)
No details are provided for this entry.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 69
Ansys.ACT.DesignModeler.Primitives.Sheet Namespace
center(IEnumerable<double>)
Center of the cylinder.
direction(IEnumerable<double>)
Axis of the cylinder.
radius(double)
Radius of the cylinder.
Center
Gets or sets the center of the cylinder.
Declaration Syntax
public IEnumerable<double> Center { set;get; }
Direction
Gets or sets the axis of the cylinder.
Declaration Syntax
public IEnumerable<double> Direction { set;get; }
Radius
Gets or sets the radius of the cylinder.
Declaration Syntax
public double Radius { set;get; }
Generate()
Generate the Cylinder and return the associated body.
Declaration Syntax
public override IPSGeoBody Generate()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
70 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Common Namespace
Declaration Syntax
namespace Ansys.ACT.Common
CoordinateSystem
CoordinateSystem class
Declaration Syntax
public class CoordinateSystem : ICoordinateSystem
CoordinateSystem(CoordinateSystemTypeEnum)
Constructor.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 71
Ansys.ACT.Common Namespace
Declaration Syntax
public CoordinateSystem(CoordinateSystemTypeEnum type)
Parameters
type(CoordinateSystemTypeEnum)
The CoordinateSystemTypeEnum type to construct.
CoordinateSystemType
Gets or sets the coordinate system type.
Declaration Syntax
public CoordinateSystemTypeEnum CoordinateSystemType { set;get; }
Id
Gets or sets the ID of the coordinate system.
Declaration Syntax
public int Id { set;get; }
Matrix
Gets or sets the matrix definition of the coordinate system.
Declaration Syntax
public IEnumerable<double> Matrix { set;get; }
Name
Gets or sets the name of the coordinate system.
Declaration Syntax
public string Name { set;get; }
Origin
Gets or sets the origin of the coordinate system.
Declaration Syntax
public IEnumerable<double> Origin { set;get; }
XAxis
Gets or sets the X axis of the coordinate system.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
72 of ANSYS, Inc. and its subsidiaries and affiliates.
CoordinateSystem
Declaration Syntax
public IEnumerable<double> XAxis { set;get; }
YAxis
Gets or sets the Y axis of the coordinate system.
Declaration Syntax
public IEnumerable<double> YAxis { set;get; }
ZAxis
Gets or sets the Z axis of the coordinate system.
Declaration Syntax
public IEnumerable<double> ZAxis { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 73
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
74 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Common.Graphics Namespace
Declaration Syntax
namespace Ansys.ACT.Common.Graphics
MechanicalCameraWrapper
Wrapper for Camera in Mechanical.
Declaration Syntax
public class MechanicalCameraWrapper : CameraWrapper, IMechanicalCamera
ModelViewManager
No details are provided for this entry.
Declaration Syntax
public class ModelViewManager : IModelViewManager
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 75
Ansys.ACT.Common.Graphics Namespace
NumberOfViews
The number of views currently defined.
Declaration Syntax
public int NumberOfViews { get; }
ApplyModelView(int)
Apply the view specified by index.
Declaration Syntax
public virtual void ApplyModelView(int viewIndex)
Parameters
viewIndex(int)
The index of the listed view to be applied.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
76 of ANSYS, Inc. and its subsidiaries and affiliates.
ModelViewManager
ApplyModelView(string)
Apply the view specified by name.
Declaration Syntax
public virtual void ApplyModelView(string viewLabel)
Parameters
viewLabel(string)
The name of the view to be applied.
Capture3DImage(string)
Exports the active object to a 3d AVZ file.
Declaration Syntax
public void Capture3DImage(string avzfilepath)
Parameters
avzfilepath(string)
A full qualified AVZ filepath.
CaptureModelView(int, string)
Save the view specified by index as an image to the project userfiles.
Declaration Syntax
public virtual void CaptureModelView(int index, string mode)
Parameters
index(int)
The index of the view to be saved.
mode(string)
A string representing the graphics format to use. One of : "PNG", "JPG", "TIF", "BMP", "EPS".
CaptureModelView(string, string)
Save the view specified by viewLabel as an image to the project userfiles.
Declaration Syntax
public virtual void CaptureModelView(string viewLabel, string mode)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 77
Ansys.ACT.Common.Graphics Namespace
Parameters
viewLabel(string)
The name of the view to be saved.
mode(string)
A string representing the graphics format to use. One of : "PNG", "JPG", "TIF", "BMP", "EPS".
Declaration Syntax
public void CaptureModelView(int index, string mode, string folder)
Parameters
index(int)
The index of the view to be saved.
mode(string)
A string representing the graphics format to use. One of : "PNG", "JPG", "TIF", "BMP", "EPS".
folder(string)
The folder into which the image file will be saved. An empty string ("") defaults to the project's user_files.
This is a null operation if the specified folder does not exist.
Declaration Syntax
public void CaptureModelView(string viewLabel, string mode, string folder)
Parameters
viewLabel(string)
The name of the view to be saved.
mode(string)
A string representing the graphics format to use. One of : "PNG", "JPG", "TIF", "BMP", "EPS".
folder(string)
The folder into which the image file will be saved. An empty string ("") defaults to the project's user_files.
This is a null operation if the specified folder does not exist.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
78 of ANSYS, Inc. and its subsidiaries and affiliates.
ModelViewManager
Declaration Syntax
public void CaptureObjectImage(DataModelObject obj, string mode, string folder)
Parameters
obj(DataModelObject)
The object for which an image will be saved.
mode(string)
A string representing the graphics format to use. One of : "PNG", "JPG", "TIF", "BMP", "EPS".
folder(string)
The folder into which the image file will be saved. An empty string ("") defaults to the project's user_files.
This is a null operation if the specified folder does not exist.
CreateView()
Create a view from current graphics with default naming.
Declaration Syntax
public virtual void CreateView()
CreateView(string)
Create a view from current graphics with the specified name.
Declaration Syntax
public virtual void CreateView(string viewName)
Parameters
viewName(string)
The name to be assigned to the new view.
DeleteView(int)
Delete the specified view by index.
Declaration Syntax
public virtual void DeleteView(int viewIndex)
Parameters
viewIndex(int)
The index of the listed view to be deleted.
DeleteView(string)
Delete the specified view by name.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 79
Ansys.ACT.Common.Graphics Namespace
Declaration Syntax
public virtual void DeleteView(string viewLabel)
Parameters
viewLabel(string)
The name of the view to be deleted.
ExportModelViews(string)
Export model views to the specified file.
Declaration Syntax
public virtual void ExportModelViews(string viewfilepath)
Parameters
viewfilepath(string)
The name of the view (xml) export file.
ImportModelViews(string)
Import model views from the specified file.
Declaration Syntax
public virtual void ImportModelViews(string viewfilepath)
Parameters
viewfilepath(string)
The name of the view (xml) file to be imported.
RenameView(int, string)
Rename the model view specified by viewIndex to newLabel.
Declaration Syntax
public virtual void RenameView(int viewIndex, string newLabel)
Parameters
viewIndex(int)
The index of the listed view to be renamed.
newLabel(string)
The new name to be applied.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
80 of ANSYS, Inc. and its subsidiaries and affiliates.
ModelViewManager
RenameView(string, string)
Rename the model view specified to newLabel.
Declaration Syntax
public virtual void RenameView(string viewLabel, string newLabel)
Parameters
viewLabel(string)
The label of the listed view to be renamed.
newLabel(string)
The new name to be applied.
RotateView(double)
Rotate the current ModelView.
Declaration Syntax
public void RotateView(double angle)
Parameters
angle(double)
The amount of Rotation (positive = Clockwise : negative == Counter-Clockwise).
SetActiveViewPort(int, int)
Set the active of viewport.
Declaration Syntax
public void SetActiveViewPort(int winRowIndex, int winColIndex)
Parameters
winRowIndex(int)
The row index of the viewport to be made active (The index is zero referenced).
winColIndex(int)
The column index of the viewport to be made active (The index is zero referenced).
SetBackView()
Change to Back view.
Declaration Syntax
public void SetBackView()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 81
Ansys.ACT.Common.Graphics Namespace
SetBottomView()
Change to Bottom view.
Declaration Syntax
public void SetBottomView()
SetFitView()
Change to Fit view.
Declaration Syntax
public void SetFitView()
SetFrontView()
Change to Front view.
Declaration Syntax
public void SetFrontView()
SetISOView()
Change to ISO view.
Declaration Syntax
public void SetISOView()
SetLeftView()
Change to Left view.
Declaration Syntax
public void SetLeftView()
SetRightView()
Change to Right view.
Declaration Syntax
public void SetRightView()
SetTopView()
Change to Top view.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
82 of ANSYS, Inc. and its subsidiaries and affiliates.
ModelViewManager
Declaration Syntax
public void SetTopView()
SetViewPorts(int, bool)
Set the number of viewports displayed.
Declaration Syntax
public void SetViewPorts(int numViewPorts, bool horizontal)
Parameters
numViewPorts(int)
The number of viewports to display.
horizontal(bool)
Alignment is horizontal if "true" and vertical if "false". Applies when numViewPorts is 2.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 83
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
84 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.DesignModeler Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.DesignModeler
Extrusion
Defines a Extrusion.
Declaration Syntax
public class Extrusion : Feature
(Inherited from
Feature (p. 86).)
Property Name (p. 87) Gets the name of the
feature.
(Inherited from
Feature (p. 86).)
Property Thin1 (p. 86) Gets or sets the Thin1.
Property Thin2 (p. 86) Gets or sets the Thin2.
Property Walled (p. 86) Gets or sets the Walled.
Depth
Gets or sets the Depth.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 85
Ansys.ACT.Automation.DesignModeler Namespace
Declaration Syntax
public Quantity Depth { set;get; }
Depth2
Gets or sets the Depth2.
Declaration Syntax
public Quantity Depth2 { set;get; }
Thin1
Gets or sets the Thin1.
Declaration Syntax
public Quantity Thin1 { set;get; }
Thin2
Gets or sets the Thin2.
Declaration Syntax
public Quantity Thin2 { set;get; }
Walled
Gets or sets the Walled.
Declaration Syntax
public YesNo Walled { set;get; }
Feature
Defines a Feature.
Declaration Syntax
public class Feature
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
86 of ANSYS, Inc. and its subsidiaries and affiliates.
FeatureManager
Id
Gets the id of the feature.
Declaration Syntax
public uint Id { get; }
Name
Gets the name of the feature.
Declaration Syntax
public string Name { set;get; }
FeatureManager
Defines a FeatureManager.
Declaration Syntax
public class FeatureManager : IEnumerable<Feature>, IEnumerable
Count
Gets the number of features.
Declaration Syntax
public int Count { get; }
Item
Gets a feature by its index.
Declaration Syntax
public Feature Item { get; }
CreateNamedSelection()
Creates a new NamedSelection feature.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 87
Ansys.ACT.Automation.DesignModeler Namespace
Declaration Syntax
public NamedSelection CreateNamedSelection()
Generate()
Generates non-generated features if any.
Declaration Syntax
public void Generate()
NamedSelection
Defines a NamedSelection.
Declaration Syntax
public class NamedSelection : Feature
ExportNamedSelection
Gets or sets the ExportNamedSelection.
Declaration Syntax
public YesNo ExportNamedSelection { set;get; }
IncludeInLegend
Gets or sets the IncludeInLegend.
Declaration Syntax
public YesNo IncludeInLegend { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
88 of ANSYS, Inc. and its subsidiaries and affiliates.
NamedSelection
NumGeometry
Gets the NumGeometry.
Declaration Syntax
public int NumGeometry { get; }
PropagateNamedSelection
Gets or sets the PropagateNamedSelection.
Declaration Syntax
public YesNo PropagateNamedSelection { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 89
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
90 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 91
Ansys.ACT.Automation.Mechanical Namespace
Defines a MeshConnection.
MeshControlWorksheet (p. 270) No details are provided for this entry.
MeshEdit (p. 274) Defines a MeshEdit.
MeshNumbering (p. 278) Defines a MeshNumbering.
Model (p. 281) Defines a Model.
NamedSelection (p. 291) Defines a NamedSelection.
NamedSelections (p. 296) Defines a NamedSelections.
NodeMerge (p. 299) Defines a NodeMerge.
Defines a NodeMerge.
NodeMergeGroup (p. 301) Defines a NodeMergeGroup.
NodeMove (p. 303) Defines a NodeMove.
NumberingControl (p. 307) Defines a NumberingControl.
Part (p. 310) Defines a Part.
Path (p. 318) Defines a Path.
PeriodicRegion (p. 323) Defines a PeriodicRegion.
PhysicsRegion (p. 325) Defines a PhysicsRegion.
PipeIdealization (p. 331) Defines a PipeIdealization.
PointMass (p. 334) Defines a PointMass.
PreMeshedCrack (p. 336) Defines a PreMeshedCrack.
PreMeshedCyclicRegion (p. 338) Defines a PreMeshedCyclicRegion.
Project (p. 340) Defines a Project.
RemotePoint (p. 345) Defines a RemotePoint.
RemotePoints (p. 351) Defines a RemotePoints.
SelectionWorksheet (p. 353) No details are provided for this entry.
SemiEllipticalCrack (p. 364) Defines a SemiEllipticalCrack.
Solution (p. 370) Defines a Solution.
SolutionCombination (p. 414) Defines a SolutionCombination.
SolutionCombinationWorksheet (p. 417) No details are provided for this entry.
SolutionInformation (p. 420) Defines a SolutionInformation.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
92 of ANSYS, Inc. and its subsidiaries and affiliates.
Analysis
Analysis
Defines a Analysis.
Declaration Syntax
public class Analysis : DataModelObject, IAnalysis, IDataModelObject, IApplicationObject, IDataObject-
Container, IInternalDataObjectContainer, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 93
Ansys.ACT.Automation.Mechanical Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
94 of ANSYS, Inc. and its subsidiaries and affiliates.
Analysis
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 95
Ansys.ACT.Automation.Mechanical Namespace
Acoustics
Gets or sets the Acoustics.
Declaration Syntax
public bool Acoustics { set;get; }
AnalysisSettings
Gets the AnalysisSettings.
Declaration Syntax
public AnalysisSettings AnalysisSettings { get; }
AnalysisType
Gets the AnalysisType.
Declaration Syntax
public AnalysisType AnalysisType { get; }
CellId
Gets the CellId.
Declaration Syntax
public string CellId { get; }
Children
Gets the list of children.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
96 of ANSYS, Inc. and its subsidiaries and affiliates.
Analysis
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
EnvironmentTemperature
Gets or sets the EnvironmentTemperature.
Declaration Syntax
public Quantity EnvironmentTemperature { set;get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
GenerateInputOnly
Gets the GenerateInputOnly.
Declaration Syntax
public bool GenerateInputOnly { get; }
InitialConditions
Get InitialConditions.
Declaration Syntax
public IList<InitialCondition> InitialConditions { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 97
Ansys.ACT.Automation.Mechanical Namespace
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSEnvironmentAuto InternalObject { get; }
PhysicsType
Gets the PhysicsType.
Declaration Syntax
public PhysicsType PhysicsType { get; }
Solution
Gets the Solution.
Declaration Syntax
public Solution Solution { get; }
Structural
Gets or sets the Structural.
Declaration Syntax
public bool Structural { set;get; }
SystemCaption
Gets the SystemCaption.
Declaration Syntax
public string SystemCaption { get; }
AddAcceleration()
Creates a new Acceleration
Declaration Syntax
public virtual Acceleration AddAcceleration()
AddAcousticAbsorptionElement()
Creates a new AcousticAbsorptionElement
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
98 of ANSYS, Inc. and its subsidiaries and affiliates.
Analysis
Declaration Syntax
public virtual AcousticAbsorptionElement AddAcousticAbsorptionElement()
AddAcousticAbsorptionSurface()
Creates a new AcousticAbsorptionSurface
Declaration Syntax
public virtual AcousticAbsorptionSurface AddAcousticAbsorptionSurface()
AddAcousticDiffuseSoundField()
Creates a new AcousticDiffuseSoundField
Declaration Syntax
public virtual AcousticDiffuseSoundField AddAcousticDiffuseSoundField()
AddAcousticFarFieldRadationSurface()
Creates a new AcousticFarFieldRadationSurface
Declaration Syntax
public virtual AcousticFarFieldRadationSurface AddAcousticFarFieldRadationSurface()
AddAcousticFreeSurface()
Creates a new AcousticFreeSurface
Declaration Syntax
public virtual AcousticFreeSurface AddAcousticFreeSurface()
AddAcousticImpedanceBoundary()
Creates a new AcousticImpedanceBoundary
Declaration Syntax
public virtual AcousticImpedanceBoundary AddAcousticImpedanceBoundary()
AddAcousticImpedanceSheet()
Creates a new AcousticImpedanceSheet
Declaration Syntax
public virtual AcousticImpedanceSheet AddAcousticImpedanceSheet()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 99
Ansys.ACT.Automation.Mechanical Namespace
AddAcousticIncidentWaveSource()
Creates a new AcousticIncidentWaveSource
Declaration Syntax
public virtual AcousticIncidentWaveSource AddAcousticIncidentWaveSource()
AddAcousticMassSource()
Creates a new AcousticMassSource
Declaration Syntax
public virtual AcousticMassSource AddAcousticMassSource()
AddAcousticPort()
Creates a new AcousticPort
Declaration Syntax
public virtual AcousticPort AddAcousticPort()
AddAcousticPortInDuct()
Creates a new AcousticPortInDuct
Declaration Syntax
public virtual AcousticPortInDuct AddAcousticPortInDuct()
AddAcousticPressure()
Creates a new AcousticPressure
Declaration Syntax
public virtual AcousticPressure AddAcousticPressure()
AddAcousticRadiationBoundary()
Creates a new AcousticRadiationBoundary
Declaration Syntax
public virtual AcousticRadiationBoundary AddAcousticRadiationBoundary()
AddAcousticRigidWall()
Creates a new AcousticRigidWall
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
100 of ANSYS, Inc. and its subsidiaries and affiliates.
Analysis
Declaration Syntax
public virtual AcousticRigidWall AddAcousticRigidWall()
AddAcousticStaticPressure()
Creates a new AcousticStaticPressure
Declaration Syntax
public virtual AcousticStaticPressure AddAcousticStaticPressure()
AddAcousticSurfaceVelocity()
Creates a new AcousticSurfaceVelocity
Declaration Syntax
public virtual AcousticSurfaceVelocity AddAcousticSurfaceVelocity()
AddAcousticSymmetryPlane()
Creates a new AcousticSymmetryPlane
Declaration Syntax
public virtual AcousticSymmetryPlane AddAcousticSymmetryPlane()
AddAcousticTemperature()
Creates a new child ThermalCondition.
Declaration Syntax
public virtual AcousticTemperature AddAcousticTemperature()
AddAcousticThermoViscousBLIBoundary()
Creates a new AcousticThermoViscousBLIBoundary
Declaration Syntax
public virtual AcousticThermoViscousBLIBoundary AddAcousticThermoViscousBLIBoundary()
AddAcousticTransferAdmittanceMatrix()
Creates a new AcousticTransferAdmittanceMatrix
Declaration Syntax
public virtual AcousticTransferAdmittanceMatrix AddAcousticTransferAdmittanceMatrix()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 101
Ansys.ACT.Automation.Mechanical Namespace
AddBearingLoad()
Creates a new BearingLoad
Declaration Syntax
public virtual BearingLoad AddBearingLoad()
AddBoltPretension()
Creates a new BoltPretension
Declaration Syntax
public virtual BoltPretension AddBoltPretension()
AddCommandSnippet()
Creates a new CommandSnippet
Declaration Syntax
public virtual CommandSnippet AddCommandSnippet()
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddCompressionOnlySupport()
Creates a new CompressionOnlySupport
Declaration Syntax
public virtual CompressionOnlySupport AddCompressionOnlySupport()
AddConvection()
Creates a new Convection
Declaration Syntax
public virtual Convection AddConvection()
AddCoupling()
Creates a new Coupling
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
102 of ANSYS, Inc. and its subsidiaries and affiliates.
Analysis
Declaration Syntax
public virtual Coupling AddCoupling()
AddCurrent()
Creates a new Current
Declaration Syntax
public virtual Current AddCurrent()
AddCylindricalSupport()
Creates a new CylindricalSupport
Declaration Syntax
public virtual CylindricalSupport AddCylindricalSupport()
AddDisplacement()
Creates a new Displacement
Declaration Syntax
public virtual Displacement AddDisplacement()
AddEarthGravity()
Creates a new EarthGravity
Declaration Syntax
public virtual EarthGravity AddEarthGravity()
AddElasticSupport()
Creates a new ElasticSupport
Declaration Syntax
public virtual ElasticSupport AddElasticSupport()
AddEMTransducer()
Creates a new EMTransducer
Declaration Syntax
public virtual EMTransducer AddEMTransducer()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 103
Ansys.ACT.Automation.Mechanical Namespace
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AddFixedRotation()
Creates a new FixedRotation
Declaration Syntax
public virtual FixedRotation AddFixedRotation()
AddFixedSupport()
Creates a new FixedSupport
Declaration Syntax
public virtual FixedSupport AddFixedSupport()
AddFluidSolidInterface()
Creates a new FluidSolidInterface
Declaration Syntax
public virtual FluidSolidInterface AddFluidSolidInterface()
AddForce()
Creates a new Force
Declaration Syntax
public virtual Force AddForce()
AddFrictionlessSupport()
Creates a new FrictionlessSupport
Declaration Syntax
public virtual FrictionlessSupport AddFrictionlessSupport()
AddHeatFlow()
Creates a new HeatFlow
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
104 of ANSYS, Inc. and its subsidiaries and affiliates.
Analysis
Declaration Syntax
public virtual HeatFlow AddHeatFlow()
AddHeatFlux()
Creates a new HeatFlux
Declaration Syntax
public virtual HeatFlux AddHeatFlux()
AddHydrostaticPressure()
Creates a new HydrostaticPressure
Declaration Syntax
public virtual HydrostaticPressure AddHydrostaticPressure()
AddInternalHeatGeneration()
Creates a new InternalHeatGeneration
Declaration Syntax
public virtual InternalHeatGeneration AddInternalHeatGeneration()
AddJointLoad()
Creates a new JointLoad
Declaration Syntax
public virtual JointLoad AddJointLoad()
AddLinePressure()
Creates a new LinePressure
Declaration Syntax
public virtual LinePressure AddLinePressure()
AddMagneticFluxParallel()
Creates a new MagneticFluxParallel
Declaration Syntax
public virtual MagneticFluxParallel AddMagneticFluxParallel()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 105
Ansys.ACT.Automation.Mechanical Namespace
AddMassFlowRate()
Creates a new MassFlowRate
Declaration Syntax
public virtual MassFlowRate AddMassFlowRate()
AddMoment()
Creates a new Moment
Declaration Syntax
public virtual Moment AddMoment()
AddNodalDisplacement()
Creates a new NodalDisplacement
Declaration Syntax
public virtual NodalDisplacement AddNodalDisplacement()
AddNodalForce()
Creates a new NodalForce
Declaration Syntax
public virtual NodalForce AddNodalForce()
AddNodalOrientation()
Creates a new NodalOrientation
Declaration Syntax
public virtual NodalOrientation AddNodalOrientation()
AddNodalPressure()
Creates a new NodalPressure
Declaration Syntax
public virtual NodalPressure AddNodalPressure()
AddNodalRotation()
Creates a new NodalRotation
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
106 of ANSYS, Inc. and its subsidiaries and affiliates.
Analysis
Declaration Syntax
public virtual NodalRotation AddNodalRotation()
AddPerfectlyInsulated()
Creates a new PerfectlyInsulated
Declaration Syntax
public virtual PerfectlyInsulated AddPerfectlyInsulated()
AddPhysicsRegion()
Creates a new PhysicsRegion
Declaration Syntax
public virtual PhysicsRegion AddPhysicsRegion()
AddPipePressure()
Creates a new PipePressure
Declaration Syntax
public virtual PipePressure AddPipePressure()
AddPipeTemperature()
Creates a new PipeTemperature
Declaration Syntax
public virtual PipeTemperature AddPipeTemperature()
AddPressure()
Creates a new child Pressure.
Declaration Syntax
public virtual Pressure AddPressure()
AddPSDAcceleration()
Creates a new PSDAcceleration
Declaration Syntax
public virtual PSDAcceleration AddPSDAcceleration()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 107
Ansys.ACT.Automation.Mechanical Namespace
AddPSDDisplacement()
Creates a new PSDDisplacement
Declaration Syntax
public virtual PSDDisplacement AddPSDDisplacement()
AddPSDGAcceleration()
Creates a new PSDGAcceleration
Declaration Syntax
public virtual PSDGAcceleration AddPSDGAcceleration()
AddPSDVelocity()
Creates a new PSDVelocity
Declaration Syntax
public virtual PSDVelocity AddPSDVelocity()
AddRadiation()
Creates a new Radiation
Declaration Syntax
public virtual Radiation AddRadiation()
AddRemoteDisplacement()
Creates a new RemoteDisplacement
Declaration Syntax
public virtual RemoteDisplacement AddRemoteDisplacement()
AddRemoteForce()
Creates a new RemoteForce
Declaration Syntax
public virtual RemoteForce AddRemoteForce()
AddRotatingForce()
Creates a new RotatingForce
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
108 of ANSYS, Inc. and its subsidiaries and affiliates.
Analysis
Declaration Syntax
public virtual RotatingForce AddRotatingForce()
AddRotationalAcceleration()
Creates a new RotationalAcceleration
Declaration Syntax
public virtual RotationalAcceleration AddRotationalAcceleration()
AddRotationalVelocity()
Creates a new RotationalVelocity
Declaration Syntax
public virtual RotationalVelocity AddRotationalVelocity()
AddRSAcceleration()
Creates a new RSAcceleration
Declaration Syntax
public virtual RSAcceleration AddRSAcceleration()
AddRSDisplacement()
Creates a new RSDisplacement
Declaration Syntax
public virtual RSDisplacement AddRSDisplacement()
AddRSVelocity()
Creates a new RSVelocity
Declaration Syntax
public virtual RSVelocity AddRSVelocity()
AddSimplySupported()
Creates a new SimplySupported
Declaration Syntax
public virtual SimplySupported AddSimplySupported()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 109
Ansys.ACT.Automation.Mechanical Namespace
AddSourceConductor()
Creates a new child SourceConductor.
Declaration Syntax
public virtual LoadGroup AddSourceConductor()
AddTemperature()
Creates a new Temperature
Declaration Syntax
public virtual Temperature AddTemperature()
AddThermalCondition()
Creates a new child ThermalCondition.
Declaration Syntax
public virtual ThermalCondition AddThermalCondition()
AddVelocity()
Creates a new Velocity
Declaration Syntax
public virtual Velocity AddVelocity()
AddVoltage()
Creates a new Voltage
Declaration Syntax
public virtual Voltage AddVoltage()
ClearGeneratedData()
Run the ClearGeneratedData action.
Declaration Syntax
public virtual void ClearGeneratedData()
CreateAutomaticEquivalentSourceSurfaces()
Run the CreateAutomaticEquivalentSourceSurfaces action.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
110 of ANSYS, Inc. and its subsidiaries and affiliates.
Analysis
Declaration Syntax
public virtual void CreateAutomaticEquivalentSourceSurfaces()
CreateAutomaticFSI()
Run the CreateAutomaticFSI action.
Declaration Syntax
public virtual void CreateAutomaticFSI()
CreateAutomaticFSIandEquivalentSourceSurfaces()
Run the CreateAutomaticFSIandEquivalentSourceSurfaces action.
Declaration Syntax
public virtual void CreateAutomaticFSIandEquivalentSourceSurfaces()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 111
Ansys.ACT.Automation.Mechanical Namespace
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
OpenSolverFilesDirectory()
Run the OpenSolverFilesDirectory action.
Declaration Syntax
public virtual void OpenSolverFilesDirectory()
Solve(bool)
Run the Solve action.
Declaration Syntax
public virtual void Solve(bool wait)
Parameters
wait(bool)
Wait or not for the solve to be done.
AnalysisPly
Defines a AnalysisPly.
Declaration Syntax
public class AnalysisPly : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
112 of ANSYS, Inc. and its subsidiaries and affiliates.
AnalysisPly
Angle
Gets or sets the Angle.
Declaration Syntax
public Quantity Angle { set;get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 113
Ansys.ACT.Automation.Mechanical Namespace
IDInSource
Gets the IDInSource.
Declaration Syntax
public string IDInSource { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSAnalysisPlyAuto InternalObject { get; }
Material
Gets the Material.
Declaration Syntax
public string Material { get; }
NameInSource
Gets the NameInSource.
Declaration Syntax
public string NameInSource { get; }
NumberOfElements
Gets the NumberOfElements.
Declaration Syntax
public uint NumberOfElements { get; }
Thickness
Gets the Thickness.
Declaration Syntax
public Quantity Thickness { get; }
AddComment()
Creates a new child Comment.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
114 of ANSYS, Inc. and its subsidiaries and affiliates.
ArbitraryCrack
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
ArbitraryCrack
Defines a ArbitraryCrack.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 115
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public class ArbitraryCrack : GenericCrack
BottomFaceNodes
Gets or sets the BottomFaceNodes.
Declaration Syntax
public string BottomFaceNodes { set;get; }
CircumferentialDivisions
Gets or sets the CircumferentialDivisions.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
116 of ANSYS, Inc. and its subsidiaries and affiliates.
ArbitraryCrack
Declaration Syntax
public int CircumferentialDivisions { set;get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
CrackFacesNodes
Gets or sets the CrackFacesNodes.
Declaration Syntax
public bool CrackFacesNodes { set;get; }
CrackFrontNodes
Gets or sets the CrackFrontNodes.
Declaration Syntax
public string CrackFrontNodes { set;get; }
CrackShape
Gets the CrackShape.
Declaration Syntax
public CrackShapeType CrackShape { get; }
CrackSourceType
Gets the CrackSourceType.
Declaration Syntax
public CrackSourceType CrackSourceType { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 117
Ansys.ACT.Automation.Mechanical Namespace
FaceTopNodes
Gets or sets the FaceTopNodes.
Declaration Syntax
public string FaceTopNodes { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSCrackAuto InternalObject { get; }
LargestContourRadius
Gets or sets the LargestContourRadius.
Declaration Syntax
public Quantity LargestContourRadius { set;get; }
Location
Gets the Location.
Declaration Syntax
public ISelectionInfo Location { get; }
MeshContours
Gets or sets the MeshContours.
Declaration Syntax
public int MeshContours { set;get; }
SolutionContours
Gets or sets the SolutionContours.
Declaration Syntax
public int SolutionContours { set;get; }
Suppressed
Gets or sets the Suppressed.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
118 of ANSYS, Inc. and its subsidiaries and affiliates.
Body
Declaration Syntax
public bool Suppressed { set;get; }
XScaleFactor
Gets or sets the XScaleFactor.
Declaration Syntax
public double XScaleFactor { set;get; }
YScaleFactor
Gets or sets the YScaleFactor.
Declaration Syntax
public double YScaleFactor { set;get; }
ZScaleFactor
Gets or sets the ZScaleFactor.
Declaration Syntax
public double ZScaleFactor { set;get; }
Body
Defines a Body.
Declaration Syntax
public class Body : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 119
Ansys.ACT.Automation.Mechanical Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
120 of ANSYS, Inc. and its subsidiaries and affiliates.
Body
Assignment
Gets or sets the Assignment.
Declaration Syntax
public string Assignment { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 121
Ansys.ACT.Automation.Mechanical Namespace
Average
Gets the Average.
Declaration Syntax
public Quantity Average { get; }
BeamSection
Gets the BeamSection.
Declaration Syntax
public DataModelObject BeamSection { get; }
Behavior
Gets or sets the Behavior.
Declaration Syntax
public Model2DBehavior Behavior { set;get; }
BrickIntegrationScheme
Gets or sets the BrickIntegrationScheme.
Declaration Syntax
public BrickIntegrationScheme BrickIntegrationScheme { set;get; }
CentroidX
Gets the CentroidX.
Declaration Syntax
public Quantity CentroidX { get; }
CentroidY
Gets the CentroidY.
Declaration Syntax
public Quantity CentroidY { get; }
CentroidZ
Gets the CentroidZ.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
122 of ANSYS, Inc. and its subsidiaries and affiliates.
Body
Declaration Syntax
public Quantity CentroidZ { get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
CrossSectionArea
Gets the CrossSectionArea.
Declaration Syntax
public Quantity CrossSectionArea { get; }
CrossSectionIYY
Gets the CrossSectionIYY.
Declaration Syntax
public Quantity CrossSectionIYY { get; }
CrossSectionIZZ
Gets the CrossSectionIZZ.
Declaration Syntax
public Quantity CrossSectionIZZ { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 123
Ansys.ACT.Automation.Mechanical Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Elements
Gets the Elements.
Declaration Syntax
public int Elements { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
FluidCrossArea
Gets or sets the FluidCrossArea.
Declaration Syntax
public Quantity FluidCrossArea { set;get; }
FluidDiscretization
Gets or sets the FluidDiscretization.
Declaration Syntax
public FluidDiscretizationType FluidDiscretization { set;get; }
FluidSolidPhase
Gets or sets the FluidSolidPhase.
Declaration Syntax
public PhaseType FluidSolidPhase { set;get; }
Hidden
Hide or show the body.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
124 of ANSYS, Inc. and its subsidiaries and affiliates.
Body
Declaration Syntax
public bool Hidden { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSPrototypeAuto InternalObject { get; }
IsWindingBody
Gets the IsWindingBody.
Declaration Syntax
public bool IsWindingBody { get; }
Length
Gets the Length.
Declaration Syntax
public Quantity Length { get; }
LengthX
Gets the LengthX.
Declaration Syntax
public Quantity LengthX { get; }
LengthY
Gets the LengthY.
Declaration Syntax
public Quantity LengthY { get; }
LengthZ
Gets the LengthZ.
Declaration Syntax
public Quantity LengthZ { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 125
Ansys.ACT.Automation.Mechanical Namespace
ManualThicknessMode
Gets the ManualThicknessMode.
Declaration Syntax
public bool ManualThicknessMode { get; }
Mass
Gets the Mass.
Declaration Syntax
public Quantity Mass { get; }
Maximum
Gets the Maximum.
Declaration Syntax
public Quantity Maximum { get; }
MeshMetric
Gets the MeshMetric.
Declaration Syntax
public int MeshMetric { get; }
MeshVersion
Gets the MeshVersion.
Declaration Syntax
public int MeshVersion { get; }
Minimum
Gets the Minimum.
Declaration Syntax
public Quantity Minimum { get; }
ModelType
Gets or sets the ModelType.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
126 of ANSYS, Inc. and its subsidiaries and affiliates.
Body
Declaration Syntax
public PrototypeModelType ModelType { set;get; }
MomentOfInertiaIp1
Gets the MomentOfInertiaIp1.
Declaration Syntax
public Quantity MomentOfInertiaIp1 { get; }
MomentOfInertiaIp2
Gets the MomentOfInertiaIp2.
Declaration Syntax
public Quantity MomentOfInertiaIp2 { get; }
MomentOfInertiaIp3
Gets the MomentOfInertiaIp3.
Declaration Syntax
public Quantity MomentOfInertiaIp3 { get; }
Nodes
Gets the Nodes.
Declaration Syntax
public int Nodes { get; }
NonlinearEffects
Gets or sets the NonlinearEffects.
Declaration Syntax
public bool NonlinearEffects { set;get; }
NumberOfTurns
Gets or sets the NumberOfTurns.
Declaration Syntax
public uint NumberOfTurns { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 127
Ansys.ACT.Automation.Mechanical Namespace
OffsetMode
Gets or sets the OffsetMode.
Declaration Syntax
public AutomaticOrManual OffsetMode { set;get; }
OffsetType
Gets or sets the OffsetType.
Declaration Syntax
public BeamOffsetType OffsetType { set;get; }
OffsetX
Gets or sets the OffsetX.
Declaration Syntax
public Quantity OffsetX { set;get; }
OffsetY
Gets or sets the OffsetY.
Declaration Syntax
public Quantity OffsetY { set;get; }
PipeExternalDiameter
Gets the PipeExternalDiameter.
Declaration Syntax
public Quantity PipeExternalDiameter { get; }
PipeInternalDiameter
Gets the PipeInternalDiameter.
Declaration Syntax
public Quantity PipeInternalDiameter { get; }
PipeThickness
Gets the PipeThickness.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
128 of ANSYS, Inc. and its subsidiaries and affiliates.
Body
Declaration Syntax
public Quantity PipeThickness { get; }
ReadOnly
Gets the ReadOnly.
Declaration Syntax
public bool ReadOnly { get; }
ReferenceFrame
Gets or sets the ReferenceFrame.
Declaration Syntax
public ReferenceFrameType ReferenceFrame { set;get; }
Declaration Syntax
public bool ReferenceTemperature { set;get; }
ReferenceTemperatureValue
Gets or sets the ReferenceTemperatureValue.
Declaration Syntax
public Quantity ReferenceTemperatureValue { set;get; }
ShellOffsetType
Gets or sets the ShellOffsetType.
Declaration Syntax
public ShellOffsetType ShellOffsetType { set;get; }
StandardDeviation
Gets the StandardDeviation.
Declaration Syntax
public Quantity StandardDeviation { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 129
Ansys.ACT.Automation.Mechanical Namespace
StiffnessBehavior
Gets or sets the StiffnessBehavior.
Declaration Syntax
public StiffnessBehavior StiffnessBehavior { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
SurfaceArea
Gets the SurfaceArea.
Declaration Syntax
public Quantity SurfaceArea { get; }
ThermalStrainEffects
Gets or sets the ThermalStrainEffects.
Declaration Syntax
public bool ThermalStrainEffects { set;get; }
Thickness
Gets or sets the Thickness.
Declaration Syntax
public Quantity Thickness { set;get; }
Declaration Syntax
public bool ThicknessMode { get; }
UseReferenceTemperatureByBody
Gets or sets the UseReferenceTemperatureByBody.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
130 of ANSYS, Inc. and its subsidiaries and affiliates.
Body
Declaration Syntax
public bool UseReferenceTemperatureByBody { set;get; }
UserNameChange
Gets the UserNameChange.
Declaration Syntax
public bool UserNameChange { get; }
Visible
Gets or sets the Visible.
Declaration Syntax
public bool Visible { set;get; }
Volume
Gets the Volume.
Declaration Syntax
public Quantity Volume { get; }
AddCommandSnippet()
Creates a new CommandSnippet
Declaration Syntax
public virtual CommandSnippet AddCommandSnippet()
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 131
Ansys.ACT.Automation.Mechanical Namespace
ClearGeneratedData()
Run the ClearGeneratedData action.
Declaration Syntax
public virtual void ClearGeneratedData()
GenerateMesh()
Run the GenerateMesh action.
Declaration Syntax
public virtual void GenerateMesh()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
132 of ANSYS, Inc. and its subsidiaries and affiliates.
Chart
GetGeoBody()
Gets the Geo Body
Declaration Syntax
public virtual IGeoBody GetGeoBody()
PreviewInflation()
Run the PreviewInflation action.
Declaration Syntax
public virtual void PreviewInflation()
PreviewSurfaceMesh()
Run the PreviewSurfaceMesh action.
Declaration Syntax
public virtual void PreviewSurfaceMesh()
ShowBody()
Run the ShowBody action.
Declaration Syntax
public virtual void ShowBody()
Update()
Run the Update action.
Declaration Syntax
public virtual void Update()
Chart
Defines a Chart.
Declaration Syntax
public class Chart : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 133
Ansys.ACT.Automation.Mechanical Namespace
Caption
Gets or sets the Caption.
Declaration Syntax
public string Caption { set;get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Content
Gets or sets the Content.
Declaration Syntax
public ChartReportType Content { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
134 of ANSYS, Inc. and its subsidiaries and affiliates.
Chart
Gridlines
Gets or sets the Gridlines.
Declaration Syntax
public ChartGridlines Gridlines { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSChartAuto InternalObject { get; }
PlotStyle
Gets or sets the PlotStyle.
Declaration Syntax
public ChartPlotStyle PlotStyle { set;get; }
Scale
Gets or sets the Scale.
Declaration Syntax
public ChartScale Scale { set;get; }
XAxisLabel
Gets or sets the XAxisLabel.
Declaration Syntax
public string XAxisLabel { set;get; }
YAxisLabel
Gets or sets the YAxisLabel.
Declaration Syntax
public string YAxisLabel { set;get; }
Delete()
Run the Delete action.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 135
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
CommandSnippet
Defines a CommandSnippet.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
136 of ANSYS, Inc. and its subsidiaries and affiliates.
CommandSnippet
Declaration Syntax
public class CommandSnippet : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 137
Ansys.ACT.Automation.Mechanical Namespace
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
FileName
Gets the FileName.
Declaration Syntax
public string FileName { get; }
Input
Gets or sets the Text.
Declaration Syntax
public string Input { set;get; }
InputArgument1
Gets or sets the InputArgument1.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
138 of ANSYS, Inc. and its subsidiaries and affiliates.
CommandSnippet
Declaration Syntax
public string InputArgument1 { set;get; }
InputArgument2
Gets or sets the InputArgument2.
Declaration Syntax
public string InputArgument2 { set;get; }
InputArgument3
Gets or sets the InputArgument3.
Declaration Syntax
public string InputArgument3 { set;get; }
InputArgument4
Gets or sets the InputArgument4.
Declaration Syntax
public string InputArgument4 { set;get; }
InputArgument5
Gets or sets the InputArgument5.
Declaration Syntax
public string InputArgument5 { set;get; }
InputArgument6
Gets or sets the InputArgument6.
Declaration Syntax
public string InputArgument6 { set;get; }
InputArgument7
Gets or sets the InputArgument7.
Declaration Syntax
public string InputArgument7 { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 139
Ansys.ACT.Automation.Mechanical Namespace
InputArgument8
Gets or sets the InputArgument8.
Declaration Syntax
public string InputArgument8 { set;get; }
InputArgument9
Gets or sets the InputArgument9.
Declaration Syntax
public string InputArgument9 { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSCommandEditorAuto InternalObject { get; }
InvalidateSolution
Gets or sets the InvalidateSolution.
Declaration Syntax
public bool InvalidateSolution { set;get; }
OutputSearchPrefix
Gets or sets the OutputSearchPrefix.
Declaration Syntax
public string OutputSearchPrefix { set;get; }
SnippetFileStatus
Gets the SnippetFileStatus.
Declaration Syntax
public int SnippetFileStatus { get; }
SolverTarget
Gets the SolverTarget.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
140 of ANSYS, Inc. and its subsidiaries and affiliates.
CommandSnippet
Declaration Syntax
public CommandEditorTarget SolverTarget { get; }
StepNumber
Gets or sets the StepNumber.
Declaration Syntax
public int StepNumber { set;get; }
StepSelectionMode
Gets or sets the StepSelectionMode.
Declaration Syntax
public SequenceSelectionType StepSelectionMode { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AppendText(string)
Append Text.
Declaration Syntax
public virtual void AppendText(string NewText)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 141
Ansys.ACT.Automation.Mechanical Namespace
Parameters
NewText(string)
No details are provided for this entry.
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
ExportTextFile(string)
Export to Textfile.
Declaration Syntax
public virtual void ExportTextFile(string TextFile)
Parameters
TextFile(string)
No details are provided for this entry.
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
142 of ANSYS, Inc. and its subsidiaries and affiliates.
Comment
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
ImportTextFile(string)
Import from Textfile.
Declaration Syntax
public virtual void ImportTextFile(string TextFile)
Parameters
TextFile(string)
No details are provided for this entry.
Comment
Defines a Comment.
Declaration Syntax
public class Comment : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 143
Ansys.ACT.Automation.Mechanical Namespace
Author
Gets or sets the Author.
Declaration Syntax
public string Author { set;get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSCommentAuto InternalObject { get; }
Text
Gets the Text.
Declaration Syntax
public string Text { set;get; }
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
144 of ANSYS, Inc. and its subsidiaries and affiliates.
CondensedGeometry
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
CondensedGeometry
Defines a CondensedGeometry.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 145
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public class CondensedGeometry : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
146 of ANSYS, Inc. and its subsidiaries and affiliates.
CondensedGeometry
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSCondensedGeometryAuto InternalObject { get; }
SolverFilesDirectory
Gets the SolverFilesDirectory.
Declaration Syntax
public string SolverFilesDirectory { get; }
TransparencyEnabled
Gets or sets the TransparencyEnabled.
Declaration Syntax
public bool TransparencyEnabled { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddCondensedPart()
Creates a new CondensedPart
Declaration Syntax
public virtual CondensedPart AddCondensedPart()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 147
Ansys.ACT.Automation.Mechanical Namespace
AddCondensedPartInfoTool()
Creates a new CondensedPartInfoTool
Declaration Syntax
public virtual CondensedPartInfoTool AddCondensedPartInfoTool()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
GenerateCondensedGeometry()
Run the GenerateCondensedGeometry action.
Declaration Syntax
public virtual void GenerateCondensedGeometry()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
148 of ANSYS, Inc. and its subsidiaries and affiliates.
CondensedPart
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
CondensedPart
Defines a CondensedPart.
Declaration Syntax
public class CondensedPart : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 149
Ansys.ACT.Automation.Mechanical Namespace
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
FutureIntent
Gets or sets the FutureIntent.
Declaration Syntax
public FutureIntentType FutureIntent { set;get; }
GeometrySelection
Gets or sets the GeometrySelection.
Declaration Syntax
public ISelectionInfo GeometrySelection { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
150 of ANSYS, Inc. and its subsidiaries and affiliates.
CondensedPart
InterfaceMethod
Gets or sets the InterfaceMethod.
Declaration Syntax
public CondensedPartInterfaceMethod InterfaceMethod { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSCondensedPartAuto InternalObject { get; }
MaximumFrequency
Gets or sets the MaximumFrequency.
Declaration Syntax
public Quantity MaximumFrequency { set;get; }
MinimumFrequency
Gets or sets the MinimumFrequency.
Declaration Syntax
public Quantity MinimumFrequency { set;get; }
NumberInterfaceEntries
Gets the NumberInterfaceEntries.
Declaration Syntax
public int NumberInterfaceEntries { get; }
NumberMasterNodes
Gets the NumberMasterNodes.
Declaration Syntax
public int NumberMasterNodes { get; }
NumberOfModes
Gets or sets the NumberOfModes.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 151
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public int NumberOfModes { set;get; }
Physics
Gets the Physics.
Declaration Syntax
public CondensedPartPhysics Physics { get; }
RangeSearch
Gets or sets the RangeSearch.
Declaration Syntax
public bool RangeSearch { set;get; }
ReductionMethod
Gets or sets the ReductionMethod.
Declaration Syntax
public CondensedPartReductionMethod ReductionMethod { set;get; }
ReferenceTemperature
Gets or sets the ReferenceTemperature.
Declaration Syntax
public Quantity ReferenceTemperature { set;get; }
SolutionName
Gets or sets the SolutionName.
Declaration Syntax
public string SolutionName { set;get; }
SolutionNameMode
Gets or sets the SolutionNameMode.
Declaration Syntax
public AutomaticOrManual SolutionNameMode { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
152 of ANSYS, Inc. and its subsidiaries and affiliates.
CondensedPart
SolverFilesDirectory
Gets the SolverFilesDirectory.
Declaration Syntax
public string SolverFilesDirectory { get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
TemperatureUnits
Gets the TemperatureUnits.
Declaration Syntax
public string TemperatureUnits { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 153
Ansys.ACT.Automation.Mechanical Namespace
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
CondensedPartInfoTool
Defines a CondensedPartInfoTool.
Declaration Syntax
public class CondensedPartInfoTool : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
154 of ANSYS, Inc. and its subsidiaries and affiliates.
CondensedPartInfoTool
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSCondensedPartInfoToolAuto InternalObject { get; }
Text
Gets the Text.
Declaration Syntax
public string Text { get; }
UpdateInterval
Gets or sets the UpdateInterval.
Declaration Syntax
public double UpdateInterval { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 155
Ansys.ACT.Automation.Mechanical Namespace
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
ConstructionGeometry
Defines a ConstructionGeometry.
Declaration Syntax
public class ConstructionGeometry : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
156 of ANSYS, Inc. and its subsidiaries and affiliates.
ConstructionGeometry
Property InternalObject (p. 157) Gets the internal object. For advanced usage
only.
Property ShowMesh (p. 158) Gets or sets the ShowMesh.
Method AddComment() (p. 158) Creates a new child Comment.
Method AddFigure() (p. 158) Creates a new child Figure.
Method AddPath() (p. 158) Creates a new Path
Method AddSurface() (p. 158) Creates a new Surface
Method Delete() (p. 158) Run the Delete action.
Method GetChildren<ChildrenType>(bool, Gets the list of children, filtered by type.
IList<ChildrenType>) (p. 159)
Method GetChildren(DataModelObjectCategory, bool, Gets the list of children, filtered by type.
IList<DataModelObject>) (p. 159)
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 157
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public IDSConstructionGeometryGroupAuto InternalObject { get; }
ShowMesh
Gets or sets the ShowMesh.
Declaration Syntax
public bool ShowMesh { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AddPath()
Creates a new Path
Declaration Syntax
public virtual Path AddPath()
AddSurface()
Creates a new Surface
Declaration Syntax
public virtual Surface AddSurface()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
158 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactDebonding
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
ContactDebonding
Defines a ContactDebonding.
Declaration Syntax
public class ContactDebonding : DataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 159
Ansys.ACT.Automation.Mechanical Namespace
AutomaticTimeStepping
Gets or sets the AutomaticTimeStepping.
Declaration Syntax
public AutomaticTimeStepping AutomaticTimeStepping { set;get; }
ContactRegion
Gets or sets the ContactRegion.
Declaration Syntax
public ContactRegion ContactRegion { set;get; }
CriticalRate
Gets or sets the CriticalRate.
Declaration Syntax
public Quantity CriticalRate { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
FailureCriteriaOption
Gets or sets the FailureCriteriaOption.
Declaration Syntax
public DelaminationFailureCriteriaOption FailureCriteriaOption { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
160 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactDebonding
GenerationMethod
Gets or sets the GenerationMethod.
Declaration Syntax
public DelaminationGenerationMethod GenerationMethod { set;get; }
InitialCrack
Gets or sets the InitialCrack.
Declaration Syntax
public GenericCrack InitialCrack { set;get; }
InitialTimeStep
Gets the InitialTimeStep.
Declaration Syntax
public Quantity InitialTimeStep { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSDelaminationAuto InternalObject { get; }
MaximumTimeStep
Gets the MaximumTimeStep.
Declaration Syntax
public Quantity MaximumTimeStep { get; }
Method
Gets or sets the Method.
Declaration Syntax
public DelaminationMethod Method { set;get; }
MinimumTimeStep
Gets the MinimumTimeStep.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 161
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public Quantity MinimumTimeStep { get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
Type
Gets the Type.
Declaration Syntax
public DelaminationType Type { get; }
CoordinateSystem
Defines a CoordinateSystem.
Declaration Syntax
public class CoordinateSystem : DataModelObject, ICoordinateSystem, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
162 of ANSYS, Inc. and its subsidiaries and affiliates.
CoordinateSystem
APDLName
Gets or sets the APDLName.
Declaration Syntax
public string APDLName { set;get; }
Children
Gets the list of children.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 163
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
CoordinateSystemID
Gets the CoordinateSystemID.
Declaration Syntax
public int CoordinateSystemID { get; }
CoordinateSystemIDGeneration
Gets or sets the CoordinateSystemIDGeneration.
Declaration Syntax
public AutomaticOrManual CoordinateSystemIDGeneration { set;get; }
CoordinateSystemType
Gets or sets the CoordinateSystemType.
Declaration Syntax
public CoordinateSystemTypeEnum CoordinateSystemType { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
164 of ANSYS, Inc. and its subsidiaries and affiliates.
CoordinateSystem
GloballyAvailable
Gets or sets the GloballyAvailable.
Declaration Syntax
public bool GloballyAvailable { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSCoordinateSystemAuto InternalObject { get; }
IsGlobal
Gets the IsGlobal.
Declaration Syntax
public bool IsGlobal { get; }
OriginLocation
Gets or sets the origin location.
Declaration Syntax
public ISelectionInfo OriginLocation { set;get; }
OriginX
Gets or sets the origin X coordinate.
Declaration Syntax
public Quantity OriginX { set;get; }
OriginY
Gets or sets the origin Y coordinate.
Declaration Syntax
public Quantity OriginY { set;get; }
OriginZ
Gets or sets the origin Z coordinate.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 165
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public Quantity OriginZ { set;get; }
PrimaryAxis
Gets or sets the PrimaryAxis.
Declaration Syntax
public CoordinateSystemAxisType PrimaryAxis { set;get; }
PrimaryAxisDefineBy
Gets or sets the PrimaryAxisDefineBy.
Declaration Syntax
public CoordinateSystemAlignmentType PrimaryAxisDefineBy { set;get; }
ReadOnly
Gets the ReadOnly.
Declaration Syntax
public bool ReadOnly { get; }
SecondaryAxis
Gets or sets the SecondaryAxis.
Declaration Syntax
public CoordinateSystemAxisType SecondaryAxis { set;get; }
SecondaryAxisDefineBy
Gets or sets the SecondaryAxisDefineBy.
Declaration Syntax
public CoordinateSystemAlignmentType SecondaryAxisDefineBy { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
166 of ANSYS, Inc. and its subsidiaries and affiliates.
CoordinateSystem
TransformationCount
Gets the number of transformations.
Declaration Syntax
public uint TransformationCount { get; }
TransformedConfiguration
Gets the TransformedConfiguration.
Declaration Syntax
public string TransformedConfiguration { get; }
XAxisData
Gets the XAxisData.
Declaration Syntax
public string XAxisData { get; }
YAxisData
Gets the YAxisData.
Declaration Syntax
public string YAxisData { get; }
ZAxisData
Gets the ZAxisData.
Declaration Syntax
public string ZAxisData { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 167
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual Figure AddFigure()
AddTransformation(TransformationType, CoordinateSystemAxisType)
Adds a new transformation.
Declaration Syntax
public virtual void AddTransformation(TransformationType trans, CoordinateSystemAxisType axis)
Parameters
trans(TransformationType)
No details are provided for this entry.
axis(CoordinateSystemAxisType)
No details are provided for this entry.
CreateConstructionSurface()
Run the CreateConstructionSurface action.
Declaration Syntax
public virtual void CreateConstructionSurface()
CreateSectionPlane()
Run the CreateSectionPlane action.
Declaration Syntax
public virtual void CreateSectionPlane()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
168 of ANSYS, Inc. and its subsidiaries and affiliates.
CoordinateSystem
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
GetTransformationValue(uint)
Gets the value of a transformation.
Declaration Syntax
public virtual object GetTransformationValue(uint index)
Parameters
index(uint)
Index of the transformation (First transformation is 1).
MoveTransformationDown(uint)
Moves a transformation down.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 169
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual void MoveTransformationDown(uint index)
Parameters
index(uint)
Index of the transformation (First transformation is 1).
MoveTransformationUp(uint)
Moves a transformation up.
Declaration Syntax
public virtual void MoveTransformationUp(uint index)
Parameters
index(uint)
Index of the transformation (First transformation is 1).
RemoveTransformation(uint)
Removes a tranformation.
Declaration Syntax
public virtual void RemoveTransformation(uint index)
Parameters
index(uint)
No details are provided for this entry.
SetTransformationValue(uint, object)
Sets the value of a transformation.
Declaration Syntax
public virtual void SetTransformationValue(uint index, object value)
Parameters
index(uint)
Index of the transformation (First transformation is 1).
value(object)
Value of the transformation.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
170 of ANSYS, Inc. and its subsidiaries and affiliates.
CoordinateSystems
CoordinateSystems
Defines a CoordinateSystems.
Declaration Syntax
public class CoordinateSystems : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 171
Ansys.ACT.Automation.Mechanical Namespace
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSCoordinateSystemGroupAuto InternalObject { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddCoordinateSystem()
Creates a new CoordinateSystem
Declaration Syntax
public virtual CoordinateSystem AddCoordinateSystem()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
172 of ANSYS, Inc. and its subsidiaries and affiliates.
Crack ***OBSOLETE*** Deprecated class. Use ArbitraryCrack or SemiEllipticalCrack
instead.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public class Crack : GenericCrack
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 173
Ansys.ACT.Automation.Mechanical Namespace
AlignWithFaceNormal
Gets or sets the AlignWithFaceNormal.
Declaration Syntax
public bool AlignWithFaceNormal { set;get; }
BottomFaceNodes
Gets or sets the BottomFaceNodes.
Declaration Syntax
public string BottomFaceNodes { set;get; }
CircumferentialDivisions
Gets or sets the CircumferentialDivisions.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
174 of ANSYS, Inc. and its subsidiaries and affiliates.
Crack ***OBSOLETE*** Deprecated class. Use ArbitraryCrack or SemiEllipticalCrack
instead.
Declaration Syntax
public int CircumferentialDivisions { set;get; }
Contact1Nodes
Gets or sets the Contact1Nodes.
Declaration Syntax
public string Contact1Nodes { set;get; }
ContactPairsNodes
Gets or sets the ContactPairsNodes.
Declaration Syntax
public bool ContactPairsNodes { set;get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
CrackFacesNodes
Gets or sets the CrackFacesNodes.
Declaration Syntax
public bool CrackFacesNodes { set;get; }
CrackFrontDivisions
Gets or sets the CrackFrontDivisions.
Declaration Syntax
public int CrackFrontDivisions { set;get; }
CrackFrontNodes
Gets or sets the CrackFrontNodes.
Declaration Syntax
public string CrackFrontNodes { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 175
Ansys.ACT.Automation.Mechanical Namespace
CrackShape
Gets the CrackShape.
Declaration Syntax
public CrackShapeType CrackShape { get; }
CrackSourceType
Gets the CrackSourceType.
Declaration Syntax
public CrackSourceType CrackSourceType { get; }
FaceTopNodes
Gets or sets the FaceTopNodes.
Declaration Syntax
public string FaceTopNodes { set;get; }
FractureAffectedZone
Gets or sets the FractureAffectedZone.
Declaration Syntax
public Quantity FractureAffectedZone { set;get; }
FractureAffectedZoneHeight
Gets or sets the FractureAffectedZoneHeight.
Declaration Syntax
public Quantity FractureAffectedZoneHeight { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSCrackAuto InternalObject { get; }
LargestContourRadius
Gets or sets the LargestContourRadius.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
176 of ANSYS, Inc. and its subsidiaries and affiliates.
Crack ***OBSOLETE*** Deprecated class. Use ArbitraryCrack or SemiEllipticalCrack
instead.
Declaration Syntax
public Quantity LargestContourRadius { set;get; }
Location
Gets the Location.
Declaration Syntax
public ISelectionInfo Location { get; }
MajorRadius
Gets or sets the MajorRadius.
Declaration Syntax
public Quantity MajorRadius { set;get; }
MeshContours
Gets or sets the MeshContours.
Declaration Syntax
public int MeshContours { set;get; }
MinorRadius
Gets or sets the MinorRadius.
Declaration Syntax
public Quantity MinorRadius { set;get; }
ProjectToNearestSurface
Gets or sets the ProjectToNearestSurface.
Declaration Syntax
public bool ProjectToNearestSurface { set;get; }
SolutionContours
Gets or sets the SolutionContours.
Declaration Syntax
public int SolutionContours { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 177
Ansys.ACT.Automation.Mechanical Namespace
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
Target1Nodes
Gets or sets the Target1Nodes.
Declaration Syntax
public string Target1Nodes { set;get; }
XScaleFactor
Gets or sets the XScaleFactor.
Declaration Syntax
public double XScaleFactor { set;get; }
YScaleFactor
Gets or sets the YScaleFactor.
Declaration Syntax
public double YScaleFactor { set;get; }
ZScaleFactor
Gets or sets the ZScaleFactor.
Declaration Syntax
public double ZScaleFactor { set;get; }
CyclicRegion
Defines a CyclicRegion.
Declaration Syntax
public class CyclicRegion : SymmetryGeneral
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
178 of ANSYS, Inc. and its subsidiaries and affiliates.
CyclicRegion
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
HighBoundaryLocation
Gets or sets the HighBoundaryLocation.
Declaration Syntax
public ISelectionInfo HighBoundaryLocation { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSSymmetryGeneralAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 179
Ansys.ACT.Automation.Mechanical Namespace
LowBoundaryLocation
Gets or sets the LowBoundaryLocation.
Declaration Syntax
public ISelectionInfo LowBoundaryLocation { set;get; }
DistributedMass
Defines a DistributedMass.
Declaration Syntax
public class DistributedMass : GenericPointMass
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
180 of ANSYS, Inc. and its subsidiaries and affiliates.
ElementOrientation
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSPointMassAuto InternalObject { get; }
MassPerUnitArea
Gets or sets the MassPerUnitArea.
Declaration Syntax
public Quantity MassPerUnitArea { set;get; }
MassType
Gets or sets the MassType.
Declaration Syntax
public DistributedMassInputType MassType { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
TotalMass
Gets or sets the TotalMass.
Declaration Syntax
public Quantity TotalMass { set;get; }
ElementOrientation
Defines a ElementOrientation.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 181
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public class ElementOrientation : DataModelObject, IFolderDataModelObject
AxisEdgeOrientation
Gets or sets the AxisEdgeOrientation.
Declaration Syntax
public ElementOrientationAxisType AxisEdgeOrientation { set;get; }
AxisSurfaceOrientation
Gets or sets the AxisSurfaceOrientation.
Declaration Syntax
public ElementOrientationAxisType AxisSurfaceOrientation { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
182 of ANSYS, Inc. and its subsidiaries and affiliates.
ElementOrientation
BodyLocation
Gets or sets the BodyLocation.
Declaration Syntax
public ISelectionInfo BodyLocation { set;get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
EdgeLocation
Gets or sets the EdgeLocation.
Declaration Syntax
public ISelectionInfo EdgeLocation { set;get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 183
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public IDSElementOrientationAuto InternalObject { get; }
OrientationGuideDefinedBy
Gets the OrientationGuideDefinedBy.
Declaration Syntax
public ElementOrientationGuide OrientationGuideDefinedBy { get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
SurfaceLocation
Gets or sets the SurfaceLocation.
Declaration Syntax
public ISelectionInfo SurfaceLocation { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
184 of ANSYS, Inc. and its subsidiaries and affiliates.
EndRelease
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
EndRelease
Defines a EndRelease.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 185
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public class EndRelease : DataModelObject, IFolderDataModelObject
Behavior
Gets or sets the Behavior.
Declaration Syntax
public BeamEndReleaseBehavior Behavior { set;get; }
Children
Gets the list of children.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
186 of ANSYS, Inc. and its subsidiaries and affiliates.
EndRelease
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
EdgeLocation
Gets or sets the EdgeLocation.
Declaration Syntax
public ISelectionInfo EdgeLocation { set;get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSBeamEndReleaseAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 187
Ansys.ACT.Automation.Mechanical Namespace
RotationX
Gets or sets the RotationX.
Declaration Syntax
public FixedOrFree RotationX { set;get; }
RotationY
Gets or sets the RotationY.
Declaration Syntax
public FixedOrFree RotationY { set;get; }
RotationZ
Gets or sets the RotationZ.
Declaration Syntax
public FixedOrFree RotationZ { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
TranslationX
Gets or sets the TranslationX.
Declaration Syntax
public FixedOrFree TranslationX { set;get; }
TranslationY
Gets or sets the TranslationY.
Declaration Syntax
public FixedOrFree TranslationY { set;get; }
TranslationZ
Gets or sets the TranslationZ.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
188 of ANSYS, Inc. and its subsidiaries and affiliates.
EndRelease
Declaration Syntax
public FixedOrFree TranslationZ { set;get; }
VertexLocation
Gets or sets the VertexLocation.
Declaration Syntax
public ISelectionInfo VertexLocation { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 189
Ansys.ACT.Automation.Mechanical Namespace
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
ExpansionSettings
Defines a ExpansionSettings.
Declaration Syntax
public class ExpansionSettings : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
190 of ANSYS, Inc. and its subsidiaries and affiliates.
ExpansionSettings
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
CleanupOptionalFiles
Gets or sets the CleanupOptionalFiles.
Declaration Syntax
public bool CleanupOptionalFiles { set;get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSExpansionSettingsAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 191
Ansys.ACT.Automation.Mechanical Namespace
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
192 of ANSYS, Inc. and its subsidiaries and affiliates.
ExternalEnhancedModel
PerformExpansionPass()
Run the PerformExpansionPass action.
Declaration Syntax
public virtual void PerformExpansionPass()
ExternalEnhancedModel
Defines a ExternalEnhancedModel.
Declaration Syntax
public class ExternalEnhancedModel : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 193
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSExternalEnhancedModelAuto InternalObject { get; }
LayerToDisplay
Gets or sets the LayerToDisplay.
Declaration Syntax
public int LayerToDisplay { set;get; }
NonlinearEffects
Gets or sets the NonlinearEffects.
Declaration Syntax
public bool NonlinearEffects { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
194 of ANSYS, Inc. and its subsidiaries and affiliates.
ExternalEnhancedModel
ThermalStrainEffects
Gets or sets the ThermalStrainEffects.
Declaration Syntax
public bool ThermalStrainEffects { set;get; }
Type
Gets the Type.
Declaration Syntax
public ExternalEnhancedModelType Type { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 195
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
FatigueTool
Defines a FatigueTool.
Declaration Syntax
public class FatigueTool : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
196 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueTool
AnalysisType
Gets or sets the AnalysisType.
Declaration Syntax
public FatigueToolAnalysisType AnalysisType { set;get; }
BinSize
Gets or sets the BinSize.
Declaration Syntax
public int BinSize { set;get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 197
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
DisplayTime
Gets or sets the DisplayTime.
Declaration Syntax
public Quantity DisplayTime { set;get; }
FatigueStrengthFactor
Gets or sets the FatigueStrengthFactor.
Declaration Syntax
public double FatigueStrengthFactor { set;get; }
HistoryDataLocation
Gets or sets the HistoryDataLocation.
Declaration Syntax
public string HistoryDataLocation { set;get; }
InfiniteLife
Gets or sets the InfiniteLife.
Declaration Syntax
public double InfiniteLife { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSFatigueToolAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
198 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueTool
LoadingRatio
Gets or sets the LoadingRatio.
Declaration Syntax
public double LoadingRatio { set;get; }
LoadingType
Gets or sets the LoadingType.
Declaration Syntax
public FatigueLoadType LoadingType { set;get; }
MaximumDataPointsToPlot
Gets or sets the MaximumDataPointsToPlot.
Declaration Syntax
public double MaximumDataPointsToPlot { set;get; }
MeanStressTheory
Gets or sets the MeanStressTheory.
Declaration Syntax
public MeanStressTheoryType MeanStressTheory { set;get; }
OneCycleIsEqualTo
Gets or sets the OneCycleIsEqualTo.
Declaration Syntax
public Quantity OneCycleIsEqualTo { set;get; }
ResultsInput
Gets or sets the ResultsInput.
Declaration Syntax
public FatigueToolResultsInputType ResultsInput { set;get; }
ScaleFactor
Gets or sets the ScaleFactor.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 199
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public double ScaleFactor { set;get; }
StressComponent
Gets or sets the StressComponent.
Declaration Syntax
public FatigueStressComponentType StressComponent { set;get; }
UnitsName
Gets or sets the UnitsName.
Declaration Syntax
public LifeUnitsType UnitsName { set;get; }
UseQuickRainflowCounting
Gets or sets the UseQuickRainflowCounting.
Declaration Syntax
public bool UseQuickRainflowCounting { set;get; }
AddBiaxialityIndication()
Creates a new FatigueBiaxialityIndication
Declaration Syntax
public virtual FatigueBiaxialityIndication AddBiaxialityIndication()
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddDamage()
Creates a new FatigueDamage
Declaration Syntax
public virtual FatigueDamage AddDamage()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
200 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueTool
AddDamageMatrix()
Creates a new FatigueDamageMatrix
Declaration Syntax
public virtual FatigueDamageMatrix AddDamageMatrix()
AddEquivalentAlternativeStress()
Creates a new FatigueEquivalentAlternativeStress
Declaration Syntax
public virtual FatigueEquivalentAlternativeStress AddEquivalentAlternativeStress()
AddFatigueSensitivity()
Creates a new FatigueSensitivity
Declaration Syntax
public virtual FatigueSensitivity AddFatigueSensitivity()
AddHysteresis()
Creates a new FatigueHysteresis
Declaration Syntax
public virtual FatigueHysteresis AddHysteresis()
AddLife()
Creates a new FatigueLife
Declaration Syntax
public virtual FatigueLife AddLife()
AddRainflowMatrix()
Creates a new FatigueRainflowMatrix
Declaration Syntax
public virtual FatigueRainflowMatrix AddRainflowMatrix()
AddSafetyFactor()
Creates a new FatigueSafetyFactor
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 201
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual FatigueSafetyFactor AddSafetyFactor()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
202 of ANSYS, Inc. and its subsidiaries and affiliates.
Figure
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Figure
Defines a Figure.
Declaration Syntax
public class Figure : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 203
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSFigureAuto InternalObject { get; }
Text
Gets the Text.
Declaration Syntax
public string Text { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
204 of ANSYS, Inc. and its subsidiaries and affiliates.
Fracture
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Fracture
Defines a Fracture.
Declaration Syntax
public class Fracture : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 205
Ansys.ACT.Automation.Mechanical Namespace
Method AddCrack() ***OBSOLETE*** Use the method Creates a new child Crack.
AddArbitraryCrack or AddSemiEllipticalCrack
instead. (p. 207)
Method AddFigure() (p. 207) Creates a new child Figure.
Method AddInterfaceDelamination() (p. 207) Creates a new InterfaceDelamination
Method AddPreMeshedCrack() (p. 208) Creates a new PreMeshedCrack
Method AddSemiEllipticalCrack() (p. 208) Creates a new SemiEllipticalCrack
Method GenerateAllCrackMesh() (p. 208) Run the GenerateAllCrackMesh action.
Method GetChildren<ChildrenType>(bool, Gets the list of children, filtered by type.
IList<ChildrenType>) (p. 208)
Method GetChildren(DataModelObjectCategory, bool, Gets the list of children, filtered by type.
IList<DataModelObject>) (p. 208)
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
206 of ANSYS, Inc. and its subsidiaries and affiliates.
Fracture
Declaration Syntax
public IDSFractureGroupAuto InternalObject { get; }
AddArbitraryCrack()
Creates a new ArbitraryCrack
Declaration Syntax
public virtual ArbitraryCrack AddArbitraryCrack()
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddContactDebonding()
Creates a new ContactDebonding
Declaration Syntax
public virtual ContactDebonding AddContactDebonding()
Declaration Syntax
public virtual Crack AddCrack()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AddInterfaceDelamination()
Creates a new InterfaceDelamination
Declaration Syntax
public virtual InterfaceDelamination AddInterfaceDelamination()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 207
Ansys.ACT.Automation.Mechanical Namespace
AddPreMeshedCrack()
Creates a new PreMeshedCrack
Declaration Syntax
public virtual PreMeshedCrack AddPreMeshedCrack()
AddSemiEllipticalCrack()
Creates a new SemiEllipticalCrack
Declaration Syntax
public virtual SemiEllipticalCrack AddSemiEllipticalCrack()
GenerateAllCrackMesh()
Run the GenerateAllCrackMesh action.
Declaration Syntax
public virtual void GenerateAllCrackMesh()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
208 of ANSYS, Inc. and its subsidiaries and affiliates.
GenericCrack
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
GenericCrack
Defines a GenericCrack.
Declaration Syntax
public abstract class GenericCrack : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 209
Ansys.ACT.Automation.Mechanical Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSCrackAuto InternalObject { get; }
AddCommandSnippet()
Creates a new CommandSnippet
Declaration Syntax
public virtual CommandSnippet AddCommandSnippet()
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
210 of ANSYS, Inc. and its subsidiaries and affiliates.
GenericDelamination
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
GenericDelamination
Defines a GenericDelamination.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 211
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public abstract class GenericDelamination : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
212 of ANSYS, Inc. and its subsidiaries and affiliates.
GenericDelamination
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSDelaminationAuto InternalObject { get; }
AddCommandSnippet()
Creates a new CommandSnippet
Declaration Syntax
public virtual CommandSnippet AddCommandSnippet()
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 213
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
GenericPointMass
Defines a GenericPointMass.
Declaration Syntax
public abstract class GenericPointMass : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
214 of ANSYS, Inc. and its subsidiaries and affiliates.
GenericPointMass
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 215
Ansys.ACT.Automation.Mechanical Namespace
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSPointMassAuto InternalObject { get; }
IsDistributedMass
Gets the IsDistributedMass.
Declaration Syntax
public bool IsDistributedMass { get; }
Location
Gets or sets the Geometry.
Declaration Syntax
public ISelectionInfo Location { set;get; }
RemotePoint
Gets the remote point associated to the point mass.
Declaration Syntax
public RemotePoint RemotePoint { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
216 of ANSYS, Inc. and its subsidiaries and affiliates.
Geometry
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Geometry
Defines a Geometry.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 217
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public class Geometry : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
218 of ANSYS, Inc. and its subsidiaries and affiliates.
Geometry
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 219
Ansys.ACT.Automation.Mechanical Namespace
ActiveBodies
Gets the ActiveBodies.
Declaration Syntax
public int ActiveBodies { get; }
AnalysisType
Gets the AnalysisType.
Declaration Syntax
public GeometryDimensionType AnalysisType { get; }
AttachFileViaTempFile
Gets or sets the AttachFileViaTempFile.
Declaration Syntax
public bool AttachFileViaTempFile { set;get; }
AttributeKey
Gets the AttributeKey.
Declaration Syntax
public string AttributeKey { get; }
Attributes
Gets the Attributes.
Declaration Syntax
public bool Attributes { get; }
Average
Gets the Average.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
220 of ANSYS, Inc. and its subsidiaries and affiliates.
Geometry
Declaration Syntax
public double Average { get; }
Bodies
Gets the Bodies.
Declaration Syntax
public int Bodies { get; }
CanChangeCADUnits
Gets the CanChangeCADUnits.
Declaration Syntax
public bool CanChangeCADUnits { get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
ComparePartsOnUpdate
Gets the ComparePartsOnUpdate.
Declaration Syntax
public ComparePartsOnUpdateType ComparePartsOnUpdate { get; }
ComparePartsTolerance
Gets the ComparePartsTolerance.
Declaration Syntax
public ComparePartsToleranceType ComparePartsTolerance { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 221
Ansys.ACT.Automation.Mechanical Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
DecomposeDisjointGeometry
Gets the DecomposeDisjointGeometry.
Declaration Syntax
public bool DecomposeDisjointGeometry { get; }
DisplayStyle
Gets or sets the DisplayStyle.
Declaration Syntax
public PrototypeDisplayStyleType DisplayStyle { set;get; }
ElementControl
Gets or sets the ElementControl.
Declaration Syntax
public ElementControl ElementControl { set;get; }
Elements
Gets the Elements.
Declaration Syntax
public int Elements { get; }
EnclosureAndSymmetryProcessing
Gets the EnclosureAndSymmetryProcessing.
Declaration Syntax
public bool EnclosureAndSymmetryProcessing { get; }
EndPlaneRotationAboutX
Gets or sets the EndPlaneRotationAboutX.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
222 of ANSYS, Inc. and its subsidiaries and affiliates.
Geometry
Declaration Syntax
public Quantity EndPlaneRotationAboutX { set;get; }
EndPlaneRotationAboutY
Gets or sets the EndPlaneRotationAboutY.
Declaration Syntax
public Quantity EndPlaneRotationAboutY { set;get; }
FiberLength
Gets or sets the FiberLength.
Declaration Syntax
public Quantity FiberLength { set;get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
GeometryPreferencesReadOnly
Gets the GeometryPreferencesReadOnly.
Declaration Syntax
public bool GeometryPreferencesReadOnly { get; }
GeometryType
Gets the GeometryType.
Declaration Syntax
public GeometryType GeometryType { get; }
ImportCoordinateSystems
Gets the ImportCoordinateSystems.
Declaration Syntax
public bool ImportCoordinateSystems { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 223
Ansys.ACT.Automation.Mechanical Namespace
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSPrototypeGroupAuto InternalObject { get; }
LengthUnit
Gets the LengthUnit.
Declaration Syntax
public WBUnitSystemType LengthUnit { get; }
LengthX
Gets the LengthX.
Declaration Syntax
public Quantity LengthX { get; }
LengthY
Gets the LengthY.
Declaration Syntax
public Quantity LengthY { get; }
LengthZ
Gets the LengthZ.
Declaration Syntax
public Quantity LengthZ { get; }
LineBodies
Gets the LineBodies.
Declaration Syntax
public bool LineBodies { get; }
Mass
Gets the Mass.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
224 of ANSYS, Inc. and its subsidiaries and affiliates.
Geometry
Declaration Syntax
public Quantity Mass { get; }
MaterialProperties
Gets the MaterialProperties.
Declaration Syntax
public bool MaterialProperties { get; }
Maximum
Gets the Maximum.
Declaration Syntax
public double Maximum { get; }
MeshMetric
Gets the MeshMetric.
Declaration Syntax
public int MeshMetric { get; }
MeshVolume
Gets the MeshVolume.
Declaration Syntax
public Quantity MeshVolume { get; }
Minimum
Gets the Minimum.
Declaration Syntax
public double Minimum { get; }
MixedImportResolution
Gets the MixedImportResolution.
Declaration Syntax
public SecondaryImportPrefType MixedImportResolution { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 225
Ansys.ACT.Automation.Mechanical Namespace
Model2DBehavior
Gets or sets the Model2DBehavior.
Declaration Syntax
public Model2DBehavior Model2DBehavior { set;get; }
NamedSelectionKey
Gets the NamedSelectionKey.
Declaration Syntax
public string NamedSelectionKey { get; }
NamedSelections
Gets the NamedSelections.
Declaration Syntax
public bool NamedSelections { get; }
Nodes
Gets the Nodes.
Declaration Syntax
public int Nodes { get; }
ParameterKey
Gets the ParameterKey.
Declaration Syntax
public string ParameterKey { get; }
Parameters
Gets the Parameters.
Declaration Syntax
public ImportParameterType Parameters { get; }
ReaderModeSavesUpdatedFile
Gets or sets the ReaderModeSavesUpdatedFile.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
226 of ANSYS, Inc. and its subsidiaries and affiliates.
Geometry
Declaration Syntax
public bool ReaderModeSavesUpdatedFile { set;get; }
ScaleFactorValue
Gets or sets the ScaleFactorValue.
Declaration Syntax
public double ScaleFactorValue { set;get; }
SheetSurfaceArea
Gets the SheetSurfaceArea.
Declaration Syntax
public Quantity SheetSurfaceArea { get; }
SmartCADUpdate
Gets the SmartCADUpdate.
Declaration Syntax
public bool SmartCADUpdate { get; }
SolidBodies
Gets the SolidBodies.
Declaration Syntax
public bool SolidBodies { get; }
Source
Gets the Source.
Declaration Syntax
public string Source { get; }
StandardDeviation
Gets the StandardDeviation.
Declaration Syntax
public double StandardDeviation { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 227
Ansys.ACT.Automation.Mechanical Namespace
SurfaceArea
Gets the SurfaceArea.
Declaration Syntax
public Quantity SurfaceArea { get; }
SurfaceBodies
Gets the SurfaceBodies.
Declaration Syntax
public bool SurfaceBodies { get; }
TemporaryDirectory
Gets or sets the TemporaryDirectory.
Declaration Syntax
public string TemporaryDirectory { set;get; }
Type
Gets the Type.
Declaration Syntax
public string Type { get; }
UseAssociativity
Gets the UseAssociativity.
Declaration Syntax
public bool UseAssociativity { get; }
UseInstances
Gets the UseInstances.
Declaration Syntax
public bool UseInstances { get; }
Volume
Gets the Volume.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
228 of ANSYS, Inc. and its subsidiaries and affiliates.
Geometry
Declaration Syntax
public Quantity Volume { get; }
XCentroid
Gets the XCentroid.
Declaration Syntax
public Quantity XCentroid { get; }
YCentroid
Gets the YCentroid.
Declaration Syntax
public Quantity YCentroid { get; }
ZCentroid
Gets the ZCentroid.
Declaration Syntax
public Quantity ZCentroid { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddDistributedMass()
Creates a new DistributedMass
Declaration Syntax
public virtual DistributedMass AddDistributedMass()
AddElementOrientation()
Creates a new ElementOrientation
Declaration Syntax
public virtual ElementOrientation AddElementOrientation()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 229
Ansys.ACT.Automation.Mechanical Namespace
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AddLayeredSection()
Creates a new child LayeredSection.
Declaration Syntax
public virtual LayeredSection AddLayeredSection()
AddPointMass()
Creates a new PointMass
Declaration Syntax
public virtual PointMass AddPointMass()
AddThickness()
Creates a new child Thickness.
Declaration Syntax
public virtual Thickness AddThickness()
ExportToSTL(string)
Exports the geometric model to an STL formatted file.
Declaration Syntax
public virtual void ExportToSTL(string filePath)
Parameters
filePath(string)
A fully qualified file path for an STL file. Overwrites filepath if it exists.
GetBody(IBaseGeoBody)
Gets the Body associated with the given IGeoBody
Declaration Syntax
public virtual Body GetBody(IBaseGeoBody geoBody)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
230 of ANSYS, Inc. and its subsidiaries and affiliates.
Geometry
Parameters
geoBody(IBaseGeoBody)
No details are provided for this entry.
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
GetPart(IBaseGeoPart)
Gets the Part associated with the given IGeoPart
Declaration Syntax
public virtual Part GetPart(IBaseGeoPart geoPart)
Parameters
geoPart(IBaseGeoPart)
No details are provided for this entry.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 231
Ansys.ACT.Automation.Mechanical Namespace
ResetBodyColors()
Run the ResetBodyColors action.
Declaration Syntax
public virtual void ResetBodyColors()
UpdateGeometryFromSource()
Run the UpdateGeometryFromSource action.
Declaration Syntax
public virtual void UpdateGeometryFromSource()
ImportedLayeredSection
Defines a ImportedLayeredSection.
Declaration Syntax
public class ImportedLayeredSection : ExternalEnhancedModel
(Inherited from
ExternalEnhancedModel (p. 193).)
Property Comments (p. 193) Gets the list of associated comments.
(Inherited from
ExternalEnhancedModel (p. 193).)
Property DataModelObjectCategory (p. 233)Gets the current DataModelObject's
category.
Property Figures (p. 194) Gets the list of associated figures.
(Inherited from
ExternalEnhancedModel (p. 193).)
Property InternalObject (p. 233) Gets the internal object. For advanced usage
only.
Property LayerToDisplay (p. 194) Gets or sets the LayerToDisplay.
(Inherited from
ExternalEnhancedModel (p. 193).)
Property NonlinearEffects (p. 194) Gets or sets the NonlinearEffects.
(Inherited from
ExternalEnhancedModel (p. 193).)
Property Suppressed (p. 194) Gets or sets the Suppressed.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
232 of ANSYS, Inc. and its subsidiaries and affiliates.
ImportedPlies
(Inherited from
ExternalEnhancedModel (p. 193).)
Property ThermalStrainEffects (p. 195) Gets or sets the ThermalStrainEffects.
(Inherited from
ExternalEnhancedModel (p. 193).)
Property Type (p. 195) Gets the Type.
(Inherited from
ExternalEnhancedModel (p. 193).)
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSExternalEnhancedModelAuto InternalObject { get; }
ImportedPlies
Defines a ImportedPlies.
Declaration Syntax
public class ImportedPlies : ExternalEnhancedModel
(Inherited from
ExternalEnhancedModel (p. 193).)
Property Comments (p. 193) Gets the list of associated comments.
(Inherited from
ExternalEnhancedModel (p. 193).)
Property DataModelObjectCategory (p. 234)Gets the current DataModelObject's
category.
Property Figures (p. 194) Gets the list of associated figures.
(Inherited from
ExternalEnhancedModel (p. 193).)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 233
Ansys.ACT.Automation.Mechanical Namespace
Property InternalObject (p. 234) Gets the internal object. For advanced usage
only.
Property LayerToDisplay (p. 194) Gets or sets the LayerToDisplay.
(Inherited from
ExternalEnhancedModel (p. 193).)
Property NonlinearEffects (p. 194) Gets or sets the NonlinearEffects.
(Inherited from
ExternalEnhancedModel (p. 193).)
Property Suppressed (p. 194) Gets or sets the Suppressed.
(Inherited from
ExternalEnhancedModel (p. 193).)
Property ThermalStrainEffects (p. 195) Gets or sets the ThermalStrainEffects.
(Inherited from
ExternalEnhancedModel (p. 193).)
Property Type (p. 195) Gets the Type.
(Inherited from
ExternalEnhancedModel (p. 193).)
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSExternalEnhancedModelAuto InternalObject { get; }
InitialCondition
Defines a InitialCondition.
Declaration Syntax
public class InitialCondition : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
234 of ANSYS, Inc. and its subsidiaries and affiliates.
InitialCondition
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 235
Ansys.ACT.Automation.Mechanical Namespace
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
ContactStatus
Gets or sets the ContactStatus.
Declaration Syntax
public PreStressContactStatus ContactStatus { set;get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
236 of ANSYS, Inc. and its subsidiaries and affiliates.
InitialCondition
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
DefineBy
Gets or sets the DefineBy.
Declaration Syntax
public LoadDefineBy DefineBy { set;get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InitialEnvironment
Gets the InitialEnvironment.
Declaration Syntax
public Analysis InitialEnvironment { get; }
InitialTemperature
Gets the InitialTemperature.
Declaration Syntax
public InitialTemperatureType InitialTemperature { get; }
InitialTemperatureValue
Gets or sets the InitialTemperatureValue.
Declaration Syntax
public Quantity InitialTemperatureValue { set;get; }
InputType
Gets or sets the InputType.
Declaration Syntax
public InitialConditionsType InputType { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 237
Ansys.ACT.Automation.Mechanical Namespace
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSInitialConditionsAuto InternalObject { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
ModalEnvironmentHarmonicIC
Gets the ModalEnvironmentHarmonicIC.
Declaration Syntax
public Analysis ModalEnvironmentHarmonicIC { get; }
ModalEnvironmentPSDIC
Gets the ModalEnvironmentPSDIC.
Declaration Syntax
public Analysis ModalEnvironmentPSDIC { get; }
ModalEnvironmentRSIC
Gets the ModalEnvironmentRSIC.
Declaration Syntax
public Analysis ModalEnvironmentRSIC { get; }
ModalEnvironmentTransientMSUPIC
Gets the ModalEnvironmentTransientMSUPIC.
Declaration Syntax
public Analysis ModalEnvironmentTransientMSUPIC { get; }
NewtonRaphsonOption
Gets the NewtonRaphsonOption.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
238 of ANSYS, Inc. and its subsidiaries and affiliates.
InitialCondition
Declaration Syntax
public NewtonRaphsonType NewtonRaphsonOption { get; }
PressureInitialization
Gets or sets the PressureInitialization.
Declaration Syntax
public PressureInitializationType PressureInitialization { set;get; }
PreStressDefineBy
Gets or sets the PreStressDefineBy.
Declaration Syntax
public PreStressStateType PreStressDefineBy { set;get; }
PreStressEnvironmentHarmonicIC
Gets the PreStressEnvironmentHarmonicIC.
Declaration Syntax
public Analysis PreStressEnvironmentHarmonicIC { get; }
PreStressEnvironmentHarmonicMSUPModal
Gets the PreStressEnvironmentHarmonicMSUPModal.
Declaration Syntax
public Analysis PreStressEnvironmentHarmonicMSUPModal { get; }
PreStressEnvironmentModalIC
Gets the PreStressEnvironmentModalIC.
Declaration Syntax
public Analysis PreStressEnvironmentModalIC { get; }
PreStressEnvironmentTransientIC
Gets the PreStressEnvironmentTransientIC.
Declaration Syntax
public Analysis PreStressEnvironmentTransientIC { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 239
Ansys.ACT.Automation.Mechanical Namespace
PreStressEnvironmentTransientMSUPModal
Gets the PreStressEnvironmentTransientMSUPModal.
Declaration Syntax
public Analysis PreStressEnvironmentTransientMSUPModal { get; }
PreStressLoadStep
Gets or sets the PreStressLoadStep.
Declaration Syntax
public double PreStressLoadStep { set;get; }
PreStressTime
Gets or sets the PreStressTime.
Declaration Syntax
public Quantity PreStressTime { set;get; }
ReportedLoadStep
Gets the ReportedLoadStep.
Declaration Syntax
public int ReportedLoadStep { get; }
ReportedSubStep
Gets the ReportedSubStep.
Declaration Syntax
public int ReportedSubStep { get; }
ReportedTime
Gets the ReportedTime.
Declaration Syntax
public double ReportedTime { get; }
Suppressed
Gets or sets the Suppressed.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
240 of ANSYS, Inc. and its subsidiaries and affiliates.
InitialCondition
Declaration Syntax
public bool Suppressed { set;get; }
Time
Gets or sets the Time.
Declaration Syntax
public Quantity Time { set;get; }
XComponent
Gets or sets the XComponent.
Declaration Syntax
public Quantity XComponent { set;get; }
YComponent
Gets or sets the YComponent.
Declaration Syntax
public Quantity YComponent { set;get; }
ZComponent
Gets or sets the ZComponent.
Declaration Syntax
public Quantity ZComponent { set;get; }
AddCommandSnippet()
Creates a new child CommandSnippet.
Declaration Syntax
public virtual CommandSnippet AddCommandSnippet()
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 241
Ansys.ACT.Automation.Mechanical Namespace
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
242 of ANSYS, Inc. and its subsidiaries and affiliates.
InitialConditions
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
InitialConditions
Defines a InitialConditions.
Declaration Syntax
public class InitialConditions : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 243
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSInitialConditionGroupAuto InternalObject { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
244 of ANSYS, Inc. and its subsidiaries and affiliates.
InterfaceDelamination
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
InterfaceDelamination
Defines a InterfaceDelamination.
Declaration Syntax
public class InterfaceDelamination : GenericDelamination
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 245
Ansys.ACT.Automation.Mechanical Namespace
AutomaticTimeStepping
Gets or sets the AutomaticTimeStepping.
Declaration Syntax
public AutomaticTimeStepping AutomaticTimeStepping { set;get; }
CriticalRate
Gets or sets the CriticalRate.
Declaration Syntax
public Quantity CriticalRate { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
DistanceTolerance
Gets the DistanceTolerance.
Declaration Syntax
public Quantity DistanceTolerance { get; }
FailureCriteriaOption
Gets or sets the FailureCriteriaOption.
Declaration Syntax
public DelaminationFailureCriteriaOption FailureCriteriaOption { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
246 of ANSYS, Inc. and its subsidiaries and affiliates.
InterfaceDelamination
GenerationMethod
Gets or sets the GenerationMethod.
Declaration Syntax
public DelaminationGenerationMethod GenerationMethod { set;get; }
InitialCrack
Gets or sets the InitialCrack.
Declaration Syntax
public GenericCrack InitialCrack { set;get; }
InitialTimeStep
Gets the InitialTimeStep.
Declaration Syntax
public Quantity InitialTimeStep { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSDelaminationAuto InternalObject { get; }
MatchControl
Gets or sets the MatchControl.
Declaration Syntax
public MatchControl MatchControl { set;get; }
MaximumTimeStep
Gets the MaximumTimeStep.
Declaration Syntax
public Quantity MaximumTimeStep { get; }
Method
Gets or sets the Method.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 247
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public DelaminationMethod Method { set;get; }
MinimumTimeStep
Gets the MinimumTimeStep.
Declaration Syntax
public Quantity MinimumTimeStep { get; }
SourceLocation
Gets or sets the SourceLocation.
Declaration Syntax
public ISelectionInfo SourceLocation { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
TargetLocation
Gets or sets the TargetLocation.
Declaration Syntax
public ISelectionInfo TargetLocation { set;get; }
ToleranceType
Gets or sets the ToleranceType.
Declaration Syntax
public ToleranceType ToleranceType { set;get; }
Type
Gets the Type.
Declaration Syntax
public DelaminationType Type { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
248 of ANSYS, Inc. and its subsidiaries and affiliates.
JointBushingWorksheet
JointBushingWorksheet
The worksheet of stiffness and damping coefficients for a bushing type joint.
Declaration Syntax
public class JointBushingWorksheet : Worksheet
Method GetBushingDampingPerThetaUnitX(int) (p. 250) Gets the Coefficient for the damping per
ThetaUnitX at the indicated row index.
Method GetBushingDampingPerThetaUnitY(int) (p. 250) Gets the Coefficient for the damping per
ThetaUnitY at the indicated row index.
Method GetBushingDampingPerThetaUnitZ(int) (p. 250) Gets the Coefficient for the damping per
ThetaUnitZ at the indicated row index.
Method GetBushingDampingPerUnitX(int) (p. 251) Gets the Coefficient for the damping per
UnitX at the indicated row index.
Method GetBushingDampingPerUnitY(int) (p. 251) Gets the Coefficient for the damping per
UnitY at the indicated row index.
Method GetBushingDampingPerUnitZ(int) (p. 251) Gets the Coefficient for the damping per
UnitZ at the indicated row index.
Method GetBushingStiffnessPerThetaUnitX(int) (p. 251) Gets the Coefficient for the stiffness per
ThetaUnitX at the indicated row index.
Method GetBushingStiffnessPerThetaUnitY(int) (p. 252) Gets the Coefficient for the stiffness per
ThetaUnitY at the indicated row index.
Method GetBushingStiffnessPerThetaUnitZ(int) (p. 252) Gets the Coefficient for the stiffness per
ThetaUnitZ at the indicated row index.
Method GetBushingStiffnessPerUnitX(int) (p. 252) Gets the Coefficient for the stiffness per
UnitX at the indicated row index.
Method GetBushingStiffnessPerUnitY(int) (p. 252) Gets the Coefficient for the stiffness per
UnitY at the indicated row index.
Method GetBushingStiffnessPerUnitZ(int) (p. 253) Gets the Coefficient for the stiffness per
UnitZ at the indicated row index.
Method SetBushingDampingPerThetaUnitX(int, Sets the Coefficient for the damping per
double) (p. 253) ThetaUnitX at the indicated row index.
Method SetBushingDampingPerThetaUnitY(int, Sets the Coefficient for the damping per
double) (p. 253) ThetaUnitY at the indicated row index.
Method SetBushingDampingPerThetaUnitZ(int, Sets the Coefficient for the damping per
double) (p. 253) ThetaUnitZ at the indicated row index.
Method SetBushingDampingPerUnitX(int, Sets the Coefficient for the damping per
double) (p. 254) UnitX at the indicated row index.
Method SetBushingDampingPerUnitY(int, Sets the Coefficient for the damping per
double) (p. 254) UnitY at the indicated row index.
Method SetBushingDampingPerUnitZ(int, Sets the Coefficient for the damping per
double) (p. 254) UnitZ at the indicated row index.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 249
Ansys.ACT.Automation.Mechanical Namespace
GetBushingDampingPerThetaUnitX(int)
Gets the Coefficient for the damping per ThetaUnitX at the indicated row index.
Declaration Syntax
public double GetBushingDampingPerThetaUnitX(int index)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 3 and less than 6.
GetBushingDampingPerThetaUnitY(int)
Gets the Coefficient for the damping per ThetaUnitY at the indicated row index.
Declaration Syntax
public double GetBushingDampingPerThetaUnitY(int index)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 4 and less than 6.
GetBushingDampingPerThetaUnitZ(int)
Gets the Coefficient for the damping per ThetaUnitZ at the indicated row index.
Declaration Syntax
public double GetBushingDampingPerThetaUnitZ(int index)
Parameters
index(int)
Worksheet row index. Must be equal to 5.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
250 of ANSYS, Inc. and its subsidiaries and affiliates.
JointBushingWorksheet
GetBushingDampingPerUnitX(int)
Gets the Coefficient for the damping per UnitX at the indicated row index.
Declaration Syntax
public double GetBushingDampingPerUnitX(int index)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 0 and less than 6.
GetBushingDampingPerUnitY(int)
Gets the Coefficient for the damping per UnitY at the indicated row index.
Declaration Syntax
public double GetBushingDampingPerUnitY(int index)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 1 and less than 6.
GetBushingDampingPerUnitZ(int)
Gets the Coefficient for the damping per UnitZ at the indicated row index.
Declaration Syntax
public double GetBushingDampingPerUnitZ(int index)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 2 and less than 6.
GetBushingStiffnessPerThetaUnitX(int)
Gets the Coefficient for the stiffness per ThetaUnitX at the indicated row index.
Declaration Syntax
public double GetBushingStiffnessPerThetaUnitX(int index)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 3 and less than 6.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 251
Ansys.ACT.Automation.Mechanical Namespace
GetBushingStiffnessPerThetaUnitY(int)
Gets the Coefficient for the stiffness per ThetaUnitY at the indicated row index.
Declaration Syntax
public double GetBushingStiffnessPerThetaUnitY(int index)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 4 and less than 6.
GetBushingStiffnessPerThetaUnitZ(int)
Gets the Coefficient for the stiffness per ThetaUnitZ at the indicated row index.
Declaration Syntax
public double GetBushingStiffnessPerThetaUnitZ(int index)
Parameters
index(int)
Worksheet row index. Must be equal to 5.
GetBushingStiffnessPerUnitX(int)
Gets the Coefficient for the stiffness per UnitX at the indicated row index.
Declaration Syntax
public double GetBushingStiffnessPerUnitX(int index)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 0 and less than 6.
GetBushingStiffnessPerUnitY(int)
Gets the Coefficient for the stiffness per UnitY at the indicated row index.
Declaration Syntax
public double GetBushingStiffnessPerUnitY(int index)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 1 and less than 6.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
252 of ANSYS, Inc. and its subsidiaries and affiliates.
JointBushingWorksheet
GetBushingStiffnessPerUnitZ(int)
Gets the Coefficient for the stiffness per UnitZ at the indicated row index.
Declaration Syntax
public double GetBushingStiffnessPerUnitZ(int index)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 2 and less than 6.
SetBushingDampingPerThetaUnitX(int, double)
Sets the Coefficient for the damping per ThetaUnitX at the indicated row index.
Declaration Syntax
public double SetBushingDampingPerThetaUnitX(int index, double newVal)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 3 and less than 6.
newVal(double)
New value for damping per ThetaUnitX.
SetBushingDampingPerThetaUnitY(int, double)
Sets the Coefficient for the damping per ThetaUnitY at the indicated row index.
Declaration Syntax
public double SetBushingDampingPerThetaUnitY(int index, double newVal)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 4 and less than 6.
newVal(double)
New value for damping per ThetaUnitY.
SetBushingDampingPerThetaUnitZ(int, double)
Sets the Coefficient for the damping per ThetaUnitZ at the indicated row index.
Declaration Syntax
public double SetBushingDampingPerThetaUnitZ(int index, double newVal)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 253
Ansys.ACT.Automation.Mechanical Namespace
Parameters
index(int)
Worksheet row index. Must be equal to 5.
newVal(double)
New value for damping per ThetaUnitZ.
SetBushingDampingPerUnitX(int, double)
Sets the Coefficient for the damping per UnitX at the indicated row index.
Declaration Syntax
public double SetBushingDampingPerUnitX(int index, double newVal)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 0 and less than 6.
newVal(double)
New value for damping per UnitX.
SetBushingDampingPerUnitY(int, double)
Sets the Coefficient for the damping per UnitY at the indicated row index.
Declaration Syntax
public double SetBushingDampingPerUnitY(int index, double newVal)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 1 and less than 6.
newVal(double)
New value for damping per UnitY.
SetBushingDampingPerUnitZ(int, double)
Sets the Coefficient for the damping per UnitZ at the indicated row index.
Declaration Syntax
public double SetBushingDampingPerUnitZ(int index, double newVal)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 2 and less than 6.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
254 of ANSYS, Inc. and its subsidiaries and affiliates.
JointBushingWorksheet
newVal(double)
New value for damping per UnitZ.
SetBushingStiffnessPerThetaUnitX(int, double)
Sets the Coefficient for the stiffness per ThetaUnitX at the indicated row index.
Declaration Syntax
public double SetBushingStiffnessPerThetaUnitX(int index, double newVal)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 3 and less than 6.
newVal(double)
New value for stiffness per ThetaUnitX.
SetBushingStiffnessPerThetaUnitY(int, double)
Sets the Coefficient for the stiffness per ThetaUnitY at the indicated row index.
Declaration Syntax
public double SetBushingStiffnessPerThetaUnitY(int index, double newVal)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 4 and less than 6.
newVal(double)
New value for stiffness per ThetaUnitY.
SetBushingStiffnessPerThetaUnitZ(int, double)
Sets the Coefficient for the stiffness per ThetaUnitZ at the indicated row index.
Declaration Syntax
public double SetBushingStiffnessPerThetaUnitZ(int index, double newVal)
Parameters
index(int)
Worksheet row index. Must be equal to 5.
newVal(double)
New value for stiffness per ThetaUnitZ.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 255
Ansys.ACT.Automation.Mechanical Namespace
SetBushingStiffnessPerUnitX(int, double)
Sets the Coefficient for the stiffness per UnitX at the indicated row index.
Declaration Syntax
public double SetBushingStiffnessPerUnitX(int index, double newVal)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 0 and less than 6.
newVal(double)
New value for stiffness per UnitX.
SetBushingStiffnessPerUnitY(int, double)
Sets the Coefficient for the stiffness per UnitY at the indicated row index.
Declaration Syntax
public double SetBushingStiffnessPerUnitY(int index, double newVal)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 1 and less than 6.
newVal(double)
New value for stiffness per UnitY.
SetBushingStiffnessPerUnitZ(int, double)
Sets the Coefficient for the stiffness per UnitZ at the indicated row index.
Declaration Syntax
public double SetBushingStiffnessPerUnitZ(int index, double newVal)
Parameters
index(int)
Worksheet row index. Must be greater than or equal to 2 and less than 6.
newVal(double)
New value for stiffness per UnitZ.
LayeredSection
Defines a LayeredSection.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
256 of ANSYS, Inc. and its subsidiaries and affiliates.
LayeredSection
Declaration Syntax
public class LayeredSection : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 257
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSThicknessAuto InternalObject { get; }
LayeredSectionMembraneOffset
Gets or sets the LayeredSectionMembraneOffset.
Declaration Syntax
public Quantity LayeredSectionMembraneOffset { set;get; }
Layers
Returns the Layers worksheet associated with LayeredSection
Declaration Syntax
public IWorksheet Layers { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
258 of ANSYS, Inc. and its subsidiaries and affiliates.
LayeredSection
LayerToDisplay
Gets or sets the LayerToDisplay.
Declaration Syntax
public int LayerToDisplay { set;get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
NonlinearEffects
Gets or sets the NonlinearEffects.
Declaration Syntax
public bool NonlinearEffects { set;get; }
OffsetType
Gets or sets the OffsetType.
Declaration Syntax
public ShellOffsetType OffsetType { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
ThermalStrainEffects
Gets or sets the ThermalStrainEffects.
Declaration Syntax
public bool ThermalStrainEffects { set;get; }
TotalMass
Gets the TotalMass.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 259
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public Quantity TotalMass { get; }
TotalThickness
Gets the TotalThickness.
Declaration Syntax
public Quantity TotalThickness { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
260 of ANSYS, Inc. and its subsidiaries and affiliates.
LayeredSectionWorksheet
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
LayeredSectionWorksheet
No details are provided for this entry.
Declaration Syntax
public class LayeredSectionWorksheet : Worksheet
Property RowCount (p. 262) Gets the number of entries (rows) in the worksheet.
Method AddThicknessLayer(string, Add a row to the LayeredSectionWorksheet New layers
double, double) (p. 262) are added as the top most layer in the Z direction.
Method DeleteRow(int) (p. 262) Delete a row from the LayeredSectionWorksheet
LayeredSection worksheet indices are zero based and
ordered in the Z direction.
Method GetAngle(int) (p. 263) Gets the angle for the LayeredSection at the row index
specifiied. LayeredSection worksheet indices are zero
based and ordered in the Z direction.
Method GetMaterial(int) (p. 263) Gets the material for the LayeredSection at the row index
specifiied. LayeredSection worksheet indices are zero
based and ordered in the Z direction.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 261
Ansys.ACT.Automation.Mechanical Namespace
Method GetThickness(int) (p. 263) Gets the thickness for the LayeredSection at the row
index specifiied. LayeredSection worksheet indices are
zero based and ordered in the Z direction.
Method InsertThicknessLayerAbove(string, Insert a new layer to the LayeredSectionWorksheet The
double, double, int) (p. 264) new layer will be inserted above the layer indicated by
the given index.
Method InsertThicknessLayerBelow(string, Insert a new layer to the LayeredSectionWorksheet The
double, double, int) (p. 264) new layer will be inserted below the layer indicated by
the given index.
Method SetAngle(int, double) (p. 264) Set the angle for the LayeredSection at the row index
specifiied. LayeredSection worksheet indices are zero
based and ordered in the Z direction.
Method SetMaterial(int, string) (p. 265) Set the material for the LayeredSection at the row index
specifiied. LayeredSection worksheet indices are zero
based and ordered in the Z direction.
Method SetThickness(int, double) (p. 265) Set the thickness for the LayeredSection at the row index
specifiied. LayeredSection worksheet indices are zero
based and ordered in the Z direction.
RowCount
Gets the number of entries (rows) in the worksheet.
Declaration Syntax
public int RowCount { get; }
Declaration Syntax
public virtual int AddThicknessLayer(string materialname, double thickness, double angle)
Parameters
materialname(string)
The name of the material to be used in the new layer.
thickness(double)
The thickness to be used in the new layer
angle(double)
The angle to be used in the new layer
DeleteRow(int)
Delete a row from the LayeredSectionWorksheet LayeredSection worksheet indices are zero based and
ordered in the Z direction.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
262 of ANSYS, Inc. and its subsidiaries and affiliates.
LayeredSectionWorksheet
Declaration Syntax
public override void DeleteRow(int index)
Parameters
index(int)
Worksheet row index
GetAngle(int)
Gets the angle for the LayeredSection at the row index specifiied. LayeredSection worksheet indices
are zero based and ordered in the Z direction.
Declaration Syntax
public virtual double GetAngle(int index)
Parameters
index(int)
Worksheet row index
GetMaterial(int)
Gets the material for the LayeredSection at the row index specifiied. LayeredSection worksheet indices
are zero based and ordered in the Z direction.
Declaration Syntax
public virtual string GetMaterial(int index)
Parameters
index(int)
Worksheet row index
GetThickness(int)
Gets the thickness for the LayeredSection at the row index specifiied. LayeredSection worksheet indices
are zero based and ordered in the Z direction.
Declaration Syntax
public virtual double GetThickness(int index)
Parameters
index(int)
Worksheet row index
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 263
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public int InsertThicknessLayerAbove(string materialname, double thickness, double angle, int index)
Parameters
materialname(string)
The name of the material to be used in the new layer.
thickness(double)
The thickness to be used in the new layer
angle(double)
The angle to be used in the new layer
index(int)
Worksheet row index
Declaration Syntax
public int InsertThicknessLayerBelow(string materialname, double thickness, double angle, int index)
Parameters
materialname(string)
The name of the material to be used in the new layer.
thickness(double)
The thickness to be used in the new layer
angle(double)
The angle to be used in the new layer
index(int)
Worksheet row index
SetAngle(int, double)
Set the angle for the LayeredSection at the row index specifiied. LayeredSection worksheet indices are
zero based and ordered in the Z direction.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
264 of ANSYS, Inc. and its subsidiaries and affiliates.
MeshConnection
Declaration Syntax
public virtual void SetAngle(int index, double angle)
Parameters
index(int)
Worksheet row index
angle(double)
New angle value
SetMaterial(int, string)
Set the material for the LayeredSection at the row index specifiied. LayeredSection worksheet indices
are zero based and ordered in the Z direction.
Declaration Syntax
public virtual void SetMaterial(int index, string materialname)
Parameters
index(int)
Worksheet row index
materialname(string)
New material value
SetThickness(int, double)
Set the thickness for the LayeredSection at the row index specifiied. LayeredSection worksheet indices
are zero based and ordered in the Z direction.
Declaration Syntax
public virtual void SetThickness(int index, double thickness)
Parameters
index(int)
Worksheet row index
thickness(double)
New thickness value
MeshConnection
Defines a MeshConnection.
Defines a MeshConnection.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 265
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public class MeshConnection : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
266 of ANSYS, Inc. and its subsidiaries and affiliates.
MeshConnection
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshConnectionAuto InternalObject { get; }
MasterBodies
Gets the MasterBodies.
Declaration Syntax
public string MasterBodies { get; }
MasterLocation
Gets or sets the MasterLocation.
Declaration Syntax
public ISelectionInfo MasterLocation { set;get; }
ScopeMode
Gets the ScopeMode.
Declaration Syntax
public AutomaticOrManual ScopeMode { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 267
Ansys.ACT.Automation.Mechanical Namespace
SlaveBodies
Gets the SlaveBodies.
Declaration Syntax
public string SlaveBodies { get; }
SlaveLocation
Gets or sets the SlaveLocation.
Declaration Syntax
public ISelectionInfo SlaveLocation { set;get; }
SnapToBoundary
Gets or sets the SnapToBoundary.
Declaration Syntax
public bool SnapToBoundary { set;get; }
SnapTolerance
Gets or sets the SnapTolerance.
Declaration Syntax
public Quantity SnapTolerance { set;get; }
SnapType
Gets or sets the SnapType.
Declaration Syntax
public SnapType SnapType { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
ToleranceSlider
Gets or sets the ToleranceSlider.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
268 of ANSYS, Inc. and its subsidiaries and affiliates.
MeshConnection
Declaration Syntax
public int ToleranceSlider { set;get; }
ToleranceType
Gets or sets the ToleranceType.
Declaration Syntax
public ContactToleranceType ToleranceType { set;get; }
ToleranceValue
Gets the ToleranceValue. Note: Setting the ToleranceValue of a MeshConnection is not supported.
Declaration Syntax
public Quantity ToleranceValue { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 269
Ansys.ACT.Automation.Mechanical Namespace
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
MeshControlWorksheet
No details are provided for this entry.
Declaration Syntax
public class MeshControlWorksheet : Worksheet
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
270 of ANSYS, Inc. and its subsidiaries and affiliates.
MeshControlWorksheet
Method SetActiveState(int, bool) (p. 273) Sets the Active State property at row index
Method SetNamedSelection(int, Sets the NamedSelection at row index
NamedSelection) (p. 273)
Method SetNamedSelectionId(int, uint) (p. 273) Sets the NamedSelection by ID at row index
RowCount
Gets the number of entries
Declaration Syntax
public int RowCount { get; }
AddRow()
Add a row to the MeshControlWorksheet
Declaration Syntax
public override int AddRow()
ClearGenerateMesh()
Clear Mesh
Declaration Syntax
public virtual void ClearGenerateMesh()
DeleteAllRows()
Delete All Rows
Declaration Syntax
public virtual void DeleteAllRows()
DeleteRow(int)
Delete a row from the MeshControlWorksheet
Declaration Syntax
public override void DeleteRow(int index)
Parameters
index(int)
No details are provided for this entry.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 271
Ansys.ACT.Automation.Mechanical Namespace
GenerateAtRow(int)
Generate Mesh At Row
Declaration Syntax
public virtual void GenerateAtRow(int index)
Parameters
index(int)
No details are provided for this entry.
GenerateMesh()
Geneate Mesh
Declaration Syntax
public virtual void GenerateMesh()
GetActiveState(int)
Gets the Active State property at row index
Declaration Syntax
public virtual bool GetActiveState(int index)
Parameters
index(int)
No details are provided for this entry.
GetNamedSelection(int)
Gets the NamedSelection at row index
Declaration Syntax
public virtual NamedSelection GetNamedSelection(int index)
Parameters
index(int)
No details are provided for this entry.
GetNamedSelectionId(int)
Gets the ID of the NamedSelection at row index
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
272 of ANSYS, Inc. and its subsidiaries and affiliates.
MeshControlWorksheet
Declaration Syntax
public virtual uint GetNamedSelectionId(int index)
Parameters
index(int)
No details are provided for this entry.
SetActiveState(int, bool)
Sets the Active State property at row index
Declaration Syntax
public virtual void SetActiveState(int index, bool value)
Parameters
index(int)
No details are provided for this entry.
value(bool)
No details are provided for this entry.
SetNamedSelection(int, NamedSelection)
Sets the NamedSelection at row index
Declaration Syntax
public virtual void SetNamedSelection(int index, NamedSelection value)
Parameters
index(int)
No details are provided for this entry.
value(NamedSelection)
No details are provided for this entry.
SetNamedSelectionId(int, uint)
Sets the NamedSelection by ID at row index
Declaration Syntax
public virtual void SetNamedSelectionId(int index, uint value)
Parameters
index(int)
No details are provided for this entry.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 273
Ansys.ACT.Automation.Mechanical Namespace
value(uint)
No details are provided for this entry.
MeshEdit
Defines a MeshEdit.
Declaration Syntax
public class MeshEdit : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
274 of ANSYS, Inc. and its subsidiaries and affiliates.
MeshEdit
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
GenerateAutomaticMeshConnectionsOnRefresh
Gets or sets the GenerateAutomaticMeshConnectionsOnRefresh.
Declaration Syntax
public AutomaticOrManual GenerateAutomaticMeshConnectionsOnRefresh { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshConnectionsParentAuto InternalObject { get; }
TransparencyEnabled
Gets or sets the TransparencyEnabled.
Declaration Syntax
public bool TransparencyEnabled { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 275
Ansys.ACT.Automation.Mechanical Namespace
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AddNodeMerge()
Add a new NodeMerge.
Declaration Syntax
public virtual void AddNodeMerge()
AddNodeMergeGroup()
Creates a new NodeMergeGroup
Declaration Syntax
public virtual NodeMergeGroup AddNodeMergeGroup()
AddNodeMove()
Creates a new NodeMove
Declaration Syntax
public virtual NodeMove AddNodeMove()
ClearGeneratedData()
Clear the generated data.
Declaration Syntax
public virtual void ClearGeneratedData()
CreateNamedSelectionForSharedNodes()
Run the CreateNamedSelectionForSharedNodes action.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
276 of ANSYS, Inc. and its subsidiaries and affiliates.
MeshEdit
Declaration Syntax
public virtual void CreateNamedSelectionForSharedNodes()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
SearchConnectionsForDuplicatePairs()
Run the SearchConnectionsForDuplicatePairs action.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 277
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual void SearchConnectionsForDuplicatePairs()
MeshNumbering
Defines a MeshNumbering.
Declaration Syntax
public class MeshNumbering : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
278 of ANSYS, Inc. and its subsidiaries and affiliates.
MeshNumbering
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
CompressNodeNumbers
Gets or sets the CompressNodeNumbers.
Declaration Syntax
public bool CompressNodeNumbers { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
ElementOffset
Gets or sets the ElementOffset.
Declaration Syntax
public uint ElementOffset { set;get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshRenumberingControlGroupAuto InternalObject { get; }
NodeOffset
Gets or sets the NodeOffset.
Declaration Syntax
public uint NodeOffset { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 279
Ansys.ACT.Automation.Mechanical Namespace
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AddNumberingControl()
Creates a new NumberingControl
Declaration Syntax
public virtual NumberingControl AddNumberingControl()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
280 of ANSYS, Inc. and its subsidiaries and affiliates.
Model
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
RenumberMesh()
Run the RenumberMesh action.
Declaration Syntax
public virtual void RenumberMesh()
Model
Defines a Model.
Declaration Syntax
public class Model : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 281
Ansys.ACT.Automation.Mechanical Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
282 of ANSYS, Inc. and its subsidiaries and affiliates.
Model
Analyses
Gets the Analyses.
Declaration Syntax
public IList<Analysis> Analyses { get; }
CellId
Gets the CellId.
Declaration Syntax
public string CellId { get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 283
Ansys.ACT.Automation.Mechanical Namespace
Connections
Gets the Connections.
Declaration Syntax
public Connections Connections { get; }
ConstructionGeometry
Gets the ConstructionGeometry.
Declaration Syntax
public ConstructionGeometry ConstructionGeometry { get; }
Control
Gets the Control.
Declaration Syntax
public string Control { get; }
CoordinateSystems
Gets the CoordinateSystems.
Declaration Syntax
public CoordinateSystems CoordinateSystems { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Declaration Syntax
public IEnumerable<Analysis> Environments { get; }
Figures
Gets the list of associated figures.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
284 of ANSYS, Inc. and its subsidiaries and affiliates.
Model
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
Fracture
Gets the Fracture.
Declaration Syntax
public Fracture Fracture { get; }
Geometry
Gets the Geometry.
Declaration Syntax
public Geometry Geometry { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSModelAuto InternalObject { get; }
Mesh
Gets the Mesh.
Declaration Syntax
public Mesh Mesh { get; }
MeshEdit
Gets the MeshEdit.
Declaration Syntax
public MeshEdit MeshEdit { get; }
MeshNumbering
Gets the MeshNumbering.
Declaration Syntax
public MeshNumbering MeshNumbering { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 285
Ansys.ACT.Automation.Mechanical Namespace
NamedSelections
Gets the NamedSelections.
Declaration Syntax
public NamedSelections NamedSelections { get; }
RemotePoints
Gets the RemotePoints.
Declaration Syntax
public RemotePoints RemotePoints { get; }
Symmetry
Gets the Symmetry.
Declaration Syntax
public Symmetry Symmetry { get; }
SystemCaption
Gets the SystemCaption.
Declaration Syntax
public string SystemCaption { get; }
VirtualTopology
Gets the VirtualTopology.
Declaration Syntax
public VirtualTopology VirtualTopology { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddConnections()
Creates a new Connections
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
286 of ANSYS, Inc. and its subsidiaries and affiliates.
Model
Declaration Syntax
public virtual Connections AddConnections()
AddConstructionGeometry()
Creates a new ConstructionGeometry
Declaration Syntax
public virtual ConstructionGeometry AddConstructionGeometry()
AddElectricAnalysis()
Run the AddElectricAnalysis action.
Declaration Syntax
public virtual void AddElectricAnalysis()
AddExplicitDynamicsAnalysis()
Run the AddExplicitDynamicsAnalysis action.
Declaration Syntax
public virtual void AddExplicitDynamicsAnalysis()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AddFracture()
Creates a new Fracture
Declaration Syntax
public virtual Fracture AddFracture()
AddHarmonicResponseAnalysis()
Run the AddHarmonicResponseAnalysis action.
Declaration Syntax
public virtual void AddHarmonicResponseAnalysis()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 287
Ansys.ACT.Automation.Mechanical Namespace
AddMagnetostaticAnalysis()
Run the AddMagnetostaticAnalysis action.
Declaration Syntax
public virtual void AddMagnetostaticAnalysis()
AddMeshEdit()
Creates a new MeshEdit
Declaration Syntax
public virtual MeshEdit AddMeshEdit()
AddMeshNumbering()
Creates a new MeshNumbering
Declaration Syntax
public virtual MeshNumbering AddMeshNumbering()
AddModalAnalysis()
Run the AddModalAnalysis action.
Declaration Syntax
public virtual void AddModalAnalysis()
AddNamedSelection()
Creates a new child NamedSelection.
Declaration Syntax
public virtual NamedSelection AddNamedSelection()
AddRemotePoint()
Creates a new child RemotePoint.
Declaration Syntax
public virtual RemotePoint AddRemotePoint()
AddRigidDynamicsAnalysis()
Run the AddRigidDynamicsAnalysis action.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
288 of ANSYS, Inc. and its subsidiaries and affiliates.
Model
Declaration Syntax
public virtual void AddRigidDynamicsAnalysis()
AddSolutionCombination()
Creates a new SolutionCombination
Declaration Syntax
public virtual SolutionCombination AddSolutionCombination()
AddStaticStructuralAnalysis()
Run the AddStaticStructuralAnalysis action.
Declaration Syntax
public virtual void AddStaticStructuralAnalysis()
AddSteadyStateThermalAnalysis()
Run the AddSteadyStateThermalAnalysis action.
Declaration Syntax
public virtual void AddSteadyStateThermalAnalysis()
AddSymmetry()
Creates a new Symmetry
Declaration Syntax
public virtual Symmetry AddSymmetry()
AddTransientStructuralAnalysis()
Run the AddTransientStructuralAnalysis action.
Declaration Syntax
public virtual void AddTransientStructuralAnalysis()
AddTransientThermalAnalysis()
Run the AddTransientThermalAnalysis action.
Declaration Syntax
public virtual void AddTransientThermalAnalysis()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 289
Ansys.ACT.Automation.Mechanical Namespace
AddVirtualTopology()
Creates a new VirtualTopology
Declaration Syntax
public virtual VirtualTopology AddVirtualTopology()
ClearGeneratedData()
Run the ClearGeneratedData action.
Declaration Syntax
public virtual void ClearGeneratedData()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
290 of ANSYS, Inc. and its subsidiaries and affiliates.
NamedSelection
RefreshMaterials()
Run the RefresMaterials action.
Declaration Syntax
public virtual void RefreshMaterials()
Solve(bool)
Run the Solve action.
Declaration Syntax
public virtual void Solve(bool wait)
Parameters
wait(bool)
Wait or not for the solve to be done.
UpdateGeometryFromSource()
Run the UpdateGeometryFromSource action.
Declaration Syntax
public virtual void UpdateGeometryFromSource()
NamedSelection
Defines a NamedSelection.
Declaration Syntax
public class NamedSelection : DataModelObject, IMechanicalSelectionInfo, ISelectionInfo, IFolderDataMod-
elObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 291
Ansys.ACT.Automation.Mechanical Namespace
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
292 of ANSYS, Inc. and its subsidiaries and affiliates.
NamedSelection
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
IncludeProgramControlledInflation
Gets or sets the IncludeProgramControlledInflation.
Declaration Syntax
public bool IncludeProgramControlledInflation { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSComponentAuto InternalObject { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
RelativeTolerance
Gets or sets the RelativeTolerance.
Declaration Syntax
public double RelativeTolerance { set;get; }
SendAs
Gets or sets the SendAs.
Declaration Syntax
public SendAs SendAs { set;get; }
SendToSolver
Gets or sets the SendToSolver.
Declaration Syntax
public bool SendToSolver { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 293
Ansys.ACT.Automation.Mechanical Namespace
Suppressed
Gets the Suppressed.
Declaration Syntax
public int Suppressed { get; }
ToleranceType
Gets or sets the ToleranceType.
Declaration Syntax
public ToleranceType ToleranceType { set;get; }
TotalSelection
Gets the TotalSelection.
Declaration Syntax
public int TotalSelection { get; }
Type
Gets the Type.
Declaration Syntax
public bool Type { get; }
UsedByMeshWorksheet
Gets the UsedByMeshWorksheet.
Declaration Syntax
public bool UsedByMeshWorksheet { get; }
Visible
Gets or sets the Visible.
Declaration Syntax
public bool Visible { set;get; }
ZeroTolerance
Gets or sets the ZeroTolerance.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
294 of ANSYS, Inc. and its subsidiaries and affiliates.
NamedSelection
Declaration Syntax
public double ZeroTolerance { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
ExportToTextFile(bool, string)
Run the ExportToTextFile action.
Declaration Syntax
public virtual void ExportToTextFile(bool bIgnoreExcelPreference, string filePath)
Parameters
bIgnoreExcelPreference(bool)
No details are provided for this entry.
filePath(string)
No details are provided for this entry.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 295
Ansys.ACT.Automation.Mechanical Namespace
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
NamedSelections
Defines a NamedSelections.
Declaration Syntax
public class NamedSelections : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
296 of ANSYS, Inc. and its subsidiaries and affiliates.
NamedSelections
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
GenerateOnRefresh
Gets or sets the GenerateOnRefresh.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 297
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public bool GenerateOnRefresh { set;get; }
GenerateOnRemesh
Gets or sets the GenerateOnRemesh.
Declaration Syntax
public bool GenerateOnRemesh { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSComponentGroupAuto InternalObject { get; }
RandomColors
Gets the RandomColors.
Declaration Syntax
public bool RandomColors { get; }
ShowAnnotations
Gets or sets the ShowAnnotations.
Declaration Syntax
public bool ShowAnnotations { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
298 of ANSYS, Inc. and its subsidiaries and affiliates.
NodeMerge
AddNamedSelection()
Creates a new NamedSelection
Declaration Syntax
public virtual NamedSelection AddNamedSelection()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
NodeMerge
Defines a NodeMerge.
Defines a NodeMerge.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 299
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public class NodeMerge : MeshConnection
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
300 of ANSYS, Inc. and its subsidiaries and affiliates.
NodeMergeGroup
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshConnectionAuto InternalObject { get; }
ToleranceValue
Gets/ Sets the ToleranceValue.
Declaration Syntax
public Quantity ToleranceValue { set;get; }
NodeMergeGroup
Defines a NodeMergeGroup.
Declaration Syntax
public class NodeMergeGroup : ConnectionGroup
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 301
Ansys.ACT.Automation.Mechanical Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
302 of ANSYS, Inc. and its subsidiaries and affiliates.
NodeMove
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSConnectionGroupAuto InternalObject { get; }
AddNodeMerge()
Creates a new NodeMerge
Declaration Syntax
public virtual NodeMerge AddNodeMerge()
NodeMove
Defines a NodeMove.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 303
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public class NodeMove : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
304 of ANSYS, Inc. and its subsidiaries and affiliates.
NodeMove
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
Information
Gets the Information.
Declaration Syntax
public NodeMoveInformationType Information { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSNodeMoveAuto InternalObject { get; }
NumberOfMoves
Gets the NumberOfMoves.
Declaration Syntax
public uint NumberOfMoves { get; }
NumberOfNodes
Gets the NumberOfNodes.
Declaration Syntax
public uint NumberOfNodes { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 305
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
306 of ANSYS, Inc. and its subsidiaries and affiliates.
NumberingControl
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
NumberingControl
Defines a NumberingControl.
Declaration Syntax
public class NumberingControl : DataModelObject, IFolderDataModelObject
BeginElementNumber
Gets or sets the BeginElementNumber.
Declaration Syntax
public uint BeginElementNumber { set;get; }
BeginNodeNumber
Gets or sets the BeginNodeNumber.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 307
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public uint BeginNodeNumber { set;get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
EndElementNumber
Gets or sets the EndElementNumber.
Declaration Syntax
public uint EndElementNumber { set;get; }
EndNodeNumber
Gets or sets the EndNodeNumber.
Declaration Syntax
public uint EndNodeNumber { set;get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
308 of ANSYS, Inc. and its subsidiaries and affiliates.
NumberingControl
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshRenumberingControlAuto InternalObject { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
NodeNumber
Gets or sets the NodeNumber.
Declaration Syntax
public uint NodeNumber { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 309
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual void Delete()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Part
Defines a Part.
Declaration Syntax
public class Part : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
310 of ANSYS, Inc. and its subsidiaries and affiliates.
Part
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 311
Ansys.ACT.Automation.Mechanical Namespace
ApproximateSurfaceArea
Gets the ApproximateSurfaceArea.
Declaration Syntax
public double ApproximateSurfaceArea { get; }
Assignment
Gets or sets the Assignment.
Declaration Syntax
public string Assignment { set;get; }
Average
Gets the Average.
Declaration Syntax
public double Average { get; }
CentroidX
Gets the CentroidX.
Declaration Syntax
public Quantity CentroidX { get; }
CentroidY
Gets the CentroidY.
Declaration Syntax
public Quantity CentroidY { get; }
CentroidZ
Gets the CentroidZ.
Declaration Syntax
public Quantity CentroidZ { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
312 of ANSYS, Inc. and its subsidiaries and affiliates.
Part
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Elements
Gets the Elements.
Declaration Syntax
public int Elements { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
Hidden
Hide or show the body.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 313
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public bool Hidden { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSBodyGroupAuto InternalObject { get; }
LengthX
Gets the LengthX.
Declaration Syntax
public Quantity LengthX { get; }
LengthY
Gets the LengthY.
Declaration Syntax
public Quantity LengthY { get; }
LengthZ
Gets the LengthZ.
Declaration Syntax
public Quantity LengthZ { get; }
Mass
Gets the Mass.
Declaration Syntax
public Quantity Mass { get; }
Declaration Syntax
public string MaterialName { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
314 of ANSYS, Inc. and its subsidiaries and affiliates.
Part
Maximum
Gets the Maximum.
Declaration Syntax
public double Maximum { get; }
MeshMetric
Gets the MeshMetric.
Declaration Syntax
public MeshMetricType MeshMetric { get; }
Minimum
Gets the Minimum.
Declaration Syntax
public double Minimum { get; }
MomentOfInertiaIp1
Gets the MomentOfInertiaIp1.
Declaration Syntax
public Quantity MomentOfInertiaIp1 { get; }
MomentOfInertiaIp2
Gets the MomentOfInertiaIp2.
Declaration Syntax
public Quantity MomentOfInertiaIp2 { get; }
MomentOfInertiaIp3
Gets the MomentOfInertiaIp3.
Declaration Syntax
public Quantity MomentOfInertiaIp3 { get; }
Nodes
Gets the Nodes.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 315
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public int Nodes { get; }
StandardDeviation
Gets the StandardDeviation.
Declaration Syntax
public double StandardDeviation { get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
Visible
Gets or sets the Visible.
Declaration Syntax
public bool Visible { set;get; }
Volume
Gets the Volume.
Declaration Syntax
public Quantity Volume { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
316 of ANSYS, Inc. and its subsidiaries and affiliates.
Part
ClearGeneratedData()
Run the ClearGeneratedData action.
Declaration Syntax
public virtual void ClearGeneratedData()
GenerateMesh()
Run the GenerateMesh action.
Declaration Syntax
public virtual void GenerateMesh()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 317
Ansys.ACT.Automation.Mechanical Namespace
PreviewInflation()
Run the PreviewInflation action.
Declaration Syntax
public virtual void PreviewInflation()
PreviewSurfaceMesh()
Run the PreviewSurfaceMesh action.
Declaration Syntax
public virtual void PreviewSurfaceMesh()
Update()
Run the Update action.
Declaration Syntax
public virtual void Update()
Path
Defines a Path.
Declaration Syntax
public class Path : DataModelObject, ISelectionInfo, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
318 of ANSYS, Inc. and its subsidiaries and affiliates.
Path
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
EndCoordinateSystem
Gets or sets the EndCoordinateSystem.
Declaration Syntax
public CoordinateSystem EndCoordinateSystem { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 319
Ansys.ACT.Automation.Mechanical Namespace
EndXCoordinate
Gets or sets the EndXCoordinate.
Declaration Syntax
public Quantity EndXCoordinate { set;get; }
EndYCoordinate
Gets or sets the EndYCoordinate.
Declaration Syntax
public Quantity EndYCoordinate { set;get; }
EndZCoordinate
Gets or sets the EndZCoordinate.
Declaration Syntax
public Quantity EndZCoordinate { set;get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
HasValidGeometrySelection
Gets the HasValidGeometrySelection.
Declaration Syntax
public bool HasValidGeometrySelection { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSPathAuto InternalObject { get; }
Location
Gets the Location.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
320 of ANSYS, Inc. and its subsidiaries and affiliates.
Path
Declaration Syntax
public ISelectionInfo Location { get; }
NumberOfSamplingPoints
Gets or sets the NumberOfSamplingPoints.
Declaration Syntax
public int NumberOfSamplingPoints { set;get; }
PathCoordinateSystem
Gets or sets the PathCoordinateSystem.
Declaration Syntax
public CoordinateSystem PathCoordinateSystem { set;get; }
PathType
Gets or sets the PathType.
Declaration Syntax
public PathScopingType PathType { set;get; }
ShowMesh
Gets or sets the ShowMesh.
Declaration Syntax
public bool ShowMesh { set;get; }
SnapToMeshNodes
Gets or sets the SnapToMeshNodes.
Declaration Syntax
public bool SnapToMeshNodes { set;get; }
StartCoordinateSystem
Gets or sets the StartCoordinateSystem.
Declaration Syntax
public CoordinateSystem StartCoordinateSystem { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 321
Ansys.ACT.Automation.Mechanical Namespace
StartXCoordinate
Gets or sets the StartXCoordinate.
Declaration Syntax
public Quantity StartXCoordinate { set;get; }
StartYCoordinate
Gets or sets the StartYCoordinate.
Declaration Syntax
public Quantity StartYCoordinate { set;get; }
StartZCoordinate
Gets or sets the StartZCoordinate.
Declaration Syntax
public Quantity StartZCoordinate { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
322 of ANSYS, Inc. and its subsidiaries and affiliates.
PeriodicRegion
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
PeriodicRegion
Defines a PeriodicRegion.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 323
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public class PeriodicRegion : SymmetryGeneral
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
HighBoundaryLocation
Gets or sets the HighBoundaryLocation.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
324 of ANSYS, Inc. and its subsidiaries and affiliates.
PhysicsRegion
Declaration Syntax
public ISelectionInfo HighBoundaryLocation { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSSymmetryGeneralAuto InternalObject { get; }
LinearShift
Gets or sets the LinearShift.
Declaration Syntax
public double LinearShift { set;get; }
LowBoundaryLocation
Gets or sets the LowBoundaryLocation.
Declaration Syntax
public ISelectionInfo LowBoundaryLocation { set;get; }
PeriodictyDirection
Gets or sets the PeriodictyDirection.
Declaration Syntax
public SymmetryNormalType PeriodictyDirection { set;get; }
Type
Gets or sets the Type.
Declaration Syntax
public SymmetryType Type { set;get; }
PhysicsRegion
Defines a PhysicsRegion.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 325
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public class PhysicsRegion : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
326 of ANSYS, Inc. and its subsidiaries and affiliates.
PhysicsRegion
Acoustics
Gets or sets the Acoustics.
Declaration Syntax
public bool Acoustics { set;get; }
ArtificiallyMatchedLayers
Gets or sets the ArtificiallyMatchedLayers.
Declaration Syntax
public ArtificiallyMatchedLayers ArtificiallyMatchedLayers { set;get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
EvanescentWaveAttenuation
Gets or sets the EvanescentWaveAttenuation.
Declaration Syntax
public bool EvanescentWaveAttenuation { set;get; }
FluidBehavior
Gets or sets the FluidBehavior.
Declaration Syntax
public FluidBehavior FluidBehavior { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 327
Ansys.ACT.Automation.Mechanical Namespace
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSPhysicsRegionAuto InternalObject { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
PMLElementCoordinateSystem
Gets or sets the PMLElementCoordinateSystem.
Declaration Syntax
public CoordinateSystem PMLElementCoordinateSystem { set;get; }
PMLOptions
Gets or sets the PMLOptions.
Declaration Syntax
public PMLOptions PMLOptions { set;get; }
ReferencePressure
Gets or sets the ReferencePressure.
Declaration Syntax
public Quantity ReferencePressure { set;get; }
ReferenceStaticPressure
Gets or sets the ReferenceStaticPressure.
Declaration Syntax
public Quantity ReferenceStaticPressure { set;get; }
ReflectionCoefficient
Gets or sets the ReflectionCoefficient.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
328 of ANSYS, Inc. and its subsidiaries and affiliates.
PhysicsRegion
Declaration Syntax
public double ReflectionCoefficient { set;get; }
ReflectionCoefficientInNegativeXDirection
Gets or sets the ReflectionCoefficientInNegativeXDirection.
Declaration Syntax
public double ReflectionCoefficientInNegativeXDirection { set;get; }
ReflectionCoefficientInNegativeYDirection
Gets or sets the ReflectionCoefficientInNegativeYDirection.
Declaration Syntax
public double ReflectionCoefficientInNegativeYDirection { set;get; }
ReflectionCoefficientInNegativeZDirection
Gets or sets the ReflectionCoefficientInNegativeZDirection.
Declaration Syntax
public double ReflectionCoefficientInNegativeZDirection { set;get; }
ReflectionCoefficientInPositiveXDirection
Gets or sets the ReflectionCoefficientInPositiveXDirection.
Declaration Syntax
public double ReflectionCoefficientInPositiveXDirection { set;get; }
ReflectionCoefficientInPositiveYDirection
Gets or sets the ReflectionCoefficientInPositiveYDirection.
Declaration Syntax
public double ReflectionCoefficientInPositiveYDirection { set;get; }
ReflectionCoefficientInPositiveZDirection
Gets or sets the ReflectionCoefficientInPositiveZDirection.
Declaration Syntax
public double ReflectionCoefficientInPositiveZDirection { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 329
Ansys.ACT.Automation.Mechanical Namespace
ReflectionCoefficientsType
Gets or sets the ReflectionCoefficientsType.
Declaration Syntax
public ReflectionCoefficientsType ReflectionCoefficientsType { set;get; }
Structural
Gets or sets the Structural.
Declaration Syntax
public bool Structural { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
330 of ANSYS, Inc. and its subsidiaries and affiliates.
PipeIdealization
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
PipeIdealization
Defines a PipeIdealization.
Declaration Syntax
public class PipeIdealization : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 331
Ansys.ACT.Automation.Mechanical Namespace
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Extend
Gets or sets the Extend.
Declaration Syntax
public GrowElbowElementsBy Extend { set;get; }
Factor
Gets or sets the Factor.
Declaration Syntax
public double Factor { set;get; }
GeometrySelection
Gets or sets the GeometrySelection.
Declaration Syntax
public ISelectionInfo GeometrySelection { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSPipeIdealizationAuto InternalObject { get; }
Suppressed
Gets or sets the Suppressed.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
332 of ANSYS, Inc. and its subsidiaries and affiliates.
PipeIdealization
Declaration Syntax
public bool Suppressed { set;get; }
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 333
Ansys.ACT.Automation.Mechanical Namespace
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
PointMass
Defines a PointMass.
Declaration Syntax
public class PointMass : GenericPointMass
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
334 of ANSYS, Inc. and its subsidiaries and affiliates.
PointMass
AppliedBy
Gets or sets the AppliedBy.
Declaration Syntax
public RemoteApplicationType AppliedBy { set;get; }
Behavior
Gets or sets the Behavior.
Declaration Syntax
public LoadBehavior Behavior { set;get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSPointMassAuto InternalObject { get; }
Mass
Gets or sets the Mass.
Declaration Syntax
public Quantity Mass { set;get; }
MassMomentOfInertiaX
Gets or sets the MassMomentOfInertiaX.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 335
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public Quantity MassMomentOfInertiaX { set;get; }
MassMomentOfInertiaY
Gets or sets the MassMomentOfInertiaY.
Declaration Syntax
public Quantity MassMomentOfInertiaY { set;get; }
MassMomentOfInertiaZ
Gets or sets the MassMomentOfInertiaZ.
Declaration Syntax
public Quantity MassMomentOfInertiaZ { set;get; }
NodalCoordinateSystem
Gets the NodalCoordinateSystem.
Declaration Syntax
public CoordinateSystem NodalCoordinateSystem { get; }
PinballRegion
Gets or sets the PinballRegion.
Declaration Syntax
public Quantity PinballRegion { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
PreMeshedCrack
Defines a PreMeshedCrack.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
336 of ANSYS, Inc. and its subsidiaries and affiliates.
PreMeshedCrack
Declaration Syntax
public class PreMeshedCrack : GenericCrack
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
CrackFront
Gets or sets the CrackFront.
Declaration Syntax
public NamedSelection CrackFront { set;get; }
CrackSourceType
Gets the CrackSourceType.
Declaration Syntax
public CrackSourceType CrackSourceType { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 337
Ansys.ACT.Automation.Mechanical Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSCrackAuto InternalObject { get; }
ScopingMethod
Gets the ScopingMethod.
Declaration Syntax
public GeometryDefineByType ScopingMethod { get; }
SolutionContours
Gets or sets the SolutionContours.
Declaration Syntax
public int SolutionContours { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
PreMeshedCyclicRegion
Defines a PreMeshedCyclicRegion.
Declaration Syntax
public class PreMeshedCyclicRegion : SymmetryGeneral
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
338 of ANSYS, Inc. and its subsidiaries and affiliates.
PreMeshedCyclicRegion
BoundaryDOFOrientation
Gets or sets the BoundaryDOFOrientation.
Declaration Syntax
public SymmetryBoundaryDOFOrientation BoundaryDOFOrientation { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
HighBoundaryLocation
Gets or sets the HighBoundaryLocation.
Declaration Syntax
public ISelectionInfo HighBoundaryLocation { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 339
Ansys.ACT.Automation.Mechanical Namespace
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSSymmetryGeneralAuto InternalObject { get; }
LowBoundaryLocation
Gets or sets the LowBoundaryLocation.
Declaration Syntax
public ISelectionInfo LowBoundaryLocation { set;get; }
RelativeDistanceTolerance
Gets or sets the RelativeDistanceTolerance.
Declaration Syntax
public double RelativeDistanceTolerance { set;get; }
Project
Defines a Project.
Declaration Syntax
public class Project : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
340 of ANSYS, Inc. and its subsidiaries and affiliates.
Project
Author
Gets or sets the Author.
Declaration Syntax
public string Author { set;get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
CreationDate
Gets the CreationDate.
Declaration Syntax
public string CreationDate { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 341
Ansys.ACT.Automation.Mechanical Namespace
CreationTime
Gets the CreationTime.
Declaration Syntax
public string CreationTime { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
FirstSaved
Gets the FirstSaved.
Declaration Syntax
public string FirstSaved { get; }
ImportedSource
Gets the ImportedSource.
Declaration Syntax
public string ImportedSource { get; }
ImportedVersion
Gets the ImportedVersion.
Declaration Syntax
public string ImportedVersion { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProjectAuto InternalObject { get; }
LastSaved
Gets the LastSaved.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
342 of ANSYS, Inc. and its subsidiaries and affiliates.
Project
Declaration Syntax
public string LastSaved { get; }
Model
Gets the Model.
Declaration Syntax
public Model Model { get; }
Declaration Syntax
public IEnumerable<Model> Models { get; }
PreparedFor
Gets or sets the PreparedFor.
Declaration Syntax
public string PreparedFor { set;get; }
ProductVersion
Gets the ProductVersion.
Declaration Syntax
public string ProductVersion { get; }
SaveProjectAfterSolution
Gets or sets the SaveProjectAfterSolution.
Declaration Syntax
public bool SaveProjectAfterSolution { set;get; }
SaveProjectBeforeSolution
Gets or sets the SaveProjectBeforeSolution.
Declaration Syntax
public bool SaveProjectBeforeSolution { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 343
Ansys.ACT.Automation.Mechanical Namespace
Subject
Gets or sets the Subject.
Declaration Syntax
public string Subject { set;get; }
UnitSystem
Change the Unit System.
Declaration Syntax
public UserUnitSystemType UnitSystem { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
ClearGeneratedData()
Run the ClearGeneratedData action.
Declaration Syntax
public virtual void ClearGeneratedData()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
344 of ANSYS, Inc. and its subsidiaries and affiliates.
RemotePoint
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
SpecifyMetricTemperatureInCelsius()
Specify the use of Celsius thermal units for metric unit systems.
Declaration Syntax
public virtual void SpecifyMetricTemperatureInCelsius()
SpecifyMetricTemperatureInKelvin()
Specify the use of Kelvin thermal units for metric unit systems.
Declaration Syntax
public virtual void SpecifyMetricTemperatureInKelvin()
RemotePoint
Defines a RemotePoint.
Declaration Syntax
public class RemotePoint : DataModelObject, ISelectionInfo, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 345
Ansys.ACT.Automation.Mechanical Namespace
Behavior
Gets or sets the Behavior.
Declaration Syntax
public LoadBehavior Behavior { set;get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
346 of ANSYS, Inc. and its subsidiaries and affiliates.
RemotePoint
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
DOFSelection
Gets or sets the DOFSelection.
Declaration Syntax
public RemotePointDOFSelectionType DOFSelection { set;get; }
GloballyAvailable
Gets or sets the GloballyAvailable.
Declaration Syntax
public bool GloballyAvailable { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSRemotePointAuto InternalObject { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 347
Ansys.ACT.Automation.Mechanical Namespace
PilotNodeAPDLName
Gets or sets the PilotNodeAPDLName.
Declaration Syntax
public string PilotNodeAPDLName { set;get; }
PinballRegion
Gets or sets the PinballRegion.
Declaration Syntax
public Quantity PinballRegion { set;get; }
RotationX
Gets or sets the RotationX.
Declaration Syntax
public ActiveOrInactive RotationX { set;get; }
RotationY
Gets or sets the RotationY.
Declaration Syntax
public ActiveOrInactive RotationY { set;get; }
RotationZ
Gets or sets the RotationZ.
Declaration Syntax
public ActiveOrInactive RotationZ { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
XComponent
Gets or sets the XComponent.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
348 of ANSYS, Inc. and its subsidiaries and affiliates.
RemotePoint
Declaration Syntax
public ActiveOrInactive XComponent { set;get; }
XCoordinate
Gets or sets the XCoordinate.
Declaration Syntax
public Quantity XCoordinate { set;get; }
YComponent
Gets or sets the YComponent.
Declaration Syntax
public ActiveOrInactive YComponent { set;get; }
YCoordinate
Gets or sets the YCoordinate.
Declaration Syntax
public Quantity YCoordinate { set;get; }
ZComponent
Gets or sets the ZComponent.
Declaration Syntax
public ActiveOrInactive ZComponent { set;get; }
ZCoordinate
Gets or sets the ZCoordinate.
Declaration Syntax
public Quantity ZCoordinate { set;get; }
AddCommandSnippet()
Creates a new CommandSnippet
Declaration Syntax
public virtual CommandSnippet AddCommandSnippet()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 349
Ansys.ACT.Automation.Mechanical Namespace
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
350 of ANSYS, Inc. and its subsidiaries and affiliates.
RemotePoints
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
GetMeshRegion()
Returns the mesh region associated to the remote point.
Declaration Syntax
public virtual IMeshRegion GetMeshRegion()
RemotePoints
Defines a RemotePoints.
Declaration Syntax
public class RemotePoints : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 351
Ansys.ACT.Automation.Mechanical Namespace
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSRemotePointGroupAuto InternalObject { get; }
ShowConnectionLines
Gets or sets the ShowConnectionLines.
Declaration Syntax
public bool ShowConnectionLines { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
352 of ANSYS, Inc. and its subsidiaries and affiliates.
SelectionWorksheet
Declaration Syntax
public virtual Figure AddFigure()
AddRemotePoint()
Creates a new RemotePoint
Declaration Syntax
public virtual RemotePoint AddRemotePoint()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
SelectionWorksheet
No details are provided for this entry.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 353
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public class SelectionWorksheet : Worksheet, ISelectionInfo
Property RowCount (p. 355) No details are provided for this entry.
Method AddRow() (p. 355) Adds a Row to the worksheet.
Method DeleteRow(int) (p. 356) Deletes a row from the worksheet at
index.
Method Generate() (p. 356) Generate the selection from the
worksheet.
Method GetAction(int) (p. 356) Gets the worksheet Action property at
index.
Method GetBodyTypeValue(int) (p. 356) Gets the worksheet Body Type Value
property at index.
Method GetCoordinateSystemSelection(int) (p. 356) Gets the worksheet
CoordinateSystemSelection property at
index.
Method GetCriterion(int) (p. 357) Gets the worksheet Criterion property
at index.
Method GetCriterionActive(int) (p. 357) Gets the worksheet CriterionActive
property at index.
Method GetEdgeTypeValue(int) (p. 357) Gets the worksheet Edge Type Value
property at index.
Method GetFaceTypeValue(int) (p. 357) Gets the worksheet Face Type Value
property at index.
Method GetGeometryType(int) (p. 358) Gets the worksheet GeometryType
property at index.
Method GetLowerBound(int) (p. 358) Gets the worksheet LowerBound
property at index.
Method GetMeshElementTypeValue(int) (p. 358) Gets the worksheet Mesh Element Type
Value property at index.
Method GetOperator(int) (p. 358) Gets the worksheet Operator property
at index.
Method GetStringValue(int) (p. 359) Gets the worksheet StringValue
property at index.
Method GetTag(uint) (p. 359) Gets the worksheet Tag property at
index.
Method GetUpperBound(int) (p. 359) Gets the worksheet UpperBound
property at index.
Method GetValue(int) (p. 359) Gets the worksheet Value property at
index.
Method SetAction(int, Sets the worksheet Action property at
NamedSelectionWorksheetAction) (p. 360) index.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
354 of ANSYS, Inc. and its subsidiaries and affiliates.
SelectionWorksheet
RowCount
No details are provided for this entry.
Declaration Syntax
public int RowCount { get; }
AddRow()
Adds a Row to the worksheet.
Declaration Syntax
public override int AddRow()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 355
Ansys.ACT.Automation.Mechanical Namespace
DeleteRow(int)
Deletes a row from the worksheet at index.
Declaration Syntax
public override void DeleteRow(int index)
Parameters
index(int)
No details are provided for this entry.
Generate()
Generate the selection from the worksheet.
Declaration Syntax
public void Generate()
GetAction(int)
Gets the worksheet Action property at index.
Declaration Syntax
public NamedSelectionWorksheetAction GetAction(int index)
Parameters
index(int)
No details are provided for this entry.
GetBodyTypeValue(int)
Gets the worksheet Body Type Value property at index.
Declaration Syntax
public NamedSelectionWorksheetBodyTypeValues GetBodyTypeValue(int index)
Parameters
index(int)
No details are provided for this entry.
GetCoordinateSystemSelection(int)
Gets the worksheet CoordinateSystemSelection property at index.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
356 of ANSYS, Inc. and its subsidiaries and affiliates.
SelectionWorksheet
Declaration Syntax
public uint GetCoordinateSystemSelection(int index)
Parameters
index(int)
No details are provided for this entry.
GetCriterion(int)
Gets the worksheet Criterion property at index.
Declaration Syntax
public NamedSelectionWorksheetCriterion GetCriterion(int index)
Parameters
index(int)
No details are provided for this entry.
GetCriterionActive(int)
Gets the worksheet CriterionActive property at index.
Declaration Syntax
public bool GetCriterionActive(int index)
Parameters
index(int)
No details are provided for this entry.
GetEdgeTypeValue(int)
Gets the worksheet Edge Type Value property at index.
Declaration Syntax
public NamedSelectionWorksheetEdgeTypeValues GetEdgeTypeValue(int index)
Parameters
index(int)
No details are provided for this entry.
GetFaceTypeValue(int)
Gets the worksheet Face Type Value property at index.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 357
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public NamedSelectionWorksheetFaceTypeValues GetFaceTypeValue(int index)
Parameters
index(int)
No details are provided for this entry.
GetGeometryType(int)
Gets the worksheet GeometryType property at index.
Declaration Syntax
public NamedSelectionWorksheetEntityType GetGeometryType(int index)
Parameters
index(int)
No details are provided for this entry.
GetLowerBound(int)
Gets the worksheet LowerBound property at index.
Declaration Syntax
public double GetLowerBound(int index)
Parameters
index(int)
No details are provided for this entry.
GetMeshElementTypeValue(int)
Gets the worksheet Mesh Element Type Value property at index.
Declaration Syntax
public MeshElementShape GetMeshElementTypeValue(int index)
Parameters
index(int)
No details are provided for this entry.
GetOperator(int)
Gets the worksheet Operator property at index.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
358 of ANSYS, Inc. and its subsidiaries and affiliates.
SelectionWorksheet
Declaration Syntax
public NamedSelectionWorksheetOperator GetOperator(int index)
Parameters
index(int)
No details are provided for this entry.
GetStringValue(int)
Gets the worksheet StringValue property at index.
Declaration Syntax
public string GetStringValue(int index)
Parameters
index(int)
No details are provided for this entry.
GetTag(uint)
Gets the worksheet Tag property at index.
Declaration Syntax
public string GetTag(uint index)
Parameters
index(uint)
No details are provided for this entry.
GetUpperBound(int)
Gets the worksheet UpperBound property at index.
Declaration Syntax
public double GetUpperBound(int index)
Parameters
index(int)
No details are provided for this entry.
GetValue(int)
Gets the worksheet Value property at index.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 359
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public double GetValue(int index)
Parameters
index(int)
No details are provided for this entry.
SetAction(int, NamedSelectionWorksheetAction)
Sets the worksheet Action property at index.
Declaration Syntax
public void SetAction(int index, NamedSelectionWorksheetAction newVal)
Parameters
index(int)
No details are provided for this entry.
newVal(NamedSelectionWorksheetAction)
No details are provided for this entry.
SetBodyTypeValue(int, NamedSelectionWorksheetBodyTypeValues)
Sets the worksheet Body Type Value property at index.
Declaration Syntax
public void SetBodyTypeValue(int index, NamedSelectionWorksheetBodyTypeValues newVal)
Parameters
index(int)
No details are provided for this entry.
newVal(NamedSelectionWorksheetBodyTypeValues)
No details are provided for this entry.
SetCoordinateSystemSelection(int, uint)
Sets the worksheet CoordinateSystemSelection property at index.
Declaration Syntax
public void SetCoordinateSystemSelection(int index, uint newVal)
Parameters
index(int)
No details are provided for this entry.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
360 of ANSYS, Inc. and its subsidiaries and affiliates.
SelectionWorksheet
newVal(uint)
No details are provided for this entry.
SetCriterion(int, NamedSelectionWorksheetCriterion)
Sets the worksheet Criterion property at index.
Declaration Syntax
public void SetCriterion(int index, NamedSelectionWorksheetCriterion value)
Parameters
index(int)
No details are provided for this entry.
value(NamedSelectionWorksheetCriterion)
No details are provided for this entry.
SetCriterionActive(int, bool)
Sets the worksheet CriterionActive property at index.
Declaration Syntax
public void SetCriterionActive(int index, bool newVal)
Parameters
index(int)
No details are provided for this entry.
newVal(bool)
No details are provided for this entry.
SetEdgeTypeValue(int, NamedSelectionWorksheetEdgeTypeValues)
Sets the worksheet Edge Type Value property at index.
Declaration Syntax
public void SetEdgeTypeValue(int index, NamedSelectionWorksheetEdgeTypeValues newVal)
Parameters
index(int)
No details are provided for this entry.
newVal(NamedSelectionWorksheetEdgeTypeValues)
No details are provided for this entry.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 361
Ansys.ACT.Automation.Mechanical Namespace
SetEntityType(int, NamedSelectionWorksheetEntityType)
Sets the worksheet GeometryType property at index.
Declaration Syntax
public void SetEntityType(int index, NamedSelectionWorksheetEntityType newVal)
Parameters
index(int)
No details are provided for this entry.
newVal(NamedSelectionWorksheetEntityType)
No details are provided for this entry.
SetFaceTypeValue(int, NamedSelectionWorksheetFaceTypeValues)
Sets the worksheet Face Type Value property at index.
Declaration Syntax
public void SetFaceTypeValue(int index, NamedSelectionWorksheetFaceTypeValues newVal)
Parameters
index(int)
No details are provided for this entry.
newVal(NamedSelectionWorksheetFaceTypeValues)
No details are provided for this entry.
SetLowerBound(int, double)
Sets the worksheet LowerBound property at index.
Declaration Syntax
public void SetLowerBound(int index, double newVal)
Parameters
index(int)
No details are provided for this entry.
newVal(double)
No details are provided for this entry.
SetMeshElementTypeValue(int, MeshElementShape)
Sets the worksheet Mesh Element Type Value property at index.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
362 of ANSYS, Inc. and its subsidiaries and affiliates.
SelectionWorksheet
Declaration Syntax
public void SetMeshElementTypeValue(int index, MeshElementShape newVal)
Parameters
index(int)
No details are provided for this entry.
newVal(MeshElementShape)
No details are provided for this entry.
SetOperator(int, NamedSelectionWorksheetOperator)
Sets the worksheet Operator property at index.
Declaration Syntax
public void SetOperator(int index, NamedSelectionWorksheetOperator newVal)
Parameters
index(int)
No details are provided for this entry.
newVal(NamedSelectionWorksheetOperator)
No details are provided for this entry.
SetStringValue(int, string)
Sets the worksheet StringValue property at index.
Declaration Syntax
public void SetStringValue(int index, string newVal)
Parameters
index(int)
No details are provided for this entry.
newVal(string)
No details are provided for this entry.
SetTag(uint, string)
Sets the worksheet Tag property at index.
Declaration Syntax
public void SetTag(uint index, string newVal)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 363
Ansys.ACT.Automation.Mechanical Namespace
Parameters
index(uint)
No details are provided for this entry.
newVal(string)
No details are provided for this entry.
SetUpperBound(int, double)
Sets the worksheet UpperBound property at index.
Declaration Syntax
public void SetUpperBound(int index, double newVal)
Parameters
index(int)
No details are provided for this entry.
newVal(double)
No details are provided for this entry.
SetValue(int, double)
Sets the worksheet Value property at index.
Declaration Syntax
public void SetValue(int index, double newVal)
Parameters
index(int)
No details are provided for this entry.
newVal(double)
No details are provided for this entry.
SemiEllipticalCrack
Defines a SemiEllipticalCrack.
Declaration Syntax
public class SemiEllipticalCrack : GenericCrack
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
364 of ANSYS, Inc. and its subsidiaries and affiliates.
SemiEllipticalCrack
AlignWithFaceNormal
Gets or sets the AlignWithFaceNormal.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 365
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public bool AlignWithFaceNormal { set;get; }
BottomFaceNodes
Gets or sets the BottomFaceNodes.
Declaration Syntax
public string BottomFaceNodes { set;get; }
CircumferentialDivisions
Gets or sets the CircumferentialDivisions.
Declaration Syntax
public int CircumferentialDivisions { set;get; }
Contact1Nodes
Gets or sets the Contact1Nodes.
Declaration Syntax
public string Contact1Nodes { set;get; }
ContactPairsNodes
Gets or sets the ContactPairsNodes.
Declaration Syntax
public bool ContactPairsNodes { set;get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
CrackFacesNodes
Gets or sets the CrackFacesNodes.
Declaration Syntax
public bool CrackFacesNodes { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
366 of ANSYS, Inc. and its subsidiaries and affiliates.
SemiEllipticalCrack
CrackFrontDivisions
Gets or sets the CrackFrontDivisions.
Declaration Syntax
public int CrackFrontDivisions { set;get; }
CrackFrontNodes
Gets or sets the CrackFrontNodes.
Declaration Syntax
public string CrackFrontNodes { set;get; }
CrackShape
Gets the CrackShape.
Declaration Syntax
public CrackShapeType CrackShape { get; }
CrackSourceType
Gets the CrackSourceType.
Declaration Syntax
public CrackSourceType CrackSourceType { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
FaceTopNodes
Gets or sets the FaceTopNodes.
Declaration Syntax
public string FaceTopNodes { set;get; }
FractureAffectedZone
Gets or sets the FractureAffectedZone.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 367
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public Quantity FractureAffectedZone { set;get; }
FractureAffectedZoneHeight
Gets or sets the FractureAffectedZoneHeight.
Declaration Syntax
public Quantity FractureAffectedZoneHeight { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSCrackAuto InternalObject { get; }
LargestContourRadius
Gets or sets the LargestContourRadius.
Declaration Syntax
public Quantity LargestContourRadius { set;get; }
Location
Gets the Location.
Declaration Syntax
public ISelectionInfo Location { get; }
MajorRadius
Gets or sets the MajorRadius.
Declaration Syntax
public Quantity MajorRadius { set;get; }
MeshContours
Gets or sets the MeshContours.
Declaration Syntax
public int MeshContours { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
368 of ANSYS, Inc. and its subsidiaries and affiliates.
SemiEllipticalCrack
MinorRadius
Gets or sets the MinorRadius.
Declaration Syntax
public Quantity MinorRadius { set;get; }
ProjectToNearestSurface
Gets or sets the ProjectToNearestSurface.
Declaration Syntax
public bool ProjectToNearestSurface { set;get; }
SolutionContours
Gets or sets the SolutionContours.
Declaration Syntax
public int SolutionContours { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
Target1Nodes
Gets or sets the Target1Nodes.
Declaration Syntax
public string Target1Nodes { set;get; }
XScaleFactor
Gets or sets the XScaleFactor.
Declaration Syntax
public double XScaleFactor { set;get; }
YScaleFactor
Gets or sets the YScaleFactor.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 369
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public double YScaleFactor { set;get; }
ZScaleFactor
Gets or sets the ZScaleFactor.
Declaration Syntax
public double ZScaleFactor { set;get; }
Solution
Defines a Solution.
Declaration Syntax
public class Solution : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
370 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 371
Ansys.ACT.Automation.Mechanical Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
372 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 373
Ansys.ACT.Automation.Mechanical Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
374 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 375
Ansys.ACT.Automation.Mechanical Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
376 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 377
Ansys.ACT.Automation.Mechanical Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
378 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
CalculateBeamSectionResults
Gets or sets the CalculateBeamSectionResults.
Declaration Syntax
public bool CalculateBeamSectionResults { set;get; }
CellId
Gets the CellId.
Declaration Syntax
public string CellId { get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
CyclicSectorDisplayRangeBegin
Gets or sets the CyclicSectorDisplayRangeBegin.
Declaration Syntax
public int CyclicSectorDisplayRangeBegin { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 379
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
ElementSelection
Gets or sets the ElementSelection.
Declaration Syntax
public ConvergenceControlType ElementSelection { set;get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSAnswerSetAuto InternalObject { get; }
MaximumRefinementLoops
Gets or sets the MaximumRefinementLoops.
Declaration Syntax
public int MaximumRefinementLoops { set;get; }
NumberofSectors
Gets or sets the NumberofSectors.
Declaration Syntax
public int NumberofSectors { set;get; }
RefinementDepth
Gets or sets the RefinementDepth.
Declaration Syntax
public int RefinementDepth { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
380 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
SolutionInformation
Gets the SolutionInformation.
Declaration Syntax
public SolutionInformation SolutionInformation { get; }
Status
Gets the Status.
Declaration Syntax
public SolutionStatusType Status { get; }
WorkingDir
Gets the WorkingDir.
Declaration Syntax
public string WorkingDir { get; }
AddAccelerationFrequencyResponse()
Creates a new AccelerationFrequencyResponse
Declaration Syntax
public virtual AccelerationFrequencyResponse AddAccelerationFrequencyResponse()
AddAccelerationPhaseResponse()
Creates a new AccelerationPhaseResponse
Declaration Syntax
public virtual AccelerationPhaseResponse AddAccelerationPhaseResponse()
AddAccelerationProbe()
Creates a new AccelerationProbe
Declaration Syntax
public virtual AccelerationProbe AddAccelerationProbe()
AddAcousticAWeightedSoundPressureLevel()
Creates a new AcousticAWeightedSoundPressureLevel
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 381
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual AcousticAWeightedSoundPressureLevel AddAcousticAWeightedSoundPressureLevel()
AddAcousticDirectionalVelocityResult()
Creates a new AcousticDirectionalVelocityResult
Declaration Syntax
public virtual AcousticDirectionalVelocityResult AddAcousticDirectionalVelocityResult()
AddAcousticFarFieldAWeightedSPL()
Creates a new AcousticFarFieldResult
Declaration Syntax
public virtual AcousticFarFieldResult AddAcousticFarFieldAWeightedSPL()
AddAcousticFarFieldDirectivity()
Creates a new AcousticFarFieldResult
Declaration Syntax
public virtual AcousticFarFieldResult AddAcousticFarFieldDirectivity()
AddAcousticFarFieldMaximumPressure()
Creates a new AcousticFarFieldResult
Declaration Syntax
public virtual AcousticFarFieldResult AddAcousticFarFieldMaximumPressure()
AddAcousticFarFieldMaximumScatteredPressure()
Creates a new AcousticFarFieldResult
Declaration Syntax
public virtual AcousticFarFieldResult AddAcousticFarFieldMaximumScatteredPressure()
AddAcousticFarFieldPhase()
Creates a new AcousticFarFieldResult
Declaration Syntax
public virtual AcousticFarFieldResult AddAcousticFarFieldPhase()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
382 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddAcousticFarFieldSoundPowerLevel()
Creates a new AcousticFarFieldResult
Declaration Syntax
public virtual AcousticFarFieldResult AddAcousticFarFieldSoundPowerLevel()
AddAcousticFarFieldSPL()
Creates a new AcousticFarFieldResult
Declaration Syntax
public virtual AcousticFarFieldResult AddAcousticFarFieldSPL()
AddAcousticFarFieldTargetStrength()
Creates a new AcousticFarFieldResult
Declaration Syntax
public virtual AcousticFarFieldResult AddAcousticFarFieldTargetStrength()
AddAcousticFrequencyBandAWeightedSPL()
Creates a new AcousticFrequencyBandAWeightedSPL
Declaration Syntax
public virtual AcousticFrequencyBandAWeightedSPL AddAcousticFrequencyBandAWeightedSPL()
AddAcousticFrequencyBandSPL()
Creates a new AcousticFrequencyBandSPL
Declaration Syntax
public virtual AcousticFrequencyBandSPL AddAcousticFrequencyBandSPL()
AddAcousticKineticEnergy()
Creates a new AcousticKineticEnergy
Declaration Syntax
public virtual AcousticKineticEnergy AddAcousticKineticEnergy()
AddAcousticPotentialEnergy()
Creates a new AcousticPotentialEnergy
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 383
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual AcousticPotentialEnergy AddAcousticPotentialEnergy()
AddAcousticPressureResult()
Creates a new AcousticPressureResult
Declaration Syntax
public virtual AcousticPressureResult AddAcousticPressureResult()
AddAcousticSoundPressureLevel()
Creates a new AcousticSoundPressureLevel
Declaration Syntax
public virtual AcousticSoundPressureLevel AddAcousticSoundPressureLevel()
AddAcousticTotalVelocityResult()
Creates a new AcousticTotalVelocityResult
Declaration Syntax
public virtual AcousticTotalVelocityResult AddAcousticTotalVelocityResult()
AddAngularAccelerationProbe()
Creates a new AngularAccelerationProbe
Declaration Syntax
public virtual AngularAccelerationProbe AddAngularAccelerationProbe()
AddAngularVelocityProbe()
Creates a new AngularVelocityProbe
Declaration Syntax
public virtual AngularVelocityProbe AddAngularVelocityProbe()
AddBeamProbe()
Creates a new BeamProbe
Declaration Syntax
public virtual BeamProbe AddBeamProbe()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
384 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddBeamTool()
Creates a new BeamTool
Declaration Syntax
public virtual BeamTool AddBeamTool()
AddBearingProbe()
Creates a new BearingProbe
Declaration Syntax
public virtual BearingProbe AddBearingProbe()
AddBendingStressEquivalent()
Creates a new BendingStressEquivalent
Declaration Syntax
public virtual BendingStressEquivalent AddBendingStressEquivalent()
AddBendingStressIntensity()
Creates a new BendingStressIntensity
Declaration Syntax
public virtual BendingStressIntensity AddBendingStressIntensity()
AddBoltPretensionProbe()
Creates a new BoltPretensionProbe
Declaration Syntax
public virtual BoltPretensionProbe AddBoltPretensionProbe()
AddBoltTool()
Creates a new BoltTool
Declaration Syntax
public virtual BoltTool AddBoltTool()
AddCommandSnippet()
Creates a new CommandSnippet
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 385
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual CommandSnippet AddCommandSnippet()
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddContactTool()
Creates a new ContactTool
Declaration Syntax
public virtual ContactTool AddContactTool()
AddCurrentDensity()
Creates a new CurrentDensity
Declaration Syntax
public virtual CurrentDensity AddCurrentDensity()
AddCurrentDensityProbe()
Creates a new CurrentDensityProbe
Declaration Syntax
public virtual CurrentDensityProbe AddCurrentDensityProbe()
AddDamageStatus()
Creates a new DamageStatus
Declaration Syntax
public virtual DamageStatus AddDamageStatus()
AddDeformationFrequencyResponse()
Creates a new DeformationFrequencyResponse
Declaration Syntax
public virtual DeformationFrequencyResponse AddDeformationFrequencyResponse()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
386 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddDeformationPhaseResponse()
Creates a new DeformationPhaseResponse
Declaration Syntax
public virtual DeformationPhaseResponse AddDeformationPhaseResponse()
AddDeformationProbe()
Creates a new DeformationProbe
Declaration Syntax
public virtual DeformationProbe AddDeformationProbe()
AddDirectionalAcceleration()
Creates a new DirectionalAcceleration
Declaration Syntax
public virtual DirectionalAcceleration AddDirectionalAcceleration()
AddDirectionalAccelerationPSD()
Creates a new DirectionalAccelerationPSD
Declaration Syntax
public virtual DirectionalAccelerationPSD AddDirectionalAccelerationPSD()
AddDirectionalAccelerationRS()
Creates a new DirectionalAccelerationRS
Declaration Syntax
public virtual DirectionalAccelerationRS AddDirectionalAccelerationRS()
AddDirectionalAxialForce()
Creates a new DirectionalAxialForce
Declaration Syntax
public virtual DirectionalAxialForce AddDirectionalAxialForce()
AddDirectionalBendingMoment()
Creates a new DirectionalBendingMoment
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 387
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual DirectionalBendingMoment AddDirectionalBendingMoment()
AddDirectionalCurrentDensity()
Creates a new DirectionalCurrentDensity
Declaration Syntax
public virtual DirectionalCurrentDensity AddDirectionalCurrentDensity()
AddDirectionalDeformation()
Creates a new DirectionalDeformation
Declaration Syntax
public virtual DirectionalDeformation AddDirectionalDeformation()
AddDirectionalElectricFieldIntensity()
Creates a new DirectionalElectricFieldIntensity
Declaration Syntax
public virtual DirectionalElectricFieldIntensity AddDirectionalElectricFieldIntensity()
AddDirectionalHeatFlux()
Creates a new DirectionalHeatFlux
Declaration Syntax
public virtual DirectionalHeatFlux AddDirectionalHeatFlux()
AddDirectionalMagneticFieldIntensity()
Creates a new DirectionalMagneticFieldIntensity
Declaration Syntax
public virtual DirectionalMagneticFieldIntensity AddDirectionalMagneticFieldIntensity()
AddDirectionalMagneticFluxDensity()
Creates a new DirectionalMagneticFluxDensity
Declaration Syntax
public virtual DirectionalMagneticFluxDensity AddDirectionalMagneticFluxDensity()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
388 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddDirectionalShearForce()
Creates a new DirectionalShearForce
Declaration Syntax
public virtual DirectionalShearForce AddDirectionalShearForce()
AddDirectionalTorsionalMoment()
Creates a new DirectionalTorsionalMoment
Declaration Syntax
public virtual DirectionalTorsionalMoment AddDirectionalTorsionalMoment()
AddDirectionalVelocity()
Creates a new DirectionalVelocity
Declaration Syntax
public virtual DirectionalVelocity AddDirectionalVelocity()
AddDirectionalVelocityPSD()
Creates a new DirectionalVelocityPSD
Declaration Syntax
public virtual DirectionalVelocityPSD AddDirectionalVelocityPSD()
AddDirectionalVelocityRS()
Creates a new DirectionalVelocityRS
Declaration Syntax
public virtual DirectionalVelocityRS AddDirectionalVelocityRS()
AddElasticStrainFrequencyResponse()
Creates a new ElasticStrainFrequencyResponse
Declaration Syntax
public virtual ElasticStrainFrequencyResponse AddElasticStrainFrequencyResponse()
AddElasticStrainIntensity()
Creates a new ElasticStrainIntensity
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 389
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual ElasticStrainIntensity AddElasticStrainIntensity()
AddElasticStrainPhaseResponse()
Creates a new ElasticStrainPhaseResponse
Declaration Syntax
public virtual ElasticStrainPhaseResponse AddElasticStrainPhaseResponse()
AddElectricFieldProbe()
Creates a new ElectricFieldProbe
Declaration Syntax
public virtual ElectricFieldProbe AddElectricFieldProbe()
AddElectricPotential()
Creates a new ElectricPotential
Declaration Syntax
public virtual ElectricPotential AddElectricPotential()
AddElectricVoltage()
Creates a new ElectricVoltage
Declaration Syntax
public virtual ElectricVoltage AddElectricVoltage()
AddElementalEulerXYAngle()
Creates a new ElementalEulerXYAngle
Declaration Syntax
public virtual ElementalEulerXYAngle AddElementalEulerXYAngle()
AddElementalEulerXZAngle()
Creates a new ElementalEulerXZAngle
Declaration Syntax
public virtual ElementalEulerXZAngle AddElementalEulerXZAngle()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
390 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddElementalEulerYZAngle()
Creates a new ElementalEulerYZAngle
Declaration Syntax
public virtual ElementalEulerYZAngle AddElementalEulerYZAngle()
AddElementalStrainEnergy()
Creates a new ElementalStrainEnergy
Declaration Syntax
public virtual ElementalStrainEnergy AddElementalStrainEnergy()
AddElementalTriads()
Creates a new ElementalTriads
Declaration Syntax
public virtual ElementalTriads AddElementalTriads()
AddEmagReactionProbe()
Creates a new EmagReactionProbe
Declaration Syntax
public virtual EmagReactionProbe AddEmagReactionProbe()
AddEnergyDissipatedPerUnitVolume()
Creates a new EnergyDissipatedPerUnitVolume
Declaration Syntax
public virtual EnergyDissipatedPerUnitVolume AddEnergyDissipatedPerUnitVolume()
AddEnergyProbe()
Creates a new EnergyProbe
Declaration Syntax
public virtual EnergyProbe AddEnergyProbe()
AddEquivalentCreepStrain()
Creates a new EquivalentCreepStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 391
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual EquivalentCreepStrain AddEquivalentCreepStrain()
AddEquivalentCreepStrainRST()
Creates a new EquivalentCreepStrainRST
Declaration Syntax
public virtual EquivalentCreepStrainRST AddEquivalentCreepStrainRST()
AddEquivalentElasticStrain()
Creates a new EquivalentElasticStrain
Declaration Syntax
public virtual EquivalentElasticStrain AddEquivalentElasticStrain()
AddEquivalentElasticStrainRST()
Creates a new EquivalentElasticStrainRST
Declaration Syntax
public virtual EquivalentElasticStrainRST AddEquivalentElasticStrainRST()
AddEquivalentPlasticStrain()
Creates a new EquivalentPlasticStrain
Declaration Syntax
public virtual EquivalentPlasticStrain AddEquivalentPlasticStrain()
AddEquivalentPlasticStrainRST()
Creates a new EquivalentPlasticStrainRST
Declaration Syntax
public virtual EquivalentPlasticStrainRST AddEquivalentPlasticStrainRST()
AddEquivalentStress()
Creates a new EquivalentStress
Declaration Syntax
public virtual EquivalentStress AddEquivalentStress()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
392 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddEquivalentStressPSD()
Creates a new EquivalentStressPSD
Declaration Syntax
public virtual EquivalentStressPSD AddEquivalentStressPSD()
AddEquivalentStressRS()
Creates a new EquivalentStressRS
Declaration Syntax
public virtual EquivalentStressRS AddEquivalentStressRS()
AddEquivalentTotalStrain()
Creates a new EquivalentTotalStrain
Declaration Syntax
public virtual EquivalentTotalStrain AddEquivalentTotalStrain()
AddFatigueTool()
Creates a new FatigueTool
Declaration Syntax
public virtual FatigueTool AddFatigueTool()
AddFiberCompressiveDamageVariable()
Creates a new FiberCompressiveDamageVariable
Declaration Syntax
public virtual FiberCompressiveDamageVariable AddFiberCompressiveDamageVariable()
AddFiberCompressiveFailureCriterion()
Creates a new FiberCompressiveFailureCriterion
Declaration Syntax
public virtual FiberCompressiveFailureCriterion AddFiberCompressiveFailureCriterion()
AddFiberTensileDamageVariable()
Creates a new FiberTensileDamageVariable
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 393
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual FiberTensileDamageVariable AddFiberTensileDamageVariable()
AddFiberTensileFailureCriterion()
Creates a new FiberTensileFailureCriterion
Declaration Syntax
public virtual FiberTensileFailureCriterion AddFiberTensileFailureCriterion()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AddFluidFlowRate()
Creates a new FluidFlowRate
Declaration Syntax
public virtual FluidFlowRate AddFluidFlowRate()
AddFluidHeatConductionRate()
Creates a new FluidHeatConductionRate
Declaration Syntax
public virtual FluidHeatConductionRate AddFluidHeatConductionRate()
AddFluidHeatTransportRate()
Creates a new FluidHeatTransportRate
Declaration Syntax
public virtual FluidHeatTransportRate AddFluidHeatTransportRate()
AddFluxDensityProbe()
Creates a new FluxDensityProbe
Declaration Syntax
public virtual FluxDensityProbe AddFluxDensityProbe()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
394 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddForceReaction()
Creates a new ForceReaction
Declaration Syntax
public virtual ForceReaction AddForceReaction()
AddFractureTool()
Creates a new FractureTool
Declaration Syntax
public virtual FractureTool AddFractureTool()
AddGeneralizedPlaneStrainProbe()
Creates a new GeneralizedPlaneStrainProbe
Declaration Syntax
public virtual GeneralizedPlaneStrainProbe AddGeneralizedPlaneStrainProbe()
AddHeatFluxProbe()
Creates a new HeatFluxProbe
Declaration Syntax
public virtual HeatFluxProbe AddHeatFluxProbe()
AddJointProbe()
Creates a new JointProbe
Declaration Syntax
public virtual JointProbe AddJointProbe()
AddJouleHeat()
Creates a new JouleHeat
Declaration Syntax
public virtual JouleHeat AddJouleHeat()
AddLinearizedEquivalentStress()
Creates a new LinearizedEquivalentStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 395
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual LinearizedEquivalentStress AddLinearizedEquivalentStress()
AddLinearizedMaximumPrincipalStress()
Creates a new LinearizedMaximumPrincipalStress
Declaration Syntax
public virtual LinearizedMaximumPrincipalStress AddLinearizedMaximumPrincipalStress()
AddLinearizedMaximumShearStress()
Creates a new LinearizedMaximumShearStress
Declaration Syntax
public virtual LinearizedMaximumShearStress AddLinearizedMaximumShearStress()
AddLinearizedMiddlePrincipalStress()
Creates a new LinearizedMiddlePrincipalStress
Declaration Syntax
public virtual LinearizedMiddlePrincipalStress AddLinearizedMiddlePrincipalStress()
AddLinearizedMinimumPrincipalStress()
Creates a new LinearizedMinimumPrincipalStress
Declaration Syntax
public virtual LinearizedMinimumPrincipalStress AddLinearizedMinimumPrincipalStress()
AddLinearizedNormalStress()
Creates a new LinearizedNormalStress
Declaration Syntax
public virtual LinearizedNormalStress AddLinearizedNormalStress()
AddLinearizedShearStress()
Creates a new LinearizedShearStress
Declaration Syntax
public virtual LinearizedShearStress AddLinearizedShearStress()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
396 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddLinearizedStressIntensity()
Creates a new LinearizedStressIntensity
Declaration Syntax
public virtual LinearizedStressIntensity AddLinearizedStressIntensity()
AddMagneticCoenergy()
Creates a new MagneticCoenergy
Declaration Syntax
public virtual MagneticCoenergy AddMagneticCoenergy()
AddMagneticDirectionalForces()
Creates a new MagneticDirectionalForces
Declaration Syntax
public virtual MagneticDirectionalForces AddMagneticDirectionalForces()
AddMagneticError()
Creates a new MagneticError
Declaration Syntax
public virtual MagneticError AddMagneticError()
AddMagneticFluxProbe()
Creates a new MagneticFluxProbe
Declaration Syntax
public virtual MagneticFluxProbe AddMagneticFluxProbe()
AddMagneticPotential()
Creates a new MagneticPotential
Declaration Syntax
public virtual MagneticPotential AddMagneticPotential()
AddMagneticTotalForces()
Creates a new MagneticTotalForces
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 397
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual MagneticTotalForces AddMagneticTotalForces()
AddMatrixCompressiveDamageVariable()
Creates a new MatrixCompressiveDamageVariable
Declaration Syntax
public virtual MatrixCompressiveDamageVariable AddMatrixCompressiveDamageVariable()
AddMatrixCompressiveFailureCriterion()
Creates a new MatrixCompressiveFailureCriterion
Declaration Syntax
public virtual MatrixCompressiveFailureCriterion AddMatrixCompressiveFailureCriterion()
AddMatrixTensileDamageVariable()
Creates a new MatrixTensileDamageVariable
Declaration Syntax
public virtual MatrixTensileDamageVariable AddMatrixTensileDamageVariable()
AddMatrixTensileFailureCriterion()
Creates a new MatrixTensileFailureCriterion
Declaration Syntax
public virtual MatrixTensileFailureCriterion AddMatrixTensileFailureCriterion()
AddMaximumFailureCriteria()
Creates a new MaximumFailureCriteria
Declaration Syntax
public virtual MaximumFailureCriteria AddMaximumFailureCriteria()
AddMaximumPrincipalElasticStrain()
Creates a new MaximumPrincipalElasticStrain
Declaration Syntax
public virtual MaximumPrincipalElasticStrain AddMaximumPrincipalElasticStrain()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
398 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddMaximumPrincipalStress()
Creates a new MaximumPrincipalStress
Declaration Syntax
public virtual MaximumPrincipalStress AddMaximumPrincipalStress()
AddMaximumPrincipalThermalStrain()
Creates a new MaximumPrincipalThermalStrain
Declaration Syntax
public virtual MaximumPrincipalThermalStrain AddMaximumPrincipalThermalStrain()
AddMaximumShearElasticStrain()
Creates a new MaximumShearElasticStrain
Declaration Syntax
public virtual MaximumShearElasticStrain AddMaximumShearElasticStrain()
AddMaximumShearStress()
Creates a new MaximumShearStress
Declaration Syntax
public virtual MaximumShearStress AddMaximumShearStress()
AddMembraneStressEquivalent()
Creates a new MembraneStressEquivalent
Declaration Syntax
public virtual MembraneStressEquivalent AddMembraneStressEquivalent()
AddMembraneStressIntensity()
Creates a new MembraneStressIntensity
Declaration Syntax
public virtual MembraneStressIntensity AddMembraneStressIntensity()
AddMiddlePrincipalElasticStrain()
Creates a new MiddlePrincipalElasticStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 399
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual MiddlePrincipalElasticStrain AddMiddlePrincipalElasticStrain()
AddMiddlePrincipalStress()
Creates a new MiddlePrincipalStress
Declaration Syntax
public virtual MiddlePrincipalStress AddMiddlePrincipalStress()
AddMiddlePrincipalThermalStrain()
Creates a new MiddlePrincipalThermalStrain
Declaration Syntax
public virtual MiddlePrincipalThermalStrain AddMiddlePrincipalThermalStrain()
AddMinimumPrincipalElasticStrain()
Creates a new MinimumPrincipalElasticStrain
Declaration Syntax
public virtual MinimumPrincipalElasticStrain AddMinimumPrincipalElasticStrain()
AddMinimumPrincipalStress()
Creates a new MinimumPrincipalStress
Declaration Syntax
public virtual MinimumPrincipalStress AddMinimumPrincipalStress()
AddMomentReaction()
Creates a new MomentReaction
Declaration Syntax
public virtual MomentReaction AddMomentReaction()
AddMullinsDamageVariable()
Creates a new MullinsDamageVariable
Declaration Syntax
public virtual MullinsDamageVariable AddMullinsDamageVariable()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
400 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddMullinsMaximumPreviousStrainEnergy()
Creates a new MullinsMaximumPreviousStrainEnergy
Declaration Syntax
public virtual MullinsMaximumPreviousStrainEnergy AddMullinsMaximumPreviousStrainEnergy()
AddNewtonRaphsonResidualForce()
Creates a new NewtonRaphsonResidualForce
Declaration Syntax
public virtual NewtonRaphsonResidualForce AddNewtonRaphsonResidualForce()
AddNewtonRaphsonResidualHeat()
Creates a new NewtonRaphsonResidualHeat
Declaration Syntax
public virtual NewtonRaphsonResidualHeat AddNewtonRaphsonResidualHeat()
AddNewtonRaphsonResidualMoment()
Creates a new NewtonRaphsonResidualMoment
Declaration Syntax
public virtual NewtonRaphsonResidualMoment AddNewtonRaphsonResidualMoment()
AddNodalEulerXYAngle()
Creates a new NodalEulerXYAngle
Declaration Syntax
public virtual NodalEulerXYAngle AddNodalEulerXYAngle()
AddNodalEulerXZAngle()
Creates a new NodalEulerXZAngle
Declaration Syntax
public virtual NodalEulerXZAngle AddNodalEulerXZAngle()
AddNodalEulerYZAngle()
Creates a new NodalEulerYZAngle
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 401
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual NodalEulerYZAngle AddNodalEulerYZAngle()
AddNodalTriads()
Creates a new NodalTriads
Declaration Syntax
public virtual NodalTriads AddNodalTriads()
AddNormalElasticStrain()
Creates a new NormalElasticStrain
Declaration Syntax
public virtual NormalElasticStrain AddNormalElasticStrain()
AddNormalGasketPressure()
Creates a new NormalGasketPressure
Declaration Syntax
public virtual NormalGasketPressure AddNormalGasketPressure()
AddNormalGasketTotalClosure()
Creates a new NormalGasketTotalClosure
Declaration Syntax
public virtual NormalGasketTotalClosure AddNormalGasketTotalClosure()
AddNormalStress()
Creates a new NormalStress
Declaration Syntax
public virtual NormalStress AddNormalStress()
AddPosition()
Creates a new Position
Declaration Syntax
public virtual Position AddPosition()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
402 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddRadiationProbe()
Creates a new RadiationProbe
Declaration Syntax
public virtual RadiationProbe AddRadiationProbe()
AddReactionProbe()
Creates a new ReactionProbe
Declaration Syntax
public virtual ReactionProbe AddReactionProbe()
AddResponsePSD()
Creates a new ResponsePSD
Declaration Syntax
public virtual ResponsePSD AddResponsePSD()
AddRotationProbe()
Creates a new RotationProbe
Declaration Syntax
public virtual RotationProbe AddRotationProbe()
AddShapeFinder()
Creates a new ShapeFinder
Declaration Syntax
public virtual ShapeFinder AddShapeFinder()
AddShapeFinderElemental()
Creates a new ShapeFinderElemental
Declaration Syntax
public virtual ShapeFinderElemental AddShapeFinderElemental()
AddShearDamageVariable()
Creates a new ShearDamageVariable
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 403
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual ShearDamageVariable AddShearDamageVariable()
AddShearElasticStrain()
Creates a new ShearElasticStrain
Declaration Syntax
public virtual ShearElasticStrain AddShearElasticStrain()
AddShearGasketPressure()
Creates a new ShearGasketPressure
Declaration Syntax
public virtual ShearGasketPressure AddShearGasketPressure()
AddShearGasketTotalClosure()
Creates a new ShearGasketTotalClosure
Declaration Syntax
public virtual ShearGasketTotalClosure AddShearGasketTotalClosure()
AddShearMomentDiagramMSUM()
Creates a new TotalShearMomentDiagram
Declaration Syntax
public virtual TotalShearMomentDiagram AddShearMomentDiagramMSUM()
AddShearMomentDiagramMY()
Creates a new DirectionalShearMomentDiagram
Declaration Syntax
public virtual DirectionalShearMomentDiagram AddShearMomentDiagramMY()
AddShearMomentDiagramMZ()
Creates a new DirectionalShearMomentDiagram
Declaration Syntax
public virtual DirectionalShearMomentDiagram AddShearMomentDiagramMZ()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
404 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddShearMomentDiagramUSUM()
Creates a new TotalShearMomentDiagram
Declaration Syntax
public virtual TotalShearMomentDiagram AddShearMomentDiagramUSUM()
AddShearMomentDiagramUY()
Creates a new DirectionalShearMomentDiagram
Declaration Syntax
public virtual DirectionalShearMomentDiagram AddShearMomentDiagramUY()
AddShearMomentDiagramUZ()
Creates a new DirectionalShearMomentDiagram
Declaration Syntax
public virtual DirectionalShearMomentDiagram AddShearMomentDiagramUZ()
AddShearMomentDiagramVSUM()
Creates a new TotalShearMomentDiagram
Declaration Syntax
public virtual TotalShearMomentDiagram AddShearMomentDiagramVSUM()
AddShearMomentDiagramVY()
Creates a new DirectionalShearMomentDiagram
Declaration Syntax
public virtual DirectionalShearMomentDiagram AddShearMomentDiagramVY()
AddShearMomentDiagramVZ()
Creates a new DirectionalShearMomentDiagram
Declaration Syntax
public virtual DirectionalShearMomentDiagram AddShearMomentDiagramVZ()
AddShearStress()
Creates a new ShearStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 405
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual ShearStress AddShearStress()
AddShellBendingStress()
Creates a new ShellBendingStress
Declaration Syntax
public virtual ShellBendingStress AddShellBendingStress()
AddShellBottomPeakStress()
Creates a new ShellBottomPeakStress
Declaration Syntax
public virtual ShellBottomPeakStress AddShellBottomPeakStress()
AddShellMembraneStress()
Creates a new ShellMembraneStress
Declaration Syntax
public virtual ShellMembraneStress AddShellMembraneStress()
AddShellTopPeakStress()
Creates a new ShellTopPeakStress
Declaration Syntax
public virtual ShellTopPeakStress AddShellTopPeakStress()
AddSpringProbe()
Creates a new SpringProbe
Declaration Syntax
public virtual SpringProbe AddSpringProbe()
AddStabilizationEnergy()
Creates a new StabilizationEnergy
Declaration Syntax
public virtual StabilizationEnergy AddStabilizationEnergy()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
406 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddStrainProbe()
Creates a new StrainProbe
Declaration Syntax
public virtual StrainProbe AddStrainProbe()
AddStressFrequencyResponse()
Creates a new StressFrequencyResponse
Declaration Syntax
public virtual StressFrequencyResponse AddStressFrequencyResponse()
AddStressIntensity()
Creates a new StressIntensity
Declaration Syntax
public virtual StressIntensity AddStressIntensity()
AddStressPhaseResponse()
Creates a new StressPhaseResponse
Declaration Syntax
public virtual StressPhaseResponse AddStressPhaseResponse()
AddStressProbe()
Creates a new StressProbe
Declaration Syntax
public virtual StressProbe AddStressProbe()
AddStressTool()
Creates a new StressTool
Declaration Syntax
public virtual StressTool AddStressTool()
AddStructuralError()
Creates a new StructuralError
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 407
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual StructuralError AddStructuralError()
AddStructuralStrainEnergy()
Creates a new StructuralStrainEnergy
Declaration Syntax
public virtual StructuralStrainEnergy AddStructuralStrainEnergy()
AddTemperature()
Creates a new TemperatureResult
Declaration Syntax
public virtual TemperatureResult AddTemperature()
AddTemperatureProbe()
Creates a new TemperatureProbe
Declaration Syntax
public virtual TemperatureProbe AddTemperatureProbe()
AddThermalError()
Creates a new ThermalError
Declaration Syntax
public virtual ThermalError AddThermalError()
AddThermalStrain()
Creates a new DirectionalThermalStrain
Declaration Syntax
public virtual DirectionalThermalStrain AddThermalStrain()
AddThermalStrainEnergy()
Creates a new ThermalStrainEnergy
Declaration Syntax
public virtual ThermalStrainEnergy AddThermalStrainEnergy()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
408 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddTotalAcceleration()
Creates a new TotalAcceleration
Declaration Syntax
public virtual TotalAcceleration AddTotalAcceleration()
AddTotalAxialForce()
Creates a new TotalAxialForce
Declaration Syntax
public virtual TotalAxialForce AddTotalAxialForce()
AddTotalBendingMoment()
Creates a new TotalBendingMoment
Declaration Syntax
public virtual TotalBendingMoment AddTotalBendingMoment()
AddTotalCurrentDensity()
Creates a new TotalCurrentDensity
Declaration Syntax
public virtual TotalCurrentDensity AddTotalCurrentDensity()
AddTotalDeformation()
Creates a new TotalDeformation
Declaration Syntax
public virtual TotalDeformation AddTotalDeformation()
AddTotalElectricFieldIntensity()
Creates a new TotalElectricFieldIntensity
Declaration Syntax
public virtual TotalElectricFieldIntensity AddTotalElectricFieldIntensity()
AddTotalHeatFlux()
Creates a new TotalHeatFlux
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 409
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual TotalHeatFlux AddTotalHeatFlux()
AddTotalMagneticFieldIntensity()
Creates a new TotalMagneticFieldIntensity
Declaration Syntax
public virtual TotalMagneticFieldIntensity AddTotalMagneticFieldIntensity()
AddTotalMagneticFluxDensity()
Creates a new TotalMagneticFluxDensity
Declaration Syntax
public virtual TotalMagneticFluxDensity AddTotalMagneticFluxDensity()
AddTotalShearForce()
Creates a new TotalShearForce
Declaration Syntax
public virtual TotalShearForce AddTotalShearForce()
AddTotalTorsionalMoment()
Creates a new TotalTorsionalMoment
Declaration Syntax
public virtual TotalTorsionalMoment AddTotalTorsionalMoment()
AddTotalVelocity()
Creates a new TotalVelocity
Declaration Syntax
public virtual TotalVelocity AddTotalVelocity()
AddUserDefinedResult()
Creates a new UserDefinedResult
Declaration Syntax
public virtual UserDefinedResult AddUserDefinedResult()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
410 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
AddVariableGraph()
Creates a new VariableGraph
Declaration Syntax
public virtual VariableGraph AddVariableGraph()
AddVectorAxialForce()
Creates a new VectorAxialForce
Declaration Syntax
public virtual VectorAxialForce AddVectorAxialForce()
AddVectorBendingMoment()
Creates a new VectorBendingMoment
Declaration Syntax
public virtual VectorBendingMoment AddVectorBendingMoment()
AddVectorDeformation()
Creates a new VectorDeformation
Declaration Syntax
public virtual VectorDeformation AddVectorDeformation()
AddVectorHeatFlux()
Creates a new VectorHeatFlux
Declaration Syntax
public virtual VectorHeatFlux AddVectorHeatFlux()
AddVectorPrincipalElasticStrain()
Creates a new VectorPrincipalElasticStrain
Declaration Syntax
public virtual VectorPrincipalElasticStrain AddVectorPrincipalElasticStrain()
AddVectorPrincipalStress()
Creates a new VectorPrincipalStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 411
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual VectorPrincipalStress AddVectorPrincipalStress()
AddVectorShearForce()
Creates a new VectorShearForce
Declaration Syntax
public virtual VectorShearForce AddVectorShearForce()
AddVectorTorsionalMoment()
Creates a new VectorTorsionalMoment
Declaration Syntax
public virtual VectorTorsionalMoment AddVectorTorsionalMoment()
AddVelocityFrequencyResponse()
Creates a new VelocityFrequencyResponse
Declaration Syntax
public virtual VelocityFrequencyResponse AddVelocityFrequencyResponse()
AddVelocityPhaseResponse()
Creates a new VelocityPhaseResponse
Declaration Syntax
public virtual VelocityPhaseResponse AddVelocityPhaseResponse()
AddVelocityProbe()
Creates a new VelocityProbe
Declaration Syntax
public virtual VelocityProbe AddVelocityProbe()
AddVoltageProbe()
Creates a new ElectricVoltageProbe
Declaration Syntax
public virtual ElectricVoltageProbe AddVoltageProbe()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
412 of ANSYS, Inc. and its subsidiaries and affiliates.
Solution
ClearGeneratedData()
Run the ClearGeneratedData action.
Declaration Syntax
public virtual void ClearGeneratedData()
EvaluateAllResults()
Run the EvaluateAllResults action.
Declaration Syntax
public virtual void EvaluateAllResults()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 413
Ansys.ACT.Automation.Mechanical Namespace
OpenSolverFilesDirectory()
Run the OpenSolverFilesDirectory action.
Declaration Syntax
public virtual void OpenSolverFilesDirectory()
ReadAnsysResultFile()
Run the ANSYS ReadResults action.
Declaration Syntax
public virtual void ReadAnsysResultFile()
ReadGivenAnsysResultFile(string, UnitSystemIDType)
Run the given ANSYS ReadResults action.///
Declaration Syntax
public virtual void ReadGivenAnsysResultFile(string resultFilePath, UnitSystemIDType unitSystemID)
Parameters
resultFilePath(string)
The Filepath to a compatable ANSYS results file
unitSystemID(UnitSystemIDType)
The unit system ID as defined in Ansys.ACT.Automation.Mechanical.Enums.UnitSystemIDType
Solve(bool)
Run the Solve action.
Declaration Syntax
public virtual void Solve(bool wait)
Parameters
wait(bool)
Wait or not for the solve to be done.
SolutionCombination
Defines a SolutionCombination.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
414 of ANSYS, Inc. and its subsidiaries and affiliates.
SolutionCombination
Declaration Syntax
public class SolutionCombination : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 415
Ansys.ACT.Automation.Mechanical Namespace
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSSolutionCombinationAuto InternalObject { get; }
Worksheet
Get the SolutionCombinationWorksheet action.
Declaration Syntax
public IWorksheet Worksheet { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
ClearGeneratedData()
Run the ClearGeneratedData action.
Declaration Syntax
public virtual void ClearGeneratedData()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
EvaluateAllResults()
Run the EvaluateAllResults action.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
416 of ANSYS, Inc. and its subsidiaries and affiliates.
SolutionCombinationWorksheet
Declaration Syntax
public virtual void EvaluateAllResults()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
SolutionCombinationWorksheet
No details are provided for this entry.
Declaration Syntax
public class SolutionCombinationWorksheet : Worksheet
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 417
Ansys.ACT.Automation.Mechanical Namespace
Method GetActiveState(int) (p. 418) Gets the Active State property at row index
Method GetCoefficient(int) (p. 418) Gets the Coefficient property at row index
Method GetEnvironmentId(int) (p. 419) Gets the EnvironmentId property at row
index
Method GetTime(int) (p. 419) Gets the Time property at row index
Method SetActiveState(int, bool) (p. 419) Sets the Active State property at row index
Method SetCoefficient(int, double) (p. 419) Sets the Coefficient property at row index.
Method SetEnvironmentId(int, int) (p. 420) Sets the EnvironmentId property at row
index.
Method SetTime(int, double) (p. 420) Sets the Time property at row index.
RowCount
Gets the number of load cases
Declaration Syntax
public int RowCount { get; }
AddRow()
Add a row to the SolutionCombinationWorksheet
Declaration Syntax
public override int AddRow()
GetActiveState(int)
Gets the Active State property at row index
Declaration Syntax
public bool GetActiveState(int index)
Parameters
index(int)
No details are provided for this entry.
GetCoefficient(int)
Gets the Coefficient property at row index
Declaration Syntax
public double GetCoefficient(int index)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
418 of ANSYS, Inc. and its subsidiaries and affiliates.
SolutionCombinationWorksheet
Parameters
index(int)
No details are provided for this entry.
GetEnvironmentId(int)
Gets the EnvironmentId property at row index
Declaration Syntax
public int GetEnvironmentId(int index)
Parameters
index(int)
No details are provided for this entry.
GetTime(int)
Gets the Time property at row index
Declaration Syntax
public double GetTime(int index)
Parameters
index(int)
No details are provided for this entry.
SetActiveState(int, bool)
Sets the Active State property at row index
Declaration Syntax
public void SetActiveState(int index, bool value)
Parameters
index(int)
No details are provided for this entry.
value(bool)
No details are provided for this entry.
SetCoefficient(int, double)
Sets the Coefficient property at row index.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 419
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public void SetCoefficient(int index, double value)
Parameters
index(int)
No details are provided for this entry.
value(double)
No details are provided for this entry.
SetEnvironmentId(int, int)
Sets the EnvironmentId property at row index.
Declaration Syntax
public void SetEnvironmentId(int index, int value)
Parameters
index(int)
No details are provided for this entry.
value(int)
No details are provided for this entry.
SetTime(int, double)
Sets the Time property at row index.
Declaration Syntax
public void SetTime(int index, double value)
Parameters
index(int)
No details are provided for this entry.
value(double)
No details are provided for this entry.
SolutionInformation
Defines a SolutionInformation.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
420 of ANSYS, Inc. and its subsidiaries and affiliates.
SolutionInformation
Declaration Syntax
public class SolutionInformation : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 421
Ansys.ACT.Automation.Mechanical Namespace
ActivateVisibility
Gets the ActivateVisibility.
Declaration Syntax
public bool ActivateVisibility { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
422 of ANSYS, Inc. and its subsidiaries and affiliates.
SolutionInformation
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Display
Gets or sets the Display.
Declaration Syntax
public FEConnectionDisplay Display { set;get; }
DisplayFilterDuringSolve
Gets or sets the DisplayFilterDuringSolve.
Declaration Syntax
public bool DisplayFilterDuringSolve { set;get; }
DisplayPoints
Gets or sets the DisplayPoints.
Declaration Syntax
public double DisplayPoints { set;get; }
DisplayType
Gets or sets the DisplayType.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 423
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public FEConnectionDisplayType DisplayType { set;get; }
DrawConnectionsAttachedTo
Gets or sets the DrawConnectionsAttachedTo.
Declaration Syntax
public NodeSelection DrawConnectionsAttachedTo { set;get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSSolutionInfoToolAuto InternalObject { get; }
LineColor
Gets or sets the LineColor.
Declaration Syntax
public FEConnectionLineColor LineColor { set;get; }
LineThickness
Gets or sets the LineThickness.
Declaration Syntax
public FEConnectionLineThicknessType LineThickness { set;get; }
NewtonRaphsonResiduals
Gets or sets the NewtonRaphsonResiduals.
Declaration Syntax
public int NewtonRaphsonResiduals { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
424 of ANSYS, Inc. and its subsidiaries and affiliates.
SolutionInformation
SolutionOutput
Gets or sets the SolutionOutput.
Declaration Syntax
public SolutionOutputType SolutionOutput { set;get; }
SummaryType
Gets or sets the SummaryType.
Declaration Syntax
public PFactorResultType SummaryType { set;get; }
UpdateInterval
Gets or sets the UpdateInterval.
Declaration Syntax
public double UpdateInterval { set;get; }
VisibleOnResults
Gets or sets the VisibleOnResults.
Declaration Syntax
public bool VisibleOnResults { set;get; }
AddChattering()
Creates a new ContactChatteringTracker
Declaration Syntax
public virtual ContactChatteringTracker AddChattering()
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddContactForce()
Creates a new ContactForceTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 425
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual ContactForceTracker AddContactForce()
AddContactingArea()
Creates a new ContactingAreaTracker
Declaration Syntax
public virtual ContactingAreaTracker AddContactingArea()
AddContactPressure()
Creates a new ContactPressureTracker
Declaration Syntax
public virtual ContactPressureTracker AddContactPressure()
AddDensity()
Creates a new DensityTracker
Declaration Syntax
public virtual DensityTracker AddDensity()
AddElasticSlip()
Creates a new ContactElasticSlipTracker
Declaration Syntax
public virtual ContactElasticSlipTracker AddElasticSlip()
AddExternalForce()
Creates a new ExternalForceTracker
Declaration Syntax
public virtual ExternalForceTracker AddExternalForce()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
426 of ANSYS, Inc. and its subsidiaries and affiliates.
SolutionInformation
AddFluidPressure()
Creates a new ContactFluidPressureTracker
Declaration Syntax
public virtual ContactFluidPressureTracker AddFluidPressure()
AddForceReaction()
Creates a new ForceReactionTracker
Declaration Syntax
public virtual ForceReactionTracker AddForceReaction()
AddFrictionalStress()
Creates a new ContactFrictionalStressTracker
Declaration Syntax
public virtual ContactFrictionalStressTracker AddFrictionalStress()
AddGap()
Creates a new ContactGapTracker
Declaration Syntax
public virtual ContactGapTracker AddGap()
AddKineticEnergy()
Creates a new KineticEnergyTracker
Declaration Syntax
public virtual KineticEnergyTracker AddKineticEnergy()
AddMaximumDampingPressure()
Creates a new ContactMaximumDampingPressureTracker
Declaration Syntax
public virtual ContactMaximumDampingPressureTracker AddMaximumDampingPressure()
AddMaximumTangentialStiffness()
Creates a new ContactMaximumTangentialStiffnessTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 427
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual ContactMaximumTangentialStiffnessTracker AddMaximumTangentialStiffness()
AddMaxiumGeometricSlidingDistance()
Creates a new ContactMaximumGeometricSlidingDistanceTracker
Declaration Syntax
public virtual ContactMaximumGeometricSlidingDistanceTracker AddMaxiumGeometricSlidingDistance()
AddMinimumGeometricSlidingDistance()
Creates a new ContactMinimumGeometricSlidingDistanceTracker
Declaration Syntax
public virtual ContactMinimumGeometricSlidingDistanceTracker AddMinimumGeometricSlidingDistance()
AddMinimumTangentialStiffness()
Creates a new ContactMinimumTangentialStiffnessTracker
Declaration Syntax
public virtual ContactMinimumTangentialStiffnessTracker AddMinimumTangentialStiffness()
AddMomentReaction()
Creates a new MomentReactionTracker
Declaration Syntax
public virtual MomentReactionTracker AddMomentReaction()
AddMomentum()
Creates a new MomentumTracker
Declaration Syntax
public virtual MomentumTracker AddMomentum()
AddNormalStiffness()
Creates a new ContactNormalStiffnessTracker
Declaration Syntax
public virtual ContactNormalStiffnessTracker AddNormalStiffness()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
428 of ANSYS, Inc. and its subsidiaries and affiliates.
SolutionInformation
AddNumberContacting()
Creates a new NumberContactingTracker
Declaration Syntax
public virtual NumberContactingTracker AddNumberContacting()
AddNumberSticking()
Creates a new ContactNumberStickingTracker
Declaration Syntax
public virtual ContactNumberStickingTracker AddNumberSticking()
AddPenetration()
Creates a new ContactPenetrationTracker
Declaration Syntax
public virtual ContactPenetrationTracker AddPenetration()
AddPlasticWork()
Creates a new PlasticWorkTracker
Declaration Syntax
public virtual PlasticWorkTracker AddPlasticWork()
AddPosition()
Creates a new PositionTracker
Declaration Syntax
public virtual PositionTracker AddPosition()
AddPressure()
Creates a new PressureTracker
Declaration Syntax
public virtual PressureTracker AddPressure()
AddResultingPinball()
Creates a new ContactResultingPinballTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 429
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual ContactResultingPinballTracker AddResultingPinball()
AddSlidingDistance()
Creates a new ContactSlidingDistanceTracker
Declaration Syntax
public virtual ContactSlidingDistanceTracker AddSlidingDistance()
AddSpringTrackerDampingForce()
Creates a new SpringDampingForceTracker
Declaration Syntax
public virtual SpringDampingForceTracker AddSpringTrackerDampingForce()
AddSpringTrackerElasticForce()
Creates a new SpringElasticForceTracker
Declaration Syntax
public virtual SpringElasticForceTracker AddSpringTrackerElasticForce()
AddSpringTrackerElongation()
Creates a new SpringElongationTracker
Declaration Syntax
public virtual SpringElongationTracker AddSpringTrackerElongation()
AddSpringTrackerVelocity()
Creates a new SpringVelocityTracker
Declaration Syntax
public virtual SpringVelocityTracker AddSpringTrackerVelocity()
AddStiffnessEnergy()
Creates a new StiffnessEnergyTracker
Declaration Syntax
public virtual StiffnessEnergyTracker AddStiffnessEnergy()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
430 of ANSYS, Inc. and its subsidiaries and affiliates.
SolutionInformation
AddTemperature()
Creates a new TemperatureTracker
Declaration Syntax
public virtual TemperatureTracker AddTemperature()
AddTotalEnergy()
Creates a new TotalEnergyTracker
Declaration Syntax
public virtual TotalEnergyTracker AddTotalEnergy()
AddTotalMassAverageVelocity()
Creates a new TotalMassAverageVelocityTracker
Declaration Syntax
public virtual TotalMassAverageVelocityTracker AddTotalMassAverageVelocity()
EvaluateAllContactTrackers()
Run the EvaluateAllContactTrackers action.
Declaration Syntax
public virtual void EvaluateAllContactTrackers()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 431
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Surface
Defines a Surface.
Declaration Syntax
public class Surface : DataModelObject, ISelectionInfo, IFolderDataModelObject
Children
Gets the list of children.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
432 of ANSYS, Inc. and its subsidiaries and affiliates.
Surface
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSSurfaceAuto InternalObject { get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 433
Ansys.ACT.Automation.Mechanical Namespace
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
434 of ANSYS, Inc. and its subsidiaries and affiliates.
Symmetry
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Symmetry
Defines a Symmetry.
Declaration Syntax
public class Symmetry : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 435
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSSymmetryGroupAuto InternalObject { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddCyclicRegion()
Creates a new CyclicRegion
Declaration Syntax
public virtual CyclicRegion AddCyclicRegion()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
436 of ANSYS, Inc. and its subsidiaries and affiliates.
Symmetry
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AddPeriodicRegion()
Creates a new PeriodicRegion
Declaration Syntax
public virtual PeriodicRegion AddPeriodicRegion()
AddPreMeshedCyclicRegion()
Creates a new PreMeshedCyclicRegion
Declaration Syntax
public virtual PreMeshedCyclicRegion AddPreMeshedCyclicRegion()
AddSymmetryRegion()
Creates a new SymmetryRegion
Declaration Syntax
public virtual SymmetryRegion AddSymmetryRegion()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 437
Ansys.ACT.Automation.Mechanical Namespace
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
SymmetryGeneral
Defines a SymmetryGeneral.
Declaration Syntax
public class SymmetryGeneral : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
438 of ANSYS, Inc. and its subsidiaries and affiliates.
SymmetryGeneral
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSSymmetryGeneralAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 439
Ansys.ACT.Automation.Mechanical Namespace
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
ScopeMode
Gets the ScopeMode.
Declaration Syntax
public AutomaticOrManual ScopeMode { get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
440 of ANSYS, Inc. and its subsidiaries and affiliates.
SymmetryRegion
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
SymmetryRegion
Defines a SymmetryRegion.
Declaration Syntax
public class SymmetryRegion : SymmetryGeneral
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 441
Ansys.ACT.Automation.Mechanical Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSSymmetryGeneralAuto InternalObject { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
442 of ANSYS, Inc. and its subsidiaries and affiliates.
ThermalPointMass
PeriodictyDirection
Gets or sets the PeriodictyDirection.
Declaration Syntax
public SymmetryNormalType PeriodictyDirection { set;get; }
SymmetryNormal
Gets or sets the SymmetryNormal.
Declaration Syntax
public SymmetryNormalType SymmetryNormal { set;get; }
Type
Gets or sets the Type.
Declaration Syntax
public SymmetryType Type { set;get; }
ThermalPointMass
Defines a ThermalPointMass.
Declaration Syntax
public class ThermalPointMass : GenericPointMass
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 443
Ansys.ACT.Automation.Mechanical Namespace
AppliedBy
Gets or sets the AppliedBy.
Declaration Syntax
public RemoteApplicationType AppliedBy { set;get; }
Behavior
Gets or sets the Behavior.
Declaration Syntax
public LoadBehavior Behavior { set;get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSPointMassAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
444 of ANSYS, Inc. and its subsidiaries and affiliates.
Thickness
PinballRegion
Gets or sets the PinballRegion.
Declaration Syntax
public Quantity PinballRegion { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
ThermalCapacitance
Gets or sets the ThermalCapacitance.
Declaration Syntax
public Quantity ThermalCapacitance { set;get; }
Thickness
Defines a Thickness.
Declaration Syntax
public class Thickness : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 445
Ansys.ACT.Automation.Mechanical Namespace
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
IndependentVariable
Gets or sets the IndependentVariable.
Declaration Syntax
public LoadVariableVariationType IndependentVariable { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
446 of ANSYS, Inc. and its subsidiaries and affiliates.
Thickness
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSThicknessAuto InternalObject { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
NumberOfSegments
Gets or sets the NumberOfSegments.
Declaration Syntax
public int NumberOfSegments { set;get; }
OffsetType
Gets or sets the OffsetType.
Declaration Syntax
public ShellOffsetType OffsetType { set;get; }
RangeMaximum
Gets or sets the RangeMaximum.
Declaration Syntax
public Quantity RangeMaximum { set;get; }
RangeMinimum
Gets or sets the RangeMinimum.
Declaration Syntax
public Quantity RangeMinimum { set;get; }
ScopeMode
Gets the ScopeMode.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 447
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public AutomaticOrManual ScopeMode { get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
XYZFunctionCoordinateSystem
Gets or sets the XYZFunctionCoordinateSystem.
Declaration Syntax
public CoordinateSystem XYZFunctionCoordinateSystem { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
448 of ANSYS, Inc. and its subsidiaries and affiliates.
TreeGroupingFolder
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
TreeGroupingFolder
Defines a TreeGroupingFolder.
Declaration Syntax
public class TreeGroupingFolder : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 449
Ansys.ACT.Automation.Mechanical Namespace
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSTreeGroupingFolderAuto InternalObject { get; }
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
450 of ANSYS, Inc. and its subsidiaries and affiliates.
VirtualCell
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
VirtualCell
Defines a VirtualCell.
Declaration Syntax
public class VirtualCell : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 451
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
Geometry
Gets the Geometry.
Declaration Syntax
public ISelectionInfo Geometry { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSVirtualCellAuto InternalObject { get; }
ProjectToUnderlyingGeometry
Gets or sets the ProjectToUnderlyingGeometry.
Declaration Syntax
public YesNoType ProjectToUnderlyingGeometry { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
452 of ANSYS, Inc. and its subsidiaries and affiliates.
VirtualCell
VTClass
Gets the VTClass.
Declaration Syntax
public VirtualCellClassType VTClass { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 453
Ansys.ACT.Automation.Mechanical Namespace
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
VirtualTopology
Defines a VirtualTopology.
Declaration Syntax
public class VirtualTopology : DataModelObject, IFolderDataModelObject
Property AutomaticBehavior (p. 455) Gets or sets the Behavior when Method
is set to "Automatic".
Property Children (p. 455) Gets the list of children.
Property Comments (p. 455) Gets the list of associated comments.
Property DataModelObjectCategory (p. 455) Gets the current DataModelObject's
category.
Property Figures (p. 455) Gets the list of associated figures.
Property GenerateOnUpdate (p. 455) Gets or sets the GenerateOnUpdate.
Property InternalObject (p. 455) Gets the internal object. For advanced
usage only.
Property LockPositionOfDependentEdgeSplits (p. 456) Gets or sets the
LockPositionOfDependentEdgeSplits.
Property MergeFaceEdges (p. 456) Gets or sets the MergeFaceEdges.
Property Method (p. 456) Gets or sets the Method.
Property RepairBehavior (p. 456) Gets or sets the Behavior when Method
is set to "Repair".
Property SimplifyFaces (p. 456) Gets or sets the SimplifyFaces.
Property VirtualEdges (p. 456) Gets the VirtualEdges.
Property VirtualEntities (p. 457) Gets the VirtualEntities.
Property VirtualFaces (p. 457) Gets the VirtualFaces.
Property VirtualHardVertex (p. 457) Gets the VirtualHardVertex.
Property VirtualSplitEdges (p. 457) Gets the VirtualSplitEdges.
Property VirtualSplitFaces (p. 457) Gets the VirtualSplitFaces.
Method AddComment() (p. 457) Creates a new child Comment.
Method AddFigure() (p. 457) Creates a new child Figure.
Method GetChildren<ChildrenType>(bool, Gets the list of children, filtered by type.
IList<ChildrenType>) (p. 458)
Method GetChildren(DataModelObjectCategory, bool, Gets the list of children, filtered by type.
IList<DataModelObject>) (p. 458)
Method GetVirtualCellFromSelection(ISelectionInfo) (p. 458)Gets the Virtual Cell from the selection.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
454 of ANSYS, Inc. and its subsidiaries and affiliates.
VirtualTopology
AutomaticBehavior
Gets or sets the Behavior when Method is set to "Automatic".
Declaration Syntax
public VirtualCellGroupAutomaticBehaviorType AutomaticBehavior { set;get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
GenerateOnUpdate
Gets or sets the GenerateOnUpdate.
Declaration Syntax
public YesNoType GenerateOnUpdate { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 455
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public IDSVirtualCellGroupAuto InternalObject { get; }
LockPositionOfDependentEdgeSplits
Gets or sets the LockPositionOfDependentEdgeSplits.
Declaration Syntax
public YesNoType LockPositionOfDependentEdgeSplits { set;get; }
MergeFaceEdges
Gets or sets the MergeFaceEdges.
Declaration Syntax
public YesNoType MergeFaceEdges { set;get; }
Method
Gets or sets the Method.
Declaration Syntax
public VirtualCellGroupMethodType Method { set;get; }
RepairBehavior
Gets or sets the Behavior when Method is set to "Repair".
Declaration Syntax
public VirtualCellGroupRepairBehaviorType RepairBehavior { set;get; }
SimplifyFaces
Gets or sets the SimplifyFaces.
Declaration Syntax
public YesNoType SimplifyFaces { set;get; }
VirtualEdges
Gets the VirtualEdges.
Declaration Syntax
public int VirtualEdges { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
456 of ANSYS, Inc. and its subsidiaries and affiliates.
VirtualTopology
VirtualEntities
Gets the VirtualEntities.
Declaration Syntax
public int VirtualEntities { get; }
VirtualFaces
Gets the VirtualFaces.
Declaration Syntax
public int VirtualFaces { get; }
VirtualHardVertex
Gets the VirtualHardVertex.
Declaration Syntax
public int VirtualHardVertex { get; }
VirtualSplitEdges
Gets the VirtualSplitEdges.
Declaration Syntax
public int VirtualSplitEdges { get; }
VirtualSplitFaces
Gets the VirtualSplitFaces.
Declaration Syntax
public int VirtualSplitFaces { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 457
Ansys.ACT.Automation.Mechanical Namespace
Declaration Syntax
public virtual Figure AddFigure()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
GetVirtualCellFromSelection(ISelectionInfo)
Gets the Virtual Cell from the selection.
Declaration Syntax
public virtual VirtualCell GetVirtualCellFromSelection(ISelectionInfo currentSelection)
Parameters
currentSelection(ISelectionInfo)
Selection used to find the associated Virtual Cell.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
458 of ANSYS, Inc. and its subsidiaries and affiliates.
Worksheet
Worksheet
No details are provided for this entry.
Declaration Syntax
public abstract class Worksheet : IWorksheet
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 459
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
460 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.ImportedLoads Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.ImportedLoads
ImportedLoad
Defines a ImportedLoad.
Declaration Syntax
public class ImportedLoad : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 461
Ansys.ACT.Automation.Mechanical.ImportedLoads Namespace
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSExternalLoadAuto InternalObject { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
Suppressed
Gets or sets the Suppressed.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
462 of ANSYS, Inc. and its subsidiaries and affiliates.
ImportedLoad
Declaration Syntax
public bool Suppressed { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 463
Ansys.ACT.Automation.Mechanical.ImportedLoads Namespace
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
ImportedLoadGroup
Defines a ImportedLoadGroup.
Declaration Syntax
public class ImportedLoadGroup : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
464 of ANSYS, Inc. and its subsidiaries and affiliates.
ImportedLoadGroup
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSExternalLoadGroupAuto InternalObject { get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 465
Ansys.ACT.Automation.Mechanical.ImportedLoads Namespace
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AddImportedVelocity()
Creates a new ImportedVelocity
Declaration Syntax
public virtual ImportedVelocity AddImportedVelocity()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
466 of ANSYS, Inc. and its subsidiaries and affiliates.
ImportedVelocity
ImportedVelocity
Defines a ImportedVelocity.
Declaration Syntax
public class ImportedVelocity : ImportedLoad
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSExternalLoadAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 467
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
468 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.MeshControls
AutomaticMethod
Defines a AutomaticMethod.
Declaration Syntax
public class AutomaticMethod : MeshControl
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 469
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
470 of ANSYS, Inc. and its subsidiaries and affiliates.
AutomaticMethod
Active
Gets the Active.
Declaration Syntax
public bool Active { get; }
Algorithm
Gets or sets the Algorithm.
Declaration Syntax
public MeshMethodAlgorithm Algorithm { set;get; }
ApproximativeNumberOfElementsPerPart
Gets or sets the ApproximativeNumberOfElementsPerPart.
Declaration Syntax
public uint ApproximativeNumberOfElementsPerPart { set;get; }
BFCartSubType
Gets the BFCartSubType.
Declaration Syntax
public int BFCartSubType { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 471
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
BFCartTolerance
Gets the BFCartTolerance.
Declaration Syntax
public Quantity BFCartTolerance { get; }
ConstrainBoundary
Gets or sets the ConstrainBoundary.
Declaration Syntax
public bool ConstrainBoundary { set;get; }
ControlMessages
Gets the ControlMessages.
Declaration Syntax
public bool ControlMessages { get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
CurvatureNormalAngle
Gets or sets the CurvatureNormalAngle.
Declaration Syntax
public Quantity CurvatureNormalAngle { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
DefeaturingTolerance
Gets or sets the DefeaturingTolerance.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
472 of ANSYS, Inc. and its subsidiaries and affiliates.
AutomaticMethod
Declaration Syntax
public Quantity DefeaturingTolerance { set;get; }
DefinedBy
Gets or sets the DefinedBy.
Declaration Syntax
public PatchIndependentDefineType DefinedBy { set;get; }
ElementMidsideNodes
Gets or sets the ElementMidsideNodes.
Declaration Syntax
public ElementMidsideNodesType ElementMidsideNodes { set;get; }
ElementOption
Gets the ElementOption.
Declaration Syntax
public int ElementOption { get; }
FeatureAngle
Gets or sets the FeatureAngle.
Declaration Syntax
public Quantity FeatureAngle { set;get; }
FreeFaceMeshType
Gets or sets the FreeFaceMeshType.
Declaration Syntax
public int FreeFaceMeshType { set;get; }
FreeMeshType
Gets or sets the FreeMeshType.
Declaration Syntax
public int FreeMeshType { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 473
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshControlAuto InternalObject { get; }
KeyPointsSelection
Gets or sets the KeyPointsSelection.
Declaration Syntax
public AutomaticOrManual KeyPointsSelection { set;get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
MappedMeshType
Gets or sets the MappedMeshType.
Declaration Syntax
public int MappedMeshType { set;get; }
MatchMeshWherePossible
Gets or sets the MatchMeshWherePossible.
Declaration Syntax
public bool MatchMeshWherePossible { set;get; }
MaximumElementSize
Gets or sets the MaximumElementSize.
Declaration Syntax
public Quantity MaximumElementSize { set;get; }
MeshBasedDefeaturing
Gets or sets the MeshBasedDefeaturing.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
474 of ANSYS, Inc. and its subsidiaries and affiliates.
AutomaticMethod
Declaration Syntax
public bool MeshBasedDefeaturing { set;get; }
Method
Gets or sets the Method.
Declaration Syntax
public MethodType Method { set;get; }
MinimumEdgeLength
Gets the MinimumEdgeLength.
Declaration Syntax
public Quantity MinimumEdgeLength { get; }
MinimumSizeLimit
Gets or sets the MinimumSizeLimit.
Declaration Syntax
public Quantity MinimumSizeLimit { set;get; }
NumberOfCellsAcrossGap
Gets or sets the NumberOfCellsAcrossGap.
Declaration Syntax
public int NumberOfCellsAcrossGap { set;get; }
PreserveBoundaries
Gets or sets the PreserveBoundaries.
Declaration Syntax
public int PreserveBoundaries { set;get; }
ProjectionFactor
Gets the ProjectionFactor.
Declaration Syntax
public double ProjectionFactor { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 475
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Refinement
Gets or sets the Refinement.
Declaration Syntax
public int Refinement { set;get; }
ReuseBlocking
Gets or sets the ReuseBlocking.
Declaration Syntax
public bool ReuseBlocking { set;get; }
SmoothTransition
Gets or sets the SmoothTransition.
Declaration Syntax
public bool SmoothTransition { set;get; }
SourceLocation
Gets or sets the SourceLocation.
Declaration Syntax
public ISelectionInfo SourceLocation { set;get; }
SourceTargetSelection
Gets or sets the SourceTargetSelection.
Declaration Syntax
public int SourceTargetSelection { set;get; }
SpacingOption
Gets or sets the SpacingOption.
Declaration Syntax
public int SpacingOption { set;get; }
SurfaceMeshMethod
Gets or sets the SurfaceMeshMethod.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
476 of ANSYS, Inc. and its subsidiaries and affiliates.
AutomaticMethod
Declaration Syntax
public int SurfaceMeshMethod { set;get; }
SweepBiasType
Gets or sets the SweepBiasType.
Declaration Syntax
public BiasType SweepBiasType { set;get; }
SweepBiasValue
Gets or sets the SweepBiasValue.
Declaration Syntax
public double SweepBiasValue { set;get; }
SweepEdges
Gets or sets the SweepEdges.
Declaration Syntax
public ISelectionInfo SweepEdges { set;get; }
SweepElementSize
Gets or sets the SweepElementSize.
Declaration Syntax
public Quantity SweepElementSize { set;get; }
SweepESizeType
Gets or sets the SweepESizeType.
Declaration Syntax
public int SweepESizeType { set;get; }
SweepNumberDivisions
Gets or sets the SweepNumberDivisions.
Declaration Syntax
public int SweepNumberDivisions { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 477
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
SweepSizeBehavior
Gets or sets the SweepSizeBehavior.
Declaration Syntax
public int SweepSizeBehavior { set;get; }
TargetLocation
Gets or sets the TargetLocation.
Declaration Syntax
public ISelectionInfo TargetLocation { set;get; }
TetraGrowthRate
Gets or sets the TetraGrowthRate.
Declaration Syntax
public double TetraGrowthRate { set;get; }
WriteICEMCFDFiles
Gets or sets the WriteICEMCFDFiles.
Declaration Syntax
public bool WriteICEMCFDFiles { set;get; }
ContactSizing
Defines a ContactSizing.
Declaration Syntax
public class ContactSizing : MeshControl
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
478 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactSizing
ContactRegion
Gets or sets the ContactRegion.
Declaration Syntax
public ContactRegion ContactRegion { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
ElementSize
Gets or sets the ElementSize.
Declaration Syntax
public Quantity ElementSize { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshControlAuto InternalObject { get; }
Relevance
Gets or sets the Relevance.
Declaration Syntax
public double Relevance { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 479
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Type
Gets or sets the Type.
Declaration Syntax
public int Type { set;get; }
FaceMeshing
Defines a FaceMeshing.
Declaration Syntax
public class FaceMeshing : MeshControl
Active
Gets the Active.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
480 of ANSYS, Inc. and its subsidiaries and affiliates.
FaceMeshing
Declaration Syntax
public bool Active { get; }
ConstrainBoundary
Gets or sets the ConstrainBoundary.
Declaration Syntax
public int ConstrainBoundary { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalNumberOfDivisions
Gets or sets the InternalNumberOfDivisions.
Declaration Syntax
public int InternalNumberOfDivisions { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshControlAuto InternalObject { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
MappedMesh
Gets or sets the MappedMesh.
Declaration Syntax
public bool MappedMesh { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 481
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Method
Gets the Method.
Declaration Syntax
public int Method { get; }
SpecifiedCorners
Gets or sets the SpecifiedCorners.
Declaration Syntax
public ISelectionInfo SpecifiedCorners { set;get; }
SpecifiedEnds
Gets or sets the SpecifiedEnds.
Declaration Syntax
public ISelectionInfo SpecifiedEnds { set;get; }
SpecifiedSides
Gets or sets the SpecifiedSides.
Declaration Syntax
public ISelectionInfo SpecifiedSides { set;get; }
GapSize
Defines a GapSize.
Declaration Syntax
public class GapSize : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
482 of ANSYS, Inc. and its subsidiaries and affiliates.
GapSize
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSGapSizeAuto InternalObject { get; }
Location
Gets the Location.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 483
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Declaration Syntax
public ISelectionInfo Location { get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
484 of ANSYS, Inc. and its subsidiaries and affiliates.
GapTool
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
GapTool
Defines a GapTool.
Declaration Syntax
public class GapTool : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 485
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
DefinedBy
Gets or sets the DefinedBy.
Declaration Syntax
public GapDefinedBy DefinedBy { set;get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
GapAspectRatio
Gets or sets the GapAspectRatio.
Declaration Syntax
public uint GapAspectRatio { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
486 of ANSYS, Inc. and its subsidiaries and affiliates.
GapTool
GapDensity
Gets or sets the GapDensity.
Declaration Syntax
public GapDensityType GapDensity { set;get; }
GenerateOnUpdate
Gets or sets the GenerateOnUpdate.
Declaration Syntax
public YesNoType GenerateOnUpdate { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSGapToolAuto InternalObject { get; }
Maximum
Gets or sets the Maximum.
Declaration Syntax
public Quantity Maximum { set;get; }
Minimum
Gets or sets the Minimum.
Declaration Syntax
public Quantity Minimum { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 487
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Declaration Syntax
public virtual Figure AddFigure()
CreateGapSizes()
Run the CreateGapSizes action.
Declaration Syntax
public virtual void CreateGapSizes()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
488 of ANSYS, Inc. and its subsidiaries and affiliates.
Inflation
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Inflation
Defines a Inflation.
Declaration Syntax
public class Inflation : MeshControl
Active
Gets the Active.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 489
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Declaration Syntax
public bool Active { get; }
AspectRatio
Gets or sets the AspectRatio.
Declaration Syntax
public double AspectRatio { set;get; }
BoundaryLocation
Gets or sets the BoundaryLocation.
Declaration Syntax
public ISelectionInfo BoundaryLocation { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
FirstLayerHeight
Gets or sets the FirstLayerHeight.
Declaration Syntax
public Quantity FirstLayerHeight { set;get; }
GrowthRate
Gets or sets the GrowthRate.
Declaration Syntax
public double GrowthRate { set;get; }
InflationAlgorithm
Gets or sets the InflationAlgorithm.
Declaration Syntax
public int InflationAlgorithm { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
490 of ANSYS, Inc. and its subsidiaries and affiliates.
Inflation
InflationOption
Gets or sets the InflationOption.
Declaration Syntax
public int InflationOption { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshControlAuto InternalObject { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
MaximumLayers
Gets or sets the MaximumLayers.
Declaration Syntax
public int MaximumLayers { set;get; }
MaximumThickness
Gets or sets the MaximumThickness.
Declaration Syntax
public Quantity MaximumThickness { set;get; }
NumberOfLayers
Gets or sets the NumberOfLayers.
Declaration Syntax
public int NumberOfLayers { set;get; }
TransitionRatio
Gets or sets the TransitionRatio.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 491
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Declaration Syntax
public double TransitionRatio { set;get; }
MatchControl
Defines a MatchControl.
Declaration Syntax
public class MatchControl : MeshControl
ControlMessages
Gets the ControlMessages.
Declaration Syntax
public bool ControlMessages { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
492 of ANSYS, Inc. and its subsidiaries and affiliates.
MatchControl
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
HighCoordinateSystem
Gets or sets the HighCoordinateSystem.
Declaration Syntax
public CoordinateSystem HighCoordinateSystem { set;get; }
HighGeometrySelection
Gets or sets the HighGeometrySelection.
Declaration Syntax
public ISelectionInfo HighGeometrySelection { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshControlAuto InternalObject { get; }
LowCoordinateSystem
Gets or sets the LowCoordinateSystem.
Declaration Syntax
public CoordinateSystem LowCoordinateSystem { set;get; }
LowGeometrySelection
Gets or sets the LowGeometrySelection.
Declaration Syntax
public ISelectionInfo LowGeometrySelection { set;get; }
RotationAxis
Gets or sets the RotationAxis.
Declaration Syntax
public CoordinateSystem RotationAxis { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 493
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Transformation
Gets or sets the Transformation.
Declaration Syntax
public int Transformation { set;get; }
Mesh
Defines a Mesh.
Declaration Syntax
public class Mesh : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
494 of ANSYS, Inc. and its subsidiaries and affiliates.
Mesh
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 495
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
AspectRatio
Gets or sets the AspectRatio.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
496 of ANSYS, Inc. and its subsidiaries and affiliates.
Mesh
Declaration Syntax
public double AspectRatio { set;get; }
AutomaticMeshBasedDefeaturing
Gets or sets the AutomaticMeshBasedDefeaturing.
Declaration Syntax
public int AutomaticMeshBasedDefeaturing { set;get; }
Average
Gets the Average.
Declaration Syntax
public Quantity Average { get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
CollisionAvoidance
Gets or sets the CollisionAvoidance.
Declaration Syntax
public int CollisionAvoidance { set;get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
CurvatureNormalAngle
Gets or sets the CurvatureNormalAngle.
Declaration Syntax
public Quantity CurvatureNormalAngle { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 497
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
DefeatureTolerance
Gets the DefeatureTolerance.
Declaration Syntax
public Quantity DefeatureTolerance { get; }
DisplayStyle
Gets or sets the DisplayStyle.
Declaration Syntax
public MeshDisplayStyle DisplayStyle { set;get; }
ElementMidsideNodes
Gets or sets the ElementMidsideNodes.
Declaration Syntax
public int ElementMidsideNodes { set;get; }
Elements
Gets the Elements.
Declaration Syntax
public int Elements { get; }
ElementSize
Gets or sets the ElementSize.
Declaration Syntax
public Quantity ElementSize { set;get; }
ExportFormat
Gets or sets the ExportFormat.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
498 of ANSYS, Inc. and its subsidiaries and affiliates.
Mesh
Declaration Syntax
public FluentExportMeshType ExportFormat { set;get; }
ExportUnit
Gets or sets the ExportUnit.
Declaration Syntax
public PolyflowExportUnit ExportUnit { set;get; }
ExtraRetriesForAssembly
Gets or sets the ExtraRetriesForAssembly.
Declaration Syntax
public bool ExtraRetriesForAssembly { set;get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
FilletRatio
Gets or sets the FilletRatio.
Declaration Syntax
public double FilletRatio { set;get; }
FirstLayerHeight
Gets or sets the FirstLayerHeight.
Declaration Syntax
public Quantity FirstLayerHeight { set;get; }
GeneratePinchOnRefresh
Gets or sets the GeneratePinchOnRefresh.
Declaration Syntax
public int GeneratePinchOnRefresh { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 499
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
GrowthRate
Gets or sets the GrowthRate.
Declaration Syntax
public double GrowthRate { set;get; }
GrowthRateSF
Gets or sets the GrowthRateSF.
Declaration Syntax
public double GrowthRateSF { set;get; }
GrowthRateType
Gets or sets the GrowthRateType.
Declaration Syntax
public int GrowthRateType { set;get; }
InflationAlgorithm
Gets or sets the InflationAlgorithm.
Declaration Syntax
public int InflationAlgorithm { set;get; }
InflationOption
Gets or sets the InflationOption.
Declaration Syntax
public int InflationOption { set;get; }
InitialSizeSeed
Gets or sets the InitialSizeSeed.
Declaration Syntax
public int InitialSizeSeed { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
500 of ANSYS, Inc. and its subsidiaries and affiliates.
Mesh
Declaration Syntax
public IDSMeshControlGroupAuto InternalObject { get; }
Maximum
Gets the Maximum.
Declaration Syntax
public Quantity Maximum { get; }
MaximumAngle
Gets or sets the MaximumAngle.
Declaration Syntax
public Quantity MaximumAngle { set;get; }
MaximumFaceSize
Gets or sets the MaximumFaceSize.
Declaration Syntax
public Quantity MaximumFaceSize { set;get; }
MaximumHeightOverBase
Gets or sets the MaximumHeightOverBase.
Declaration Syntax
public double MaximumHeightOverBase { set;get; }
MaximumLayers
Gets or sets the MaximumLayers.
Declaration Syntax
public int MaximumLayers { set;get; }
MaximumSize
Gets or sets the MaximumSize.
Declaration Syntax
public Quantity MaximumSize { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 501
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
MaximumThickness
Gets or sets the MaximumThickness.
Declaration Syntax
public Quantity MaximumThickness { set;get; }
MeshMetric
Gets or sets the MeshMetric.
Declaration Syntax
public int MeshMetric { set;get; }
MeshMorphing
Gets or sets the MeshMorphing.
Declaration Syntax
public bool MeshMorphing { set;get; }
Method
Gets or sets the Method.
Declaration Syntax
public int Method { set;get; }
Minimum
Gets the Minimum.
Declaration Syntax
public Quantity Minimum { get; }
MinimumEdgeLength
Gets the MinimumEdgeLength.
Declaration Syntax
public Quantity MinimumEdgeLength { get; }
MinimumSize
Gets or sets the MinimumSize.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
502 of ANSYS, Inc. and its subsidiaries and affiliates.
Mesh
Declaration Syntax
public Quantity MinimumSize { set;get; }
NamedSelection
Gets or sets the NamedSelection.
Declaration Syntax
public NamedSelection NamedSelection { set;get; }
Nodes
Gets the Nodes.
Declaration Syntax
public int Nodes { get; }
NumberOfCellsAcrossGap
Gets or sets the NumberOfCellsAcrossGap.
Declaration Syntax
public int NumberOfCellsAcrossGap { set;get; }
NumberOfCPUsForParallelPartMeshing
Gets or sets the NumberOfCPUsForParallelPartMeshing.
Declaration Syntax
public int NumberOfCPUsForParallelPartMeshing { set;get; }
NumberOfRetries
Gets or sets the NumberOfRetries.
Declaration Syntax
public int NumberOfRetries { set;get; }
PhysicsPreference
Gets or sets the PhysicsPreference.
Declaration Syntax
public MeshPhysicsPreferenceType PhysicsPreference { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 503
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
PinchTolerance
Gets or sets the PinchTolerance.
Declaration Syntax
public Quantity PinchTolerance { set;get; }
ProximityMinimumSize
Gets or sets the ProximityMinimumSize.
Declaration Syntax
public Quantity ProximityMinimumSize { set;get; }
ProximitySizeFunctionSources
Gets or sets the ProximitySizeFunctionSources.
Declaration Syntax
public ProximitySFSourcesType ProximitySizeFunctionSources { set;get; }
ReadOnly
Gets the ReadOnly.
Declaration Syntax
public bool ReadOnly { get; }
Relevance
Gets or sets the Relevance.
Declaration Syntax
public int Relevance { set;get; }
RelevanceCenter
Gets or sets the RelevanceCenter.
Declaration Syntax
public int RelevanceCenter { set;get; }
RigidBodyBehavior
Gets the RigidBodyBehavior.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
504 of ANSYS, Inc. and its subsidiaries and affiliates.
Mesh
Declaration Syntax
public int RigidBodyBehavior { get; }
ShapeChecking
Gets or sets the ShapeChecking.
Declaration Syntax
public int ShapeChecking { set;get; }
SheetLoopRemoval
Gets or sets the SheetLoopRemoval.
Declaration Syntax
public bool SheetLoopRemoval { set;get; }
Smoothing
Gets or sets the Smoothing.
Declaration Syntax
public int Smoothing { set;get; }
SmoothingIterations
Gets or sets the SmoothingIterations.
Declaration Syntax
public int SmoothingIterations { set;get; }
SolverPreference
Gets or sets the SolverPreference.
Declaration Syntax
public MeshSolverPreferenceType SolverPreference { set;get; }
SpanAngleCenter
Gets or sets the SpanAngleCenter.
Declaration Syntax
public int SpanAngleCenter { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 505
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
StandardDeviation
Gets the StandardDeviation.
Declaration Syntax
public Quantity StandardDeviation { get; }
StraightSidedElements
Gets or sets the StraightSidedElements.
Declaration Syntax
public bool StraightSidedElements { set;get; }
TopologyChecking
Gets or sets the TopologyChecking.
Declaration Syntax
public bool TopologyChecking { set;get; }
TransitionOption
Gets or sets the TransitionOption.
Declaration Syntax
public int TransitionOption { set;get; }
TransitionRatio
Gets or sets the TransitionRatio.
Declaration Syntax
public double TransitionRatio { set;get; }
TriangleSurfaceMesher
Gets or sets the TriangleSurfaceMesher.
Declaration Syntax
public int TriangleSurfaceMesher { set;get; }
UseAdvancedSizeFunction
Gets or sets the UseAdvancedSizeFunction.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
506 of ANSYS, Inc. and its subsidiaries and affiliates.
Mesh
Declaration Syntax
public int UseAdvancedSizeFunction { set;get; }
UseAutomaticInflation
Gets or sets the UseAutomaticInflation.
Declaration Syntax
public int UseAutomaticInflation { set;get; }
UseFixedSizeFunctionForSheets
Gets or sets the UseFixedSizeFunctionForSheets.
Declaration Syntax
public bool UseFixedSizeFunctionForSheets { set;get; }
UsePostSmoothing
Gets or sets the UsePostSmoothing.
Declaration Syntax
public int UsePostSmoothing { set;get; }
UseSheetThicknessForPinch
Gets or sets the UseSheetThicknessForPinch.
Declaration Syntax
public bool UseSheetThicknessForPinch { set;get; }
ViewAdvancedOptions
Gets or sets the ViewAdvancedOptions.
Declaration Syntax
public bool ViewAdvancedOptions { set;get; }
Worksheet
Get the MeshControlWorksheet action.
Declaration Syntax
public IWorksheet Worksheet { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 507
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
AddAutomaticMethod()
Creates a new AutomaticMethod
Declaration Syntax
public virtual AutomaticMethod AddAutomaticMethod()
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddContactSizing()
Creates a new ContactSizing
Declaration Syntax
public virtual ContactSizing AddContactSizing()
AddFaceMeshing()
Creates a new FaceMeshing
Declaration Syntax
public virtual FaceMeshing AddFaceMeshing()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AddGapTool()
Creates a new GapTool
Declaration Syntax
public virtual GapTool AddGapTool()
AddInflation()
Creates a new Inflation
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
508 of ANSYS, Inc. and its subsidiaries and affiliates.
Mesh
Declaration Syntax
public virtual Inflation AddInflation()
AddMatchControl()
Creates a new MatchControl
Declaration Syntax
public virtual MatchControl AddMatchControl()
AddNodeMerge()
Add a new NodeMerge.
Declaration Syntax
public virtual void AddNodeMerge()
AddNodeMergeGroup()
Add a new NodeMergeGroup.
Declaration Syntax
public virtual void AddNodeMergeGroup()
AddPinch()
Creates a new Pinch
Declaration Syntax
public virtual Pinch AddPinch()
AddRefinement()
Creates a new Refinement
Declaration Syntax
public virtual Refinement AddRefinement()
AddSizing()
Creates a new Sizing
Declaration Syntax
public virtual Sizing AddSizing()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 509
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
ClearGeneratedData()
Run the ClearGeneratedData action.
Declaration Syntax
public virtual void ClearGeneratedData()
CreatePinchControls()
Run the CreatePinchControls action.
Declaration Syntax
public virtual void CreatePinchControls()
GenerateMesh()
Run the GenerateMesh action.
Declaration Syntax
public virtual void GenerateMesh()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
510 of ANSYS, Inc. and its subsidiaries and affiliates.
MeshControl
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
PreviewInflation()
Run the PreviewInflation action.
Declaration Syntax
public virtual void PreviewInflation()
PreviewSurfaceMesh()
Run the PreviewSurfaceMesh action.
Declaration Syntax
public virtual void PreviewSurfaceMesh()
ShowMappableBodies()
Run the ShowMappableBodies action.
Declaration Syntax
public virtual void ShowMappableBodies()
ShowSweepableBodies()
Run the ShowSweepableBodies action.
Declaration Syntax
public virtual void ShowSweepableBodies()
Update()
Run the Update action.
Declaration Syntax
public virtual void Update()
MeshControl
Defines a MeshControl.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 511
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Declaration Syntax
public class MeshControl : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
512 of ANSYS, Inc. and its subsidiaries and affiliates.
MeshControl
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshControlAuto InternalObject { get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 513
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Declaration Syntax
public virtual void Duplicate()
GenerateMesh()
Generate the Mesh.
Declaration Syntax
public virtual void GenerateMesh()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Pinch
Defines a Pinch.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
514 of ANSYS, Inc. and its subsidiaries and affiliates.
Pinch
Declaration Syntax
public class Pinch : MeshControl
AutoManualMode
Gets the AutoManualMode.
Declaration Syntax
public int AutoManualMode { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshControlAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 515
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
MasterGeometry
Gets or sets the MasterGeometry.
Declaration Syntax
public ISelectionInfo MasterGeometry { set;get; }
SlaveGeometry
Gets or sets the SlaveGeometry.
Declaration Syntax
public ISelectionInfo SlaveGeometry { set;get; }
Tolerance
Gets or sets the Tolerance.
Declaration Syntax
public Quantity Tolerance { set;get; }
Refinement
Defines a Refinement.
Declaration Syntax
public class Refinement : MeshControl
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
516 of ANSYS, Inc. and its subsidiaries and affiliates.
Relevance
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshControlAuto InternalObject { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
NumberOfRefinements
Gets or sets the NumberOfRefinements.
Declaration Syntax
public int NumberOfRefinements { set;get; }
Relevance
Defines a Relevance.
Declaration Syntax
public class Relevance : MeshControl
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 517
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshControlAuto InternalObject { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
PartRelavance
Gets the PartRelavance.
Declaration Syntax
public int PartRelavance { get; }
Sizing
Defines a Sizing.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
518 of ANSYS, Inc. and its subsidiaries and affiliates.
Sizing
Declaration Syntax
public class Sizing : MeshControl
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 519
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Active
Gets the Active.
Declaration Syntax
public bool Active { get; }
Behavior
Gets or sets the Behavior.
Declaration Syntax
public SizingBehavior Behavior { set;get; }
BiasFactor
Gets or sets the BiasFactor.
Declaration Syntax
public double BiasFactor { set;get; }
BiasGrowthRate
Gets or sets the BiasGrowthRate.
Declaration Syntax
public double BiasGrowthRate { set;get; }
BiasOption
Gets or sets the BiasOption.
Declaration Syntax
public BiasOptionType BiasOption { set;get; }
BiasType
Gets or sets the BiasType.
Declaration Syntax
public BiasType BiasType { set;get; }
BodyOfInfluence
Gets the BodyOfInfluence.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
520 of ANSYS, Inc. and its subsidiaries and affiliates.
Sizing
Declaration Syntax
public ISelectionInfo BodyOfInfluence { set;get; }
CurvatureNormalAngle
Gets or sets the CurvatureNormalAngle.
Declaration Syntax
public Quantity CurvatureNormalAngle { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
ElementSize
Gets or sets the ElementSize.
Declaration Syntax
public Quantity ElementSize { set;get; }
GrowthRate
Gets or sets the GrowthRate.
Declaration Syntax
public double GrowthRate { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSMeshControlAuto InternalObject { get; }
LocalMinimumSize
Gets or sets the LocalMinimumSize.
Declaration Syntax
public Quantity LocalMinimumSize { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 521
Ansys.ACT.Automation.Mechanical.MeshControls Namespace
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
NumberOfDivisions
Gets or sets the NumberOfDivisions.
Declaration Syntax
public int NumberOfDivisions { set;get; }
OriginX
Gets the OriginX.
Declaration Syntax
public Quantity OriginX { get; }
OriginY
Gets the OriginY.
Declaration Syntax
public Quantity OriginY { get; }
OriginZ
Gets the OriginZ.
Declaration Syntax
public Quantity OriginZ { get; }
ReverseBias
Gets or sets the ReverseBias.
Declaration Syntax
public ISelectionInfo ReverseBias { set;get; }
SphereCenter
Gets or sets the SphereCenter.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
522 of ANSYS, Inc. and its subsidiaries and affiliates.
Sizing
Declaration Syntax
public CoordinateSystem SphereCenter { set;get; }
SphereRadius
Gets or sets the SphereRadius.
Declaration Syntax
public Quantity SphereRadius { set;get; }
Type
Gets or sets the Type.
Declaration Syntax
public SizingType Type { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 523
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
524 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results
ContactDataTable
Defines a ContactDataTable.
Declaration Syntax
public class ContactDataTable : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 525
Ansys.ACT.Automation.Mechanical.Results Namespace
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSContactDataTableAuto InternalObject { get; }
AddComment()
Creates a new child Comment.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
526 of ANSYS, Inc. and its subsidiaries and affiliates.
Convergence
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Convergence
Defines a Convergence.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 527
Ansys.ACT.Automation.Mechanical.Results Namespace
Declaration Syntax
public class Convergence : DataModelObject, IFolderDataModelObject
AllowableChange
Gets or sets the AllowableChange.
Declaration Syntax
public double AllowableChange { set;get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
528 of ANSYS, Inc. and its subsidiaries and affiliates.
Convergence
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSConvergenceAuto InternalObject { get; }
IsConverged
Gets the IsConverged.
Declaration Syntax
public bool IsConverged { get; }
LastChange
Gets the LastChange.
Declaration Syntax
public double LastChange { get; }
Type
Gets or sets the Type.
Declaration Syntax
public ConvergenceType Type { set;get; }
AddComment()
Creates a new child Comment.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 529
Ansys.ACT.Automation.Mechanical.Results Namespace
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
530 of ANSYS, Inc. and its subsidiaries and affiliates.
MagneticCoenergy
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
MagneticCoenergy
Defines a MagneticCoenergy.
Declaration Syntax
public class MagneticCoenergy : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 531
Ansys.ACT.Automation.Mechanical.Results Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
532 of ANSYS, Inc. and its subsidiaries and affiliates.
MagneticPotential
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MagneticPotential
Defines a MagneticPotential.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 533
Ansys.ACT.Automation.Mechanical.Results Namespace
Declaration Syntax
public class MagneticPotential : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
534 of ANSYS, Inc. and its subsidiaries and affiliates.
MagneticPotential
Property LoadStepForMaximumOfMaximumValues (p. 549) Get the Load Step for the maximum of
maximum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 535
Ansys.ACT.Automation.Mechanical.Results Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NewtonRaphsonResidualForce
Defines a NewtonRaphsonResidualForce.
Declaration Syntax
public class NewtonRaphsonResidualForce : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
536 of ANSYS, Inc. and its subsidiaries and affiliates.
NewtonRaphsonResidualForce
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 537
Ansys.ACT.Automation.Mechanical.Results Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
538 of ANSYS, Inc. and its subsidiaries and affiliates.
NewtonRaphsonResidualHeat
Property TimeForMaximumOfMinimumValues (p. 551) Get the Time for the maximum of
minimum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NewtonRaphsonResidualHeat
Defines a NewtonRaphsonResidualHeat.
Declaration Syntax
public class NewtonRaphsonResidualHeat : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 539
Ansys.ACT.Automation.Mechanical.Results Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
540 of ANSYS, Inc. and its subsidiaries and affiliates.
NewtonRaphsonResidualHeat
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 541
Ansys.ACT.Automation.Mechanical.Results Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NewtonRaphsonResidualMoment
Defines a NewtonRaphsonResidualMoment.
Declaration Syntax
public class NewtonRaphsonResidualMoment : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
542 of ANSYS, Inc. and its subsidiaries and affiliates.
NewtonRaphsonResidualMoment
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 543
Ansys.ACT.Automation.Mechanical.Results Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
544 of ANSYS, Inc. and its subsidiaries and affiliates.
Result
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Result
Defines a Result.
Declaration Syntax
public abstract class Result : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 545
Ansys.ACT.Automation.Mechanical.Results Namespace
Average
Gets the Average.
Declaration Syntax
public Quantity Average { get; }
By
Gets or sets the By.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
546 of ANSYS, Inc. and its subsidiaries and affiliates.
Result
Declaration Syntax
public SetDriverStyle By { set;get; }
CalculateTimeHistory
Gets or sets the CalculateTimeHistory.
Declaration Syntax
public bool CalculateTimeHistory { set;get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
DisplayOption
Gets or sets the DisplayOption.
Declaration Syntax
public ResultAveragingType DisplayOption { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 547
Ansys.ACT.Automation.Mechanical.Results Namespace
DisplayTime
Gets or sets the DisplayTime.
Declaration Syntax
public Quantity DisplayTime { set;get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
Identifier
Gets or sets the Identifier.
Declaration Syntax
public string Identifier { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
IsSolved
Gets the IsSolved.
Declaration Syntax
public bool IsSolved { get; }
IterationNumber
Gets the IterationNumber.
Declaration Syntax
public double IterationNumber { get; }
LoadStep
Gets the LoadStep.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
548 of ANSYS, Inc. and its subsidiaries and affiliates.
Result
Declaration Syntax
public int LoadStep { get; }
LoadStepForMaximumOfMaximumValues
Get the Load Step for the maximum of maximum values.
Declaration Syntax
public uint LoadStepForMaximumOfMaximumValues { get; }
LoadStepForMaximumOfMinimumValues
Get the Load Step for the maximum of minimum values.
Declaration Syntax
public uint LoadStepForMaximumOfMinimumValues { get; }
LoadStepForMinimumOfMaximumValues
Get the Load Step for the minimum of maximum values.
Declaration Syntax
public uint LoadStepForMinimumOfMaximumValues { get; }
LoadStepForMinimumOfMinimumValues
Get the Load Step for the minimum of minimum values.
Declaration Syntax
public uint LoadStepForMinimumOfMinimumValues { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
Maximum
Gets the Maximum.
Declaration Syntax
public Quantity Maximum { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 549
Ansys.ACT.Automation.Mechanical.Results Namespace
MaximumOccursOn
Gets the MaximumOccursOn.
Declaration Syntax
public string MaximumOccursOn { get; }
MaximumOfMaximumOverTime
Gets the MaximumOfMaximumOverTime.
Declaration Syntax
public Quantity MaximumOfMaximumOverTime { get; }
MaximumOfMinimumOverTime
Gets the MaximumOfMinimumOverTime.
Declaration Syntax
public Quantity MaximumOfMinimumOverTime { get; }
Minimum
Gets the Minimum.
Declaration Syntax
public Quantity Minimum { get; }
MinimumOccursOn
Gets the MinimumOccursOn.
Declaration Syntax
public string MinimumOccursOn { get; }
MinimumOfMaximumOverTime
Gets the MinimumOfMaximumOverTime.
Declaration Syntax
public Quantity MinimumOfMaximumOverTime { get; }
MinimumOfMinimumOverTime
Gets the MinimumOfMinimumOverTime.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
550 of ANSYS, Inc. and its subsidiaries and affiliates.
Result
Declaration Syntax
public Quantity MinimumOfMinimumOverTime { get; }
ResultType
Gets or sets the ResultType.
Declaration Syntax
public ResultType ResultType { set;get; }
Substep
Gets the Substep.
Declaration Syntax
public int Substep { get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
Time
Gets the Time.
Declaration Syntax
public Quantity Time { get; }
TimeForMaximumOfMaximumValues
Get the Time for the maximum of maximum values.
Declaration Syntax
public Quantity TimeForMaximumOfMaximumValues { get; }
TimeForMaximumOfMinimumValues
Get the Time for the maximum of minimum values.
Declaration Syntax
public Quantity TimeForMaximumOfMinimumValues { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 551
Ansys.ACT.Automation.Mechanical.Results Namespace
TimeForMinimumOfMaximumValues
Get the Time for the minimum of maximum values.
Declaration Syntax
public Quantity TimeForMinimumOfMaximumValues { get; }
TimeForMinimumOfMinimumValues
Get the Time for the minimum of minimum values.
Declaration Syntax
public Quantity TimeForMinimumOfMinimumValues { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddConvergence()
Creates a new Convergence
Declaration Syntax
public virtual Convergence AddConvergence()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
ClearGeneratedData()
Run the ClearGeneratedData action.
Declaration Syntax
public virtual void ClearGeneratedData()
CreateResultsAtAllSets()
Run the CreateResultsAtAllSets action.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
552 of ANSYS, Inc. and its subsidiaries and affiliates.
Result
Declaration Syntax
public virtual void CreateResultsAtAllSets()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
EvaluateAllResults()
Run the EvaluateAllResults action.
Declaration Syntax
public virtual void EvaluateAllResults()
ExportToSTLFile(string)
Run the ExportToSTLFile action.
Declaration Syntax
public virtual void ExportToSTLFile(string filePath)
Parameters
filePath(string)
No details are provided for this entry.
ExportToTextFile(bool, string)
Run the ExportToTextFile action.
Declaration Syntax
public virtual void ExportToTextFile(bool bIgnoreExcelPreference, string filePath)
Parameters
bIgnoreExcelPreference(bool)
No details are provided for this entry.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 553
Ansys.ACT.Automation.Mechanical.Results Namespace
filePath(string)
No details are provided for this entry.
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
ResultChart
Defines a ResultChart.
Declaration Syntax
public abstract class ResultChart : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
554 of ANSYS, Inc. and its subsidiaries and affiliates.
ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 555
Ansys.ACT.Automation.Mechanical.Results Namespace
AccelerationType
Gets the AccelerationType.
Declaration Syntax
public TotalOrDirectional AccelerationType { get; }
ChartViewingStyle
Gets or sets the ChartViewingStyle.
Declaration Syntax
public ChartAxisScaleType ChartViewingStyle { set;get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
ContactRegion
Gets or sets the ContactRegion.
Declaration Syntax
public ContactRegion ContactRegion { get; }
ContactSide
Gets or sets the ContactSide.
Declaration Syntax
public ContactSideScopingType ContactSide { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
556 of ANSYS, Inc. and its subsidiaries and affiliates.
ResultChart
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
CurvesAppearanceDisplay
Gets or sets the CurvesAppearanceDisplay.
Declaration Syntax
public ChartPlotStyle CurvesAppearanceDisplay { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
DeformationType
Gets the DeformationType.
Declaration Syntax
public TotalOrDirectional DeformationType { get; }
Duration
Gets or sets the Duration.
Declaration Syntax
public Quantity Duration { set;get; }
EnhancedTracking
Gets the EnhancedTracking.
Declaration Syntax
public bool EnhancedTracking { get; }
FrequencyAtMaximumAmplitude
Gets the FrequencyAtMaximumAmplitude.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 557
Ansys.ACT.Automation.Mechanical.Results Namespace
Declaration Syntax
public Quantity FrequencyAtMaximumAmplitude { get; }
GeometrySelectionString
Gets or sets the GeometrySelectionString.
Declaration Syntax
public string GeometrySelectionString { set;get; }
ImaginaryAtMaximumAmplitude
Gets the ImaginaryAtMaximumAmplitude.
Declaration Syntax
public Quantity ImaginaryAtMaximumAmplitude { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
IsSolved
Gets the IsSolved.
Declaration Syntax
public bool IsSolved { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
Maximum
Gets the Maximum.
Declaration Syntax
public double Maximum { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
558 of ANSYS, Inc. and its subsidiaries and affiliates.
ResultChart
MaximumAmplitude
Gets the MaximumAmplitude.
Declaration Syntax
public Quantity MaximumAmplitude { get; }
MaximumFrequency
Gets or sets the MaximumFrequency.
Declaration Syntax
public Quantity MaximumFrequency { set;get; }
MaximumStress
Gets the MaximumStress.
Declaration Syntax
public Quantity MaximumStress { get; }
Minimum
Gets the Minimum.
Declaration Syntax
public double Minimum { get; }
MinimumFrequency
Gets or sets the MinimumFrequency.
Declaration Syntax
public Quantity MinimumFrequency { set;get; }
MinimumStress
Gets the MinimumStress.
Declaration Syntax
public Quantity MinimumStress { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 559
Ansys.ACT.Automation.Mechanical.Results Namespace
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
PhaseAngle
Gets the PhaseAngle.
Declaration Syntax
public Quantity PhaseAngle { get; }
RealAtMaximumAmplitude
Gets the RealAtMaximumAmplitude.
Declaration Syntax
public Quantity RealAtMaximumAmplitude { get; }
ReportedFrequency
Gets the ReportedFrequency.
Declaration Syntax
public Quantity ReportedFrequency { get; }
RequestedFrequency
Gets or sets the RequestedFrequency.
Declaration Syntax
public Quantity RequestedFrequency { set;get; }
ResultChartType
Gets the ResultChartType.
Declaration Syntax
public ChartResultType ResultChartType { get; }
ShearOrientation
Gets or sets the ShearOrientation.
Declaration Syntax
public ShearOrientationType ShearOrientation { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
560 of ANSYS, Inc. and its subsidiaries and affiliates.
ResultChart
SpatialResolution
Gets or sets the SpatialResolution.
Declaration Syntax
public MultipleNodeType SpatialResolution { set;get; }
StressStrainType
Gets or sets the StressStrainType.
Declaration Syntax
public StressStrainType StressStrainType { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
TimeHistoryDisplay
Gets or sets the TimeHistoryDisplay.
Declaration Syntax
public TimeHistoryDisplayType TimeHistoryDisplay { set;get; }
UseParentFrequencyRange
Gets or sets the UseParentFrequencyRange.
Declaration Syntax
public bool UseParentFrequencyRange { set;get; }
VelocityType
Gets the VelocityType.
Declaration Syntax
public TotalOrDirectional VelocityType { get; }
AddComment()
Creates a new child Comment.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 561
Ansys.ACT.Automation.Mechanical.Results Namespace
Declaration Syntax
public virtual Comment AddComment()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
562 of ANSYS, Inc. and its subsidiaries and affiliates.
ShapeFinder
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
ShapeFinder
Defines a ShapeFinder.
Declaration Syntax
public class ShapeFinder : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 563
Ansys.ACT.Automation.Mechanical.Results Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
564 of ANSYS, Inc. and its subsidiaries and affiliates.
ShapeFinderElemental
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ShapeFinderElemental
Defines a ShapeFinderElemental.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 565
Ansys.ACT.Automation.Mechanical.Results Namespace
Declaration Syntax
public class ShapeFinderElemental : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
566 of ANSYS, Inc. and its subsidiaries and affiliates.
ShapeFinderElemental
Property LoadStepForMaximumOfMaximumValues (p. 549) Get the Load Step for the maximum of
maximum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 567
Ansys.ACT.Automation.Mechanical.Results Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
UserDefinedResult
Defines a UserDefinedResult.
Declaration Syntax
public class UserDefinedResult : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
568 of ANSYS, Inc. and its subsidiaries and affiliates.
UserDefinedResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 569
Ansys.ACT.Automation.Mechanical.Results Namespace
AverageAcrossBodies
Gets or sets the AverageAcrossBodies.
Declaration Syntax
public bool AverageAcrossBodies { set;get; }
By
Gets or sets the By.
Declaration Syntax
public SetDriverStyle By { set;get; }
CalculateTimeHistory
Gets or sets the CalculateTimeHistory.
Declaration Syntax
public bool CalculateTimeHistory { set;get; }
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
CoordinateSystem
Gets or sets the CoordinateSystem.
Declaration Syntax
public CoordinateSystem CoordinateSystem { set;get; }
CyclicMode
Gets or sets the CyclicMode.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
570 of ANSYS, Inc. and its subsidiaries and affiliates.
UserDefinedResult
Declaration Syntax
public uint CyclicMode { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
DisplayOption
Gets or sets the DisplayOption.
Declaration Syntax
public ResultAveragingType DisplayOption { set;get; }
DisplayTime
Gets or sets the DisplayTime.
Declaration Syntax
public Quantity DisplayTime { set;get; }
Expression
Gets or sets the Expression.
Declaration Syntax
public string Expression { set;get; }
Identifier
Gets or sets the Identifier.
Declaration Syntax
public string Identifier { set;get; }
InputUnitSystem
Gets the InputUnitSystem.
Declaration Syntax
public UnitSystemIDType InputUnitSystem { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 571
Ansys.ACT.Automation.Mechanical.Results Namespace
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSCustomResultAuto InternalObject { get; }
IsSolved
Gets the IsSolved.
Declaration Syntax
public bool IsSolved { get; }
IterationNumber
Gets the IterationNumber.
Declaration Syntax
public int IterationNumber { get; }
Layer
Gets or sets the Layer.
Declaration Syntax
public int Layer { set;get; }
LoadMultiplier
Gets the LoadMultiplier.
Declaration Syntax
public double LoadMultiplier { get; }
LoadStep
Gets the LoadStep.
Declaration Syntax
public int LoadStep { get; }
Location
Gets or sets the Location.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
572 of ANSYS, Inc. and its subsidiaries and affiliates.
UserDefinedResult
Declaration Syntax
public ISelectionInfo Location { set;get; }
Maximum
Gets the Maximum.
Declaration Syntax
public Quantity Maximum { get; }
MaximumOccursOn
Gets the MaximumOccursOn.
Declaration Syntax
public string MaximumOccursOn { get; }
MaximumOfMaximumOverTime
Gets the MaximumOfMaximumOverTime.
Declaration Syntax
public Quantity MaximumOfMaximumOverTime { get; }
MaximumOfMinimumOverTime
Gets the MaximumOfMinimumOverTime.
Declaration Syntax
public Quantity MaximumOfMinimumOverTime { get; }
Minimum
Gets the Minimum.
Declaration Syntax
public Quantity Minimum { get; }
MinimumOccursOn
Gets the MinimumOccursOn.
Declaration Syntax
public string MinimumOccursOn { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 573
Ansys.ACT.Automation.Mechanical.Results Namespace
MinimumOfMaximumOverTime
Gets the MinimumOfMaximumOverTime.
Declaration Syntax
public Quantity MinimumOfMaximumOverTime { get; }
MinimumOfMinimumOverTime
Gets the MinimumOfMinimumOverTime.
Declaration Syntax
public Quantity MinimumOfMinimumOverTime { get; }
Mode
Gets or sets the Mode (Result Set Number).
Declaration Syntax
public uint Mode { set;get; }
OutputUnit
Gets or sets the OutputUnit.
Declaration Syntax
public UnitCategoryType OutputUnit { set;get; }
Position
Gets or sets the Position.
Declaration Syntax
public ShellFaceType Position { set;get; }
ReportedFrequency
Gets the ReportedFrequency.
Declaration Syntax
public Quantity ReportedFrequency { get; }
RequestedFrequency
Gets or sets the RequestedFrequency.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
574 of ANSYS, Inc. and its subsidiaries and affiliates.
UserDefinedResult
Declaration Syntax
public Quantity RequestedFrequency { set;get; }
SetNumber
Gets or sets the SetNumber.
Declaration Syntax
public uint SetNumber { set;get; }
SubScopeBy
Gets or sets the SubScopeBy.
Declaration Syntax
public SubScopingDefineByType SubScopeBy { set;get; }
Substep
Gets the Substep.
Declaration Syntax
public int Substep { get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
SweepingPhase
Gets or sets the SweepingPhase.
Declaration Syntax
public Quantity SweepingPhase { set;get; }
Time
Gets the Time.
Declaration Syntax
public Quantity Time { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 575
Ansys.ACT.Automation.Mechanical.Results Namespace
Type
Gets the Type.
Declaration Syntax
public string Type { get; }
ClearGeneratedData()
Run the ClearGeneratedData action.
Declaration Syntax
public virtual void ClearGeneratedData()
CreateResultsAtAllSets()
Run the CreateResultsAtAllSets action.
Declaration Syntax
public virtual void CreateResultsAtAllSets()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
EvaluateAllResults()
Run the EvaluateAllResults action.
Declaration Syntax
public virtual void EvaluateAllResults()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
576 of ANSYS, Inc. and its subsidiaries and affiliates.
VariableGraph
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
VariableGraph
Defines a VariableGraph.
Declaration Syntax
public class VariableGraph : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 577
Ansys.ACT.Automation.Mechanical.Results Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
578 of ANSYS, Inc. and its subsidiaries and affiliates.
VariableGraph
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 579
Ansys.ACT.Automation.Mechanical.Results Namespace
Property TimeForMinimumOfMinimumValues (p. 552) Get the Time for the minimum of
minimum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
580 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.ResultTrackers
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 581
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
ContactChatteringTracker
Defines a ContactChatteringTracker.
Declaration Syntax
public class ContactChatteringTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
582 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactChatteringTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 583
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
584 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactElasticSlipTracker
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactElasticSlipTracker
Defines a ContactElasticSlipTracker.
Declaration Syntax
public class ContactElasticSlipTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 585
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
586 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactFluidPressureTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactFluidPressureTracker
Defines a ContactFluidPressureTracker.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 587
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Declaration Syntax
public class ContactFluidPressureTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
588 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactFluidPressureTracker
Property InternalObject (p. 590) Gets the internal object. For advanced usage
only.
Property IsSolved (p. 558) Gets the IsSolved.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 589
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactForceTracker
Defines a ContactForceTracker.
Declaration Syntax
public class ContactForceTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
590 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactForceTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 591
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
592 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactFrictionalStressTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactFrictionalStressTracker
Defines a ContactFrictionalStressTracker.
Declaration Syntax
public class ContactFrictionalStressTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 593
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
594 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactFrictionalStressTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 595
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactGapTracker
Defines a ContactGapTracker.
Declaration Syntax
public class ContactGapTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
596 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactGapTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 597
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
598 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactingAreaTracker
ContactingAreaTracker
Defines a ContactingAreaTracker.
Declaration Syntax
public class ContactingAreaTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 599
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
600 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactMaximumDampingPressureTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactMaximumDampingPressureTracker
Defines a ContactMaximumDampingPressureTracker.
Declaration Syntax
public class ContactMaximumDampingPressureTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 601
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
602 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactMaximumDampingPressureTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 603
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactMaximumGeometricSlidingDistanceTracker
Defines a ContactMaximumGeometricSlidingDistanceTracker.
Declaration Syntax
public class ContactMaximumGeometricSlidingDistanceTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
604 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactMaximumGeometricSlidingDistanceTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 605
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
606 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactMaximumTangentialStiffnessTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactMaximumTangentialStiffnessTracker
Defines a ContactMaximumTangentialStiffnessTracker.
Declaration Syntax
public class ContactMaximumTangentialStiffnessTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 607
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
608 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactMaximumTangentialStiffnessTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 609
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactMinimumGeometricSlidingDistanceTracker
Defines a ContactMinimumGeometricSlidingDistanceTracker.
Declaration Syntax
public class ContactMinimumGeometricSlidingDistanceTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
610 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactMinimumGeometricSlidingDistanceTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 611
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactMinimumTangentialStiffnessTracker
Defines a ContactMinimumTangentialStiffnessTracker.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
612 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactMinimumTangentialStiffnessTracker
Declaration Syntax
public class ContactMinimumTangentialStiffnessTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 613
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Property InternalObject (p. 615) Gets the internal object. For advanced usage
only.
Property IsSolved (p. 558) Gets the IsSolved.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
614 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactNormalStiffnessTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactNormalStiffnessTracker
Defines a ContactNormalStiffnessTracker.
Declaration Syntax
public class ContactNormalStiffnessTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 615
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
616 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactNormalStiffnessTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 617
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactNumberStickingTracker
Defines a ContactNumberStickingTracker.
Declaration Syntax
public class ContactNumberStickingTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
618 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactNumberStickingTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 619
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
620 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactPenetrationTracker
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactPenetrationTracker
Defines a ContactPenetrationTracker.
Declaration Syntax
public class ContactPenetrationTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 621
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
622 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactPenetrationTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 623
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
ContactPressureTracker
Defines a ContactPressureTracker.
Declaration Syntax
public class ContactPressureTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
624 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactPressureTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 625
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactResultingPinballTracker
Defines a ContactResultingPinballTracker.
Declaration Syntax
public class ContactResultingPinballTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
626 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactResultingPinballTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 627
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
628 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactSlidingDistanceTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ContactSlidingDistanceTracker
Defines a ContactSlidingDistanceTracker.
Declaration Syntax
public class ContactSlidingDistanceTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 629
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
630 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactSlidingDistanceTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 631
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
DensityTracker
Defines a DensityTracker.
Declaration Syntax
public class DensityTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
632 of ANSYS, Inc. and its subsidiaries and affiliates.
DensityTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 633
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
634 of ANSYS, Inc. and its subsidiaries and affiliates.
ExternalForceTracker
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ExternalForceTracker
Defines a ExternalForceTracker.
Declaration Syntax
public class ExternalForceTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 635
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
636 of ANSYS, Inc. and its subsidiaries and affiliates.
ForceReactionTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ForceReactionTracker
Defines a ForceReactionTracker.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 637
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Declaration Syntax
public class ForceReactionTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
638 of ANSYS, Inc. and its subsidiaries and affiliates.
ForceReactionTracker
Property InternalObject (p. 640) Gets the internal object. For advanced usage
only.
Property IsSolved (p. 558) Gets the IsSolved.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 639
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
KineticEnergyTracker
Defines a KineticEnergyTracker.
Declaration Syntax
public class KineticEnergyTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
640 of ANSYS, Inc. and its subsidiaries and affiliates.
KineticEnergyTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 641
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
642 of ANSYS, Inc. and its subsidiaries and affiliates.
MomentReactionTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
MomentReactionTracker
Defines a MomentReactionTracker.
Declaration Syntax
public class MomentReactionTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 643
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
644 of ANSYS, Inc. and its subsidiaries and affiliates.
MomentReactionTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 645
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
MomentumTracker
Defines a MomentumTracker.
Declaration Syntax
public class MomentumTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
646 of ANSYS, Inc. and its subsidiaries and affiliates.
MomentumTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 647
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
648 of ANSYS, Inc. and its subsidiaries and affiliates.
NumberContactingTracker
NumberContactingTracker
Defines a NumberContactingTracker.
Declaration Syntax
public class NumberContactingTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 649
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
650 of ANSYS, Inc. and its subsidiaries and affiliates.
PlasticWorkTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
PlasticWorkTracker
Defines a PlasticWorkTracker.
Declaration Syntax
public class PlasticWorkTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 651
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
652 of ANSYS, Inc. and its subsidiaries and affiliates.
PlasticWorkTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 653
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
PositionTracker
Defines a PositionTracker.
Declaration Syntax
public class PositionTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
654 of ANSYS, Inc. and its subsidiaries and affiliates.
PositionTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 655
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
656 of ANSYS, Inc. and its subsidiaries and affiliates.
PressureTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
PressureTracker
Defines a PressureTracker.
Declaration Syntax
public class PressureTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 657
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
658 of ANSYS, Inc. and its subsidiaries and affiliates.
PressureTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 659
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
SpringDampingForceTracker
Defines a SpringDampingForceTracker.
Declaration Syntax
public class SpringDampingForceTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
660 of ANSYS, Inc. and its subsidiaries and affiliates.
SpringDampingForceTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 661
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
SpringElasticForceTracker
Defines a SpringElasticForceTracker.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
662 of ANSYS, Inc. and its subsidiaries and affiliates.
SpringElasticForceTracker
Declaration Syntax
public class SpringElasticForceTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 663
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Property InternalObject (p. 665) Gets the internal object. For advanced usage
only.
Property IsSolved (p. 558) Gets the IsSolved.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
664 of ANSYS, Inc. and its subsidiaries and affiliates.
SpringElongationTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
SpringElongationTracker
Defines a SpringElongationTracker.
Declaration Syntax
public class SpringElongationTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 665
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
666 of ANSYS, Inc. and its subsidiaries and affiliates.
SpringElongationTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 667
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
SpringVelocityTracker
Defines a SpringVelocityTracker.
Declaration Syntax
public class SpringVelocityTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
668 of ANSYS, Inc. and its subsidiaries and affiliates.
SpringVelocityTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 669
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
670 of ANSYS, Inc. and its subsidiaries and affiliates.
StiffnessEnergyTracker
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
StiffnessEnergyTracker
Defines a StiffnessEnergyTracker.
Declaration Syntax
public class StiffnessEnergyTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 671
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
672 of ANSYS, Inc. and its subsidiaries and affiliates.
StiffnessEnergyTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 673
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
TemperatureTracker
Defines a TemperatureTracker.
Declaration Syntax
public class TemperatureTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
674 of ANSYS, Inc. and its subsidiaries and affiliates.
TemperatureTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 675
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
TotalEnergyTracker
Defines a TotalEnergyTracker.
Declaration Syntax
public class TotalEnergyTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
676 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalEnergyTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 677
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
678 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalMassAverageVelocityTracker
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
TotalMassAverageVelocityTracker
Defines a TotalMassAverageVelocityTracker.
Declaration Syntax
public class TotalMassAverageVelocityTracker : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 679
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
680 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalMassAverageVelocityTracker
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 681
Ansys.ACT.Automation.Mechanical.Results.ResultTrackers Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
682 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.PhaseResponseResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.PhaseResponseResults
AccelerationPhaseResponse
Defines a AccelerationPhaseResponse.
Declaration Syntax
public class AccelerationPhaseResponse : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 683
Ansys.ACT.Automation.Mechanical.Results.PhaseResponseResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
684 of ANSYS, Inc. and its subsidiaries and affiliates.
AccelerationPhaseResponse
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 685
Ansys.ACT.Automation.Mechanical.Results.PhaseResponseResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
DeformationPhaseResponse
Defines a DeformationPhaseResponse.
Declaration Syntax
public class DeformationPhaseResponse : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
686 of ANSYS, Inc. and its subsidiaries and affiliates.
DeformationPhaseResponse
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 687
Ansys.ACT.Automation.Mechanical.Results.PhaseResponseResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
688 of ANSYS, Inc. and its subsidiaries and affiliates.
ElasticStrainPhaseResponse
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ElasticStrainPhaseResponse
Defines a ElasticStrainPhaseResponse.
Declaration Syntax
public class ElasticStrainPhaseResponse : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 689
Ansys.ACT.Automation.Mechanical.Results.PhaseResponseResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
690 of ANSYS, Inc. and its subsidiaries and affiliates.
StressPhaseResponse
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
StressPhaseResponse
Defines a StressPhaseResponse.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 691
Ansys.ACT.Automation.Mechanical.Results.PhaseResponseResults Namespace
Declaration Syntax
public class StressPhaseResponse : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
692 of ANSYS, Inc. and its subsidiaries and affiliates.
StressPhaseResponse
Property InternalObject (p. 694) Gets the internal object. For advanced usage
only.
Property IsSolved (p. 558) Gets the IsSolved.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 693
Ansys.ACT.Automation.Mechanical.Results.PhaseResponseResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
VelocityPhaseResponse
Defines a VelocityPhaseResponse.
Declaration Syntax
public class VelocityPhaseResponse : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
694 of ANSYS, Inc. and its subsidiaries and affiliates.
VelocityPhaseResponse
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 695
Ansys.ACT.Automation.Mechanical.Results.PhaseResponseResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
696 of ANSYS, Inc. and its subsidiaries and affiliates.
VelocityPhaseResponse
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 697
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
698 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.FrequencyResponseResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.FrequencyResponseResults
AccelerationFrequencyResponse
Defines a AccelerationFrequencyResponse.
Declaration Syntax
public class AccelerationFrequencyResponse : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 699
Ansys.ACT.Automation.Mechanical.Results.FrequencyResponseResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
700 of ANSYS, Inc. and its subsidiaries and affiliates.
AccelerationFrequencyResponse
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 701
Ansys.ACT.Automation.Mechanical.Results.FrequencyResponseResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
DeformationFrequencyResponse
Defines a DeformationFrequencyResponse.
Declaration Syntax
public class DeformationFrequencyResponse : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
702 of ANSYS, Inc. and its subsidiaries and affiliates.
DeformationFrequencyResponse
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 703
Ansys.ACT.Automation.Mechanical.Results.FrequencyResponseResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
704 of ANSYS, Inc. and its subsidiaries and affiliates.
ElasticStrainFrequencyResponse
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
ElasticStrainFrequencyResponse
Defines a ElasticStrainFrequencyResponse.
Declaration Syntax
public class ElasticStrainFrequencyResponse : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 705
Ansys.ACT.Automation.Mechanical.Results.FrequencyResponseResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
706 of ANSYS, Inc. and its subsidiaries and affiliates.
StressFrequencyResponse
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
StressFrequencyResponse
Defines a StressFrequencyResponse.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 707
Ansys.ACT.Automation.Mechanical.Results.FrequencyResponseResults Namespace
Declaration Syntax
public class StressFrequencyResponse : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
708 of ANSYS, Inc. and its subsidiaries and affiliates.
StressFrequencyResponse
Property InternalObject (p. 710) Gets the internal object. For advanced usage
only.
Property IsSolved (p. 558) Gets the IsSolved.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 709
Ansys.ACT.Automation.Mechanical.Results.FrequencyResponseResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
VelocityFrequencyResponse
Defines a VelocityFrequencyResponse.
Declaration Syntax
public class VelocityFrequencyResponse : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
710 of ANSYS, Inc. and its subsidiaries and affiliates.
VelocityFrequencyResponse
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 711
Ansys.ACT.Automation.Mechanical.Results.FrequencyResponseResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
712 of ANSYS, Inc. and its subsidiaries and affiliates.
VelocityFrequencyResponse
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 713
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
714 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.ProbeResults
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 715
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
AccelerationProbe
Defines a AccelerationProbe.
Declaration Syntax
public class AccelerationProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
716 of ANSYS, Inc. and its subsidiaries and affiliates.
AccelerationProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 717
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
718 of ANSYS, Inc. and its subsidiaries and affiliates.
AngularAccelerationProbe
AngularAccelerationProbe
Defines a AngularAccelerationProbe.
Declaration Syntax
public class AngularAccelerationProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 719
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
720 of ANSYS, Inc. and its subsidiaries and affiliates.
AngularVelocityProbe
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
AngularVelocityProbe
Defines a AngularVelocityProbe.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 721
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public class AngularVelocityProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
722 of ANSYS, Inc. and its subsidiaries and affiliates.
AngularVelocityProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 723
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
BeamProbe
Defines a BeamProbe.
Declaration Syntax
public class BeamProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
724 of ANSYS, Inc. and its subsidiaries and affiliates.
BeamProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 725
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
726 of ANSYS, Inc. and its subsidiaries and affiliates.
BeamProbe
AxialForce
Gets the AxialForce.
Declaration Syntax
public Quantity AxialForce { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 727
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
MaximumAxialForce
Gets the MaximumAxialForce.
Declaration Syntax
public Quantity MaximumAxialForce { get; }
MaximumMomentAtI
Gets the MaximumMomentAtI.
Declaration Syntax
public Quantity MaximumMomentAtI { get; }
MaximumMomentAtJ
Gets the MaximumMomentAtJ.
Declaration Syntax
public Quantity MaximumMomentAtJ { get; }
MaximumShearForceAtI
Gets the MaximumShearForceAtI.
Declaration Syntax
public Quantity MaximumShearForceAtI { get; }
MaximumShearForceAtJ
Gets the MaximumShearForceAtJ.
Declaration Syntax
public Quantity MaximumShearForceAtJ { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
728 of ANSYS, Inc. and its subsidiaries and affiliates.
BeamProbe
MaximumTorque
Gets the MaximumTorque.
Declaration Syntax
public Quantity MaximumTorque { get; }
MinimumAxialForce
Gets the MinimumAxialForce.
Declaration Syntax
public Quantity MinimumAxialForce { get; }
MinimumMomentAtI
Gets the MinimumMomentAtI.
Declaration Syntax
public Quantity MinimumMomentAtI { get; }
MinimumMomentAtJ
Gets the MinimumMomentAtJ.
Declaration Syntax
public Quantity MinimumMomentAtJ { get; }
MinimumShearForceAtI
Gets the MinimumShearForceAtI.
Declaration Syntax
public Quantity MinimumShearForceAtI { get; }
MinimumShearForceAtJ
Gets the MinimumShearForceAtJ.
Declaration Syntax
public Quantity MinimumShearForceAtJ { get; }
MinimumTorque
Gets the MinimumTorque.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 729
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public Quantity MinimumTorque { get; }
MomentAtI
Gets the MomentAtI.
Declaration Syntax
public Quantity MomentAtI { get; }
MomentAtJ
Gets the MomentAtJ.
Declaration Syntax
public Quantity MomentAtJ { get; }
ShearForceAtI
Gets the ShearForceAtI.
Declaration Syntax
public Quantity ShearForceAtI { get; }
ShearForceAtJ
Gets the ShearForceAtJ.
Declaration Syntax
public Quantity ShearForceAtJ { get; }
Torque
Gets the Torque.
Declaration Syntax
public Quantity Torque { get; }
BearingProbe
Defines a BearingProbe.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
730 of ANSYS, Inc. and its subsidiaries and affiliates.
BearingProbe
Declaration Syntax
public class BearingProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 731
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
732 of ANSYS, Inc. and its subsidiaries and affiliates.
BearingProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 733
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
By
Gets or sets the By.
Declaration Syntax
public SetDriverStyle By { set;get; }
DampingForce1
Gets the DampingForce1.
Declaration Syntax
public Quantity DampingForce1 { get; }
DampingForce2
Gets the DampingForce2.
Declaration Syntax
public Quantity DampingForce2 { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
ElasticForce1
Gets the ElasticForce1.
Declaration Syntax
public Quantity ElasticForce1 { get; }
ElasticForce2
Gets the ElasticForce2.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
734 of ANSYS, Inc. and its subsidiaries and affiliates.
BearingProbe
Declaration Syntax
public Quantity ElasticForce2 { get; }
Elongation1
Gets the Elongation1.
Declaration Syntax
public Quantity Elongation1 { get; }
Elongation2
Gets the Elongation2.
Declaration Syntax
public Quantity Elongation2 { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
MaximumDampingForce1
Gets the MaximumDampingForce1.
Declaration Syntax
public Quantity MaximumDampingForce1 { get; }
MaximumDampingForce2
Gets the MaximumDampingForce2.
Declaration Syntax
public Quantity MaximumDampingForce2 { get; }
MaximumElasticForce1
Gets the MaximumElasticForce1.
Declaration Syntax
public Quantity MaximumElasticForce1 { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 735
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
MaximumElasticForce2
Gets the MaximumElasticForce2.
Declaration Syntax
public Quantity MaximumElasticForce2 { get; }
MaximumElongation1
Gets the MaximumElongation1.
Declaration Syntax
public Quantity MaximumElongation1 { get; }
MaximumElongation2
Gets the MaximumElongation2.
Declaration Syntax
public Quantity MaximumElongation2 { get; }
MaximumVelocity1
Gets the MaximumVelocity1.
Declaration Syntax
public Quantity MaximumVelocity1 { get; }
MaximumVelocity2
Gets the MaximumVelocity2.
Declaration Syntax
public Quantity MaximumVelocity2 { get; }
MinimumDampingForce1
Gets the MinimumDampingForce1.
Declaration Syntax
public Quantity MinimumDampingForce1 { get; }
MinimumDampingForce2
Gets the MinimumDampingForce2.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
736 of ANSYS, Inc. and its subsidiaries and affiliates.
BearingProbe
Declaration Syntax
public Quantity MinimumDampingForce2 { get; }
MinimumElasticForce1
Gets the MinimumElasticForce1.
Declaration Syntax
public Quantity MinimumElasticForce1 { get; }
MinimumElasticForce2
Gets the MinimumElasticForce2.
Declaration Syntax
public Quantity MinimumElasticForce2 { get; }
MinimumElongation1
Gets the MinimumElongation1.
Declaration Syntax
public Quantity MinimumElongation1 { get; }
MinimumElongation2
Gets the MinimumElongation2.
Declaration Syntax
public Quantity MinimumElongation2 { get; }
MinimumVelocity1
Gets the MinimumVelocity1.
Declaration Syntax
public Quantity MinimumVelocity1 { get; }
MinimumVelocity2
Gets the MinimumVelocity2.
Declaration Syntax
public Quantity MinimumVelocity2 { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 737
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
PhaseIncrement
Gets or sets the PhaseIncrement.
Declaration Syntax
public Quantity PhaseIncrement { set;get; }
ReportedFrequency
Gets the ReportedFrequency.
Declaration Syntax
public Quantity ReportedFrequency { get; }
SweepingPhase
Gets or sets the SweepingPhase.
Declaration Syntax
public Quantity SweepingPhase { set;get; }
Velocity1
Gets the Velocity1.
Declaration Syntax
public Quantity Velocity1 { get; }
Velocity2
Gets the Velocity2.
Declaration Syntax
public Quantity Velocity2 { get; }
BoltPretensionProbe
Defines a BoltPretensionProbe.
Declaration Syntax
public class BoltPretensionProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
738 of ANSYS, Inc. and its subsidiaries and affiliates.
BoltPretensionProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 739
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
740 of ANSYS, Inc. and its subsidiaries and affiliates.
BoltPretensionProbe
Adjustment
Gets the Adjustment.
Declaration Syntax
public Quantity Adjustment { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
MaximumAdjustment
Gets the MaximumAdjustment.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 741
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public Quantity MaximumAdjustment { get; }
MaximumWorkingLoad
Gets the MaximumWorkingLoad.
Declaration Syntax
public Quantity MaximumWorkingLoad { get; }
MinimumAdjustment
Gets the MinimumAdjustment.
Declaration Syntax
public Quantity MinimumAdjustment { get; }
MinimumWorkingLoad
Gets the MinimumWorkingLoad.
Declaration Syntax
public Quantity MinimumWorkingLoad { get; }
WorkingLoad
Gets the WorkingLoad.
Declaration Syntax
public Quantity WorkingLoad { get; }
CurrentDensityProbe
Defines a CurrentDensityProbe.
Declaration Syntax
public class CurrentDensityProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
742 of ANSYS, Inc. and its subsidiaries and affiliates.
CurrentDensityProbe
property 'LocationMethod =
LocationDefinitionMethod.WeakSprings'.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 743
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
744 of ANSYS, Inc. and its subsidiaries and affiliates.
DeformationProbe
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
YAxisFluxDensity
Gets the YAxisFluxDensity.
Declaration Syntax
public Quantity YAxisFluxDensity { get; }
ZAxisFluxDensity
Gets the ZAxisFluxDensity.
Declaration Syntax
public Quantity ZAxisFluxDensity { get; }
DeformationProbe
Defines a DeformationProbe.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 745
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public class DeformationProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
746 of ANSYS, Inc. and its subsidiaries and affiliates.
DeformationProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 747
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
748 of ANSYS, Inc. and its subsidiaries and affiliates.
DeformationProbe
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
MaximumTotalDeformation
Gets the MaximumTotalDeformation.
Declaration Syntax
public Quantity MaximumTotalDeformation { get; }
MaximumXAxisDeformation
Gets the MaximumXAxisDeformation.
Declaration Syntax
public Quantity MaximumXAxisDeformation { get; }
MaximumYAxisDeformation
Gets the MaximumYAxisDeformation.
Declaration Syntax
public Quantity MaximumYAxisDeformation { get; }
MaximumZAxisDeformation
Gets the MaximumZAxisDeformation.
Declaration Syntax
public Quantity MaximumZAxisDeformation { get; }
MinimumTotalDeformation
Gets the MinimumTotalDeformation.
Declaration Syntax
public Quantity MinimumTotalDeformation { get; }
MinimumXAxisDeformation
Gets the MinimumXAxisDeformation.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 749
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public Quantity MinimumXAxisDeformation { get; }
MinimumYAxisDeformation
Gets the MinimumYAxisDeformation.
Declaration Syntax
public Quantity MinimumYAxisDeformation { get; }
MinimumZAxisDeformation
Gets the MinimumZAxisDeformation.
Declaration Syntax
public Quantity MinimumZAxisDeformation { get; }
TotalDeformation
Gets the TotalDeformation.
Declaration Syntax
public Quantity TotalDeformation { get; }
XAxisDeformation
Gets the XAxisDeformation.
Declaration Syntax
public Quantity XAxisDeformation { get; }
XCoordinate
Gets the XCoordinate.
Declaration Syntax
public Quantity XCoordinate { get; }
YAxisDeformation
Gets the YAxisDeformation.
Declaration Syntax
public Quantity YAxisDeformation { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
750 of ANSYS, Inc. and its subsidiaries and affiliates.
ElectricFieldProbe
YCoordinate
Gets the YCoordinate.
Declaration Syntax
public Quantity YCoordinate { get; }
ZAxisDeformation
Gets the ZAxisDeformation.
Declaration Syntax
public Quantity ZAxisDeformation { get; }
ZCoordinate
Gets the ZCoordinate.
Declaration Syntax
public Quantity ZCoordinate { get; }
ElectricFieldProbe
Defines a ElectricFieldProbe.
Declaration Syntax
public class ElectricFieldProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 751
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
752 of ANSYS, Inc. and its subsidiaries and affiliates.
ElectricFieldProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 753
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
YAxisFieldIntensity
Gets the YAxisFieldIntensity.
Declaration Syntax
public Quantity YAxisFieldIntensity { get; }
ZAxisFieldIntensity
Gets the ZAxisFieldIntensity.
Declaration Syntax
public Quantity ZAxisFieldIntensity { get; }
ElectricVoltageProbe
Defines a ElectricVoltageProbe.
Declaration Syntax
public class ElectricVoltageProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
754 of ANSYS, Inc. and its subsidiaries and affiliates.
ElectricVoltageProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 755
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
756 of ANSYS, Inc. and its subsidiaries and affiliates.
ElectricVoltageProbe
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
MaximumVoltageProbe
Gets the MaximumVoltageProbe.
Declaration Syntax
public Quantity MaximumVoltageProbe { get; }
MinimumVoltageProbe
Gets the MinimumVoltageProbe.
Declaration Syntax
public Quantity MinimumVoltageProbe { get; }
VoltageProbe
Gets the VoltageProbe.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 757
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public Quantity VoltageProbe { get; }
EmagReactionProbe
Defines a EmagReactionProbe.
Declaration Syntax
public class EmagReactionProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
758 of ANSYS, Inc. and its subsidiaries and affiliates.
EmagReactionProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 759
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Current
Gets the Current.
Declaration Syntax
public Quantity Current { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
760 of ANSYS, Inc. and its subsidiaries and affiliates.
EnergyProbe
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
MaximumCurrent
Gets the MaximumCurrent.
Declaration Syntax
public Quantity MaximumCurrent { get; }
MinimumCurrent
Gets the MinimumCurrent.
Declaration Syntax
public Quantity MinimumCurrent { get; }
EnergyProbe
Defines a EnergyProbe.
Declaration Syntax
public class EnergyProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 761
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
762 of ANSYS, Inc. and its subsidiaries and affiliates.
EnergyProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 763
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
ExternalEnergy
Gets the ExternalEnergy.
Declaration Syntax
public Quantity ExternalEnergy { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
KineticEnergy
Gets the KineticEnergy.
Declaration Syntax
public Quantity KineticEnergy { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
764 of ANSYS, Inc. and its subsidiaries and affiliates.
EnergyProbe
MaximumExternalEnergy
Gets the MaximumExternalEnergy.
Declaration Syntax
public Quantity MaximumExternalEnergy { get; }
MaximumKineticEnergy
Gets the MaximumKineticEnergy.
Declaration Syntax
public Quantity MaximumKineticEnergy { get; }
MaximumPotentialEnergy
Gets the MaximumPotentialEnergy.
Declaration Syntax
public Quantity MaximumPotentialEnergy { get; }
MaximumStrainEnergy
Gets the MaximumStrainEnergy.
Declaration Syntax
public Quantity MaximumStrainEnergy { get; }
MaximumTotalEnergy
Gets the MaximumTotalEnergy.
Declaration Syntax
public Quantity MaximumTotalEnergy { get; }
MinimumExternalEnergy
Gets the MinimumExternalEnergy.
Declaration Syntax
public Quantity MinimumExternalEnergy { get; }
MinimumKineticEnergy
Gets the MinimumKineticEnergy.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 765
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public Quantity MinimumKineticEnergy { get; }
MinimumPotentialEnergy
Gets the MinimumPotentialEnergy.
Declaration Syntax
public Quantity MinimumPotentialEnergy { get; }
MinimumStrainEnergy
Gets the MinimumStrainEnergy.
Declaration Syntax
public Quantity MinimumStrainEnergy { get; }
MinimumTotalEnergy
Gets the MinimumTotalEnergy.
Declaration Syntax
public Quantity MinimumTotalEnergy { get; }
PotentialEnergy
Gets the PotentialEnergy.
Declaration Syntax
public Quantity PotentialEnergy { get; }
StrainEnergy
Gets the StrainEnergy.
Declaration Syntax
public Quantity StrainEnergy { get; }
TotalEnergy
Gets the TotalEnergy.
Declaration Syntax
public Quantity TotalEnergy { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
766 of ANSYS, Inc. and its subsidiaries and affiliates.
FieldIntensityProbe
FieldIntensityProbe
Defines a FieldIntensityProbe.
Declaration Syntax
public class FieldIntensityProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 767
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
768 of ANSYS, Inc. and its subsidiaries and affiliates.
FieldIntensityProbe
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
TotalFieldIntensity
Gets the TotalFieldIntensity.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 769
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public Quantity TotalFieldIntensity { get; }
YAxisFieldIntensity
Gets the YAxisFieldIntensity.
Declaration Syntax
public Quantity YAxisFieldIntensity { get; }
FluxDensityProbe
Defines a FluxDensityProbe.
Declaration Syntax
public class FluxDensityProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
770 of ANSYS, Inc. and its subsidiaries and affiliates.
FluxDensityProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 771
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
772 of ANSYS, Inc. and its subsidiaries and affiliates.
ForceReaction
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
Probability
Gets the Probability.
Declaration Syntax
public double Probability { get; }
TotalFluxDensity
Gets the TotalFluxDensity.
Declaration Syntax
public Quantity TotalFluxDensity { get; }
YAxisFluxDensity
Gets the YAxisFluxDensity.
Declaration Syntax
public Quantity YAxisFluxDensity { get; }
ZAxisFluxDensity
Gets the ZAxisFluxDensity.
Declaration Syntax
public Quantity ZAxisFluxDensity { get; }
ForceReaction
Defines a ForceReaction.
Declaration Syntax
public class ForceReaction : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 773
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
774 of ANSYS, Inc. and its subsidiaries and affiliates.
ForceReaction
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 775
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Beam
Gets or sets the Beam.
Declaration Syntax
public Beam Beam { set;get; }
By
Gets or sets the By.
Declaration Syntax
public SetDriverStyle By { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
776 of ANSYS, Inc. and its subsidiaries and affiliates.
ForceReaction
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Extraction
Gets or sets the Extraction.
Declaration Syntax
public ContactSideScopingType Extraction { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
Mode
Gets or sets the Mode.
Declaration Syntax
public uint Mode { set;get; }
PhaseIncrement
Gets or sets the PhaseIncrement.
Declaration Syntax
public Quantity PhaseIncrement { set;get; }
Probability
Gets the Probability.
Declaration Syntax
public double Probability { get; }
Reference
Gets the Reference.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 777
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public ResultRelativityType Reference { get; }
RemotePoints
Gets or sets the RemotePoints.
Declaration Syntax
public RemotePoint RemotePoints { set;get; }
ReportedFrequency
Gets the ReportedFrequency.
Declaration Syntax
public Quantity ReportedFrequency { get; }
ScaleFactor
Gets or sets the ScaleFactor.
Declaration Syntax
public ResultScopeByType ScaleFactor { set;get; }
Spring
Gets or sets the Spring.
Declaration Syntax
public Spring Spring { set;get; }
SurfaceArea
Gets the SurfaceArea.
Declaration Syntax
public Quantity SurfaceArea { get; }
SweepingPhase
Gets or sets the SweepingPhase.
Declaration Syntax
public Quantity SweepingPhase { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
778 of ANSYS, Inc. and its subsidiaries and affiliates.
GeneralizedPlaneStrainProbe
SymmetryMultiplier
Gets or sets the SymmetryMultiplier.
Declaration Syntax
public double SymmetryMultiplier { set;get; }
GeneralizedPlaneStrainProbe
Defines a GeneralizedPlaneStrainProbe.
Declaration Syntax
public class GeneralizedPlaneStrainProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 779
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
780 of ANSYS, Inc. and its subsidiaries and affiliates.
GeneralizedPlaneStrainProbe
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 781
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
HeatFluxProbe
Defines a HeatFluxProbe.
Declaration Syntax
public class HeatFluxProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
782 of ANSYS, Inc. and its subsidiaries and affiliates.
HeatFluxProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 783
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
784 of ANSYS, Inc. and its subsidiaries and affiliates.
HeatFluxProbe
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
MaximumTotalHeatFlux
Gets the MaximumTotalHeatFlux.
Declaration Syntax
public Quantity MaximumTotalHeatFlux { get; }
MaximumXAxisHeatFlux
Gets the MaximumXAxisHeatFlux.
Declaration Syntax
public Quantity MaximumXAxisHeatFlux { get; }
MaximumYAxisHeatFlux
Gets the MaximumYAxisHeatFlux.
Declaration Syntax
public Quantity MaximumYAxisHeatFlux { get; }
MaximumZAxisHeatFlux
Gets the MaximumZAxisHeatFlux.
Declaration Syntax
public Quantity MaximumZAxisHeatFlux { get; }
MinimumTotalHeatFlux
Gets the MinimumTotalHeatFlux.
Declaration Syntax
public Quantity MinimumTotalHeatFlux { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 785
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
MinimumXAxisHeatFlux
Gets the MinimumXAxisHeatFlux.
Declaration Syntax
public Quantity MinimumXAxisHeatFlux { get; }
MinimumYAxisHeatFlux
Gets the MinimumYAxisHeatFlux.
Declaration Syntax
public Quantity MinimumYAxisHeatFlux { get; }
MinimumZAxisHeatFlux
Gets the MinimumZAxisHeatFlux.
Declaration Syntax
public Quantity MinimumZAxisHeatFlux { get; }
TotalHeatFlux
Gets the TotalHeatFlux.
Declaration Syntax
public Quantity TotalHeatFlux { get; }
XAxisHeatFlux
Gets the XAxisHeatFlux.
Declaration Syntax
public Quantity XAxisHeatFlux { get; }
XCoordinate
Gets the XCoordinate.
Declaration Syntax
public Quantity XCoordinate { get; }
YAxisHeatFlux
Gets the YAxisHeatFlux.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
786 of ANSYS, Inc. and its subsidiaries and affiliates.
JointProbe
Declaration Syntax
public Quantity YAxisHeatFlux { get; }
YCoordinate
Gets the YCoordinate.
Declaration Syntax
public Quantity YCoordinate { get; }
ZAxisHeatFlux
Gets the ZAxisHeatFlux.
Declaration Syntax
public Quantity ZAxisHeatFlux { get; }
ZCoordinate
Gets the ZCoordinate.
Declaration Syntax
public Quantity ZCoordinate { get; }
JointProbe
Defines a JointProbe.
Declaration Syntax
public class JointProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 787
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
788 of ANSYS, Inc. and its subsidiaries and affiliates.
JointProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 789
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
OrientationMethod
Gets the OrientationMethod.
Declaration Syntax
public bool OrientationMethod { get; }
ResultType
Gets or sets the ResultType.
Declaration Syntax
public ProbeResultType ResultType { set;get; }
MagneticFluxProbe
Defines a MagneticFluxProbe.
Declaration Syntax
public class MagneticFluxProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
790 of ANSYS, Inc. and its subsidiaries and affiliates.
MagneticFluxProbe
property 'LocationMethod =
LocationDefinitionMethod.WeakSprings'.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 791
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
792 of ANSYS, Inc. and its subsidiaries and affiliates.
MagneticFluxProbe
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
MagneticFlux
Gets the MagneticFlux.
Declaration Syntax
public Quantity MagneticFlux { get; }
MaximumMagneticFlux
Gets the MaximumMagneticFlux.
Declaration Syntax
public Quantity MaximumMagneticFlux { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 793
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
MinimumMagneticFlux
Gets the MinimumMagneticFlux.
Declaration Syntax
public Quantity MinimumMagneticFlux { get; }
SymmetryMultiplier
Gets or sets the SymmetryMultiplier.
Declaration Syntax
public double SymmetryMultiplier { set;get; }
MomentReaction
Defines a MomentReaction.
Declaration Syntax
public class MomentReaction : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
794 of ANSYS, Inc. and its subsidiaries and affiliates.
MomentReaction
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 795
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
796 of ANSYS, Inc. and its subsidiaries and affiliates.
MomentReaction
Beam
Gets or sets the Beam.
Declaration Syntax
public Beam Beam { set;get; }
By
Gets or sets the By.
Declaration Syntax
public SetDriverStyle By { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Extraction
Gets or sets the Extraction.
Declaration Syntax
public ContactSideScopingType Extraction { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
Mode
Gets or sets the Mode.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 797
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public uint Mode { set;get; }
PhaseIncrement
Gets or sets the PhaseIncrement.
Declaration Syntax
public Quantity PhaseIncrement { set;get; }
Probability
Gets the Probability.
Declaration Syntax
public double Probability { get; }
Reference
Gets the Reference.
Declaration Syntax
public ResultRelativityType Reference { get; }
RemotePoints
Gets or sets the RemotePoints.
Declaration Syntax
public RemotePoint RemotePoints { set;get; }
ReportedFrequency
Gets the ReportedFrequency.
Declaration Syntax
public Quantity ReportedFrequency { get; }
ScaleFactor
Gets or sets the ScaleFactor.
Declaration Syntax
public ResultScopeByType ScaleFactor { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
798 of ANSYS, Inc. and its subsidiaries and affiliates.
Position
ScaleFactorValue
Gets or sets the ScaleFactorValue.
Declaration Syntax
public double ScaleFactorValue { set;get; }
SurfaceArea
Gets the SurfaceArea.
Declaration Syntax
public Quantity SurfaceArea { get; }
SweepingPhase
Gets or sets the SweepingPhase.
Declaration Syntax
public Quantity SweepingPhase { set;get; }
SymmetryMultiplier
Gets or sets the SymmetryMultiplier.
Declaration Syntax
public double SymmetryMultiplier { set;get; }
Position
Defines a Position.
Declaration Syntax
public class Position : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 799
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
800 of ANSYS, Inc. and its subsidiaries and affiliates.
Position
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 801
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
RadiationProbe
Defines a RadiationProbe.
Declaration Syntax
public class RadiationProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
802 of ANSYS, Inc. and its subsidiaries and affiliates.
RadiationProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 803
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
804 of ANSYS, Inc. and its subsidiaries and affiliates.
RadiationProbe
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
EmittedRadiation
Gets the EmittedRadiation.
Declaration Syntax
public Quantity EmittedRadiation { get; }
IncidentRadiation
Gets the IncidentRadiation.
Declaration Syntax
public Quantity IncidentRadiation { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
NetRadiation
Gets the NetRadiation.
Declaration Syntax
public Quantity NetRadiation { get; }
ReflectedRadiation
Gets the ReflectedRadiation.
Declaration Syntax
public Quantity ReflectedRadiation { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 805
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
ReactionProbe
Defines a ReactionProbe.
Declaration Syntax
public class ReactionProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
806 of ANSYS, Inc. and its subsidiaries and affiliates.
ReactionProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 807
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Heat
Gets the Heat.
Declaration Syntax
public Quantity Heat { get; }
InternalObject
Gets the internal object. For advanced usage only.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
808 of ANSYS, Inc. and its subsidiaries and affiliates.
ResponsePSD
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
MaximumHeat
Gets the MaximumHeat.
Declaration Syntax
public Quantity MaximumHeat { get; }
MinimumHeat
Gets the MinimumHeat.
Declaration Syntax
public Quantity MinimumHeat { get; }
ResponsePSD
Defines a ResponsePSD.
Declaration Syntax
public class ResponsePSD : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 809
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
810 of ANSYS, Inc. and its subsidiaries and affiliates.
ResponsePSD
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 811
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
AccelerationInG
Gets or sets the AccelerationInG.
Declaration Syntax
public bool AccelerationInG { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
Probability
Gets the Probability.
Declaration Syntax
public double Probability { get; }
Reference
Gets the Reference.
Declaration Syntax
public ResultRelativityType Reference { get; }
ResultType
Gets or sets the ResultType.
Declaration Syntax
public ProbeResultType ResultType { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
812 of ANSYS, Inc. and its subsidiaries and affiliates.
ResultProbe
RMSValue
Gets the RMSValue.
Declaration Syntax
public Quantity RMSValue { get; }
ResultProbe
Defines a ResultProbe.
Declaration Syntax
public abstract class ResultProbe : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 813
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
BeamSelection
Gets or sets the BeamSelection.
Declaration Syntax
public Beam BeamSelection { set;get; }
BoundaryConditionSelection
Gets or sets the BoundaryConditionSelection. In order to select the option 'WeakSprings', please use
the property 'LocationMethod = LocationDefinitionMethod.WeakSprings'.
Declaration Syntax
public DataModelObject BoundaryConditionSelection { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
814 of ANSYS, Inc. and its subsidiaries and affiliates.
ResultProbe
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
ContactRegionSelection
Gets or sets the ContactRegionSelection.
Declaration Syntax
public ContactRegion ContactRegionSelection { set;get; }
CoordinateSystemSelection
Gets or sets the CoordinateSystemSelection.
Declaration Syntax
public CoordinateSystem CoordinateSystemSelection { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
DisplayTime
Gets or sets the DisplayTime.
Declaration Syntax
public Quantity DisplayTime { set;get; }
Figures
Gets the list of associated figures.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 815
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
GeometryLocation
Gets or sets the GeometryLocation.
Declaration Syntax
public ISelectionInfo GeometryLocation { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
IsSolved
Gets the IsSolved.
Declaration Syntax
public bool IsSolved { get; }
IterationNumber
Gets the IterationNumber.
Declaration Syntax
public double IterationNumber { get; }
LoadStep
Gets the LoadStep.
Declaration Syntax
public int LoadStep { get; }
LocationMethod
Gets or sets the LocationMethod.
Declaration Syntax
public LocationDefinitionMethod LocationMethod { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
816 of ANSYS, Inc. and its subsidiaries and affiliates.
ResultProbe
MaximumTotal
Gets the MaximumTotal.
Declaration Syntax
public Quantity MaximumTotal { get; }
MaximumXAxis
Gets the MaximumXAxis.
Declaration Syntax
public Quantity MaximumXAxis { get; }
MaximumYAxis
Gets the MaximumYAxis.
Declaration Syntax
public Quantity MaximumYAxis { get; }
MaximumZAxis
Gets the MaximumZAxis.
Declaration Syntax
public Quantity MaximumZAxis { get; }
MeshConnectionSelection
Gets or sets the MeshConnectionSelection.
Declaration Syntax
public MeshConnection MeshConnectionSelection { set;get; }
MinimumTotal
Gets the MinimumTotal.
Declaration Syntax
public Quantity MinimumTotal { get; }
MinimumXAxis
Gets the MinimumXAxis.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 817
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public Quantity MinimumXAxis { get; }
MinimumYAxis
Gets the MinimumYAxis.
Declaration Syntax
public Quantity MinimumYAxis { get; }
MinimumZAxis
Gets the MinimumZAxis.
Declaration Syntax
public Quantity MinimumZAxis { get; }
Orientation
Gets or sets the Orientation.
Declaration Syntax
public CoordinateSystem Orientation { set;get; }
RemotePointSelection
Gets or sets the RemotePointSelection.
Declaration Syntax
public RemotePoint RemotePointSelection { set;get; }
ResultSelection
Gets or sets the ResultSelection.
Declaration Syntax
public ProbeDisplayFilter ResultSelection { set;get; }
SpatialResolution
Gets or sets the SpatialResolution.
Declaration Syntax
public MinimumOrMaximum SpatialResolution { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
818 of ANSYS, Inc. and its subsidiaries and affiliates.
ResultProbe
SpringSelection
Gets or sets the SpringSelection.
Declaration Syntax
public Spring SpringSelection { set;get; }
Substep
Gets the Substep.
Declaration Syntax
public int Substep { get; }
Summation
Gets or sets the Summation.
Declaration Syntax
public MomentsAtSummationPointType Summation { set;get; }
Suppressed
Gets or sets the Suppressed.
Declaration Syntax
public bool Suppressed { set;get; }
SurfaceSelection
Gets or sets the MeshConnectionSelection.
Declaration Syntax
public Surface SurfaceSelection { set;get; }
Time
Gets the Time.
Declaration Syntax
public Quantity Time { get; }
Total
Gets the Total.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 819
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public Quantity Total { get; }
Type
Gets the Type.
Declaration Syntax
public ProbeResultType Type { get; }
XAxis
Gets the XAxis.
Declaration Syntax
public Quantity XAxis { get; }
YAxis
Gets the YAxis.
Declaration Syntax
public Quantity YAxis { get; }
ZAxis
Gets the ZAxis.
Declaration Syntax
public Quantity ZAxis { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
820 of ANSYS, Inc. and its subsidiaries and affiliates.
ResultProbe
ClearGeneratedData()
Run the ClearGeneratedData action.
Declaration Syntax
public virtual void ClearGeneratedData()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
EvaluateAllResults()
Run the EvaluateAllResults action.
Declaration Syntax
public virtual void EvaluateAllResults()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 821
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
RotationProbe
Defines a RotationProbe.
Declaration Syntax
public class RotationProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
822 of ANSYS, Inc. and its subsidiaries and affiliates.
RotationProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 823
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
824 of ANSYS, Inc. and its subsidiaries and affiliates.
RotationProbe
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
MaximumXAxisRotation
Gets the MaximumXAxisRotation.
Declaration Syntax
public Quantity MaximumXAxisRotation { get; }
MaximumYAxisRotation
Gets the MaximumYAxisRotation.
Declaration Syntax
public Quantity MaximumYAxisRotation { get; }
MaximumZAxisRotation
Gets the MaximumZAxisRotation.
Declaration Syntax
public Quantity MaximumZAxisRotation { get; }
MinimumXAxisRotation
Gets the MinimumXAxisRotation.
Declaration Syntax
public Quantity MinimumXAxisRotation { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 825
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
MinimumYAxisRotation
Gets the MinimumYAxisRotation.
Declaration Syntax
public Quantity MinimumYAxisRotation { get; }
MinimumZAxisRotation
Gets the MinimumZAxisRotation.
Declaration Syntax
public Quantity MinimumZAxisRotation { get; }
XAxisRotation
Gets the XAxisRotation.
Declaration Syntax
public Quantity XAxisRotation { get; }
YAxisRotation
Gets the YAxisRotation.
Declaration Syntax
public Quantity YAxisRotation { get; }
ZAxisRotation
Gets the ZAxisRotation.
Declaration Syntax
public Quantity ZAxisRotation { get; }
SpringProbe
Defines a SpringProbe.
Declaration Syntax
public class SpringProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
826 of ANSYS, Inc. and its subsidiaries and affiliates.
SpringProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 827
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
828 of ANSYS, Inc. and its subsidiaries and affiliates.
SpringProbe
DampingForce
Gets the DampingForce.
Declaration Syntax
public Quantity DampingForce { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
ElasticForce
Gets the ElasticForce.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 829
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public Quantity ElasticForce { get; }
Elongation
Gets the Elongation.
Declaration Syntax
public Quantity Elongation { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
MaximumDampingForce
Gets the MaximumDampingForce.
Declaration Syntax
public Quantity MaximumDampingForce { get; }
MaximumElasticForce
Gets the MaximumElasticForce.
Declaration Syntax
public Quantity MaximumElasticForce { get; }
MaximumElongation
Gets the MaximumElongation.
Declaration Syntax
public Quantity MaximumElongation { get; }
MaximumVelocity
Gets the MaximumVelocity.
Declaration Syntax
public Quantity MaximumVelocity { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
830 of ANSYS, Inc. and its subsidiaries and affiliates.
StrainProbe
MinimumDampingForce
Gets the MinimumDampingForce.
Declaration Syntax
public Quantity MinimumDampingForce { get; }
MinimumElasticForce
Gets the MinimumElasticForce.
Declaration Syntax
public Quantity MinimumElasticForce { get; }
MinimumElongation
Gets the MinimumElongation.
Declaration Syntax
public Quantity MinimumElongation { get; }
MinimumVelocity
Gets the MinimumVelocity.
Declaration Syntax
public Quantity MinimumVelocity { get; }
Spring
Gets or sets the Spring.
Declaration Syntax
public Spring Spring { set;get; }
Velocity
Gets the Velocity.
Declaration Syntax
public Quantity Velocity { get; }
StrainProbe
Defines a StrainProbe.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 831
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public class StrainProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
832 of ANSYS, Inc. and its subsidiaries and affiliates.
StrainProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 833
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
834 of ANSYS, Inc. and its subsidiaries and affiliates.
StrainProbe
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
EquivalentStrain
Gets the EquivalentStrain.
Declaration Syntax
public Quantity EquivalentStrain { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
MaximumEquivalentStrain
Gets the MaximumEquivalentStrain.
Declaration Syntax
public Quantity MaximumEquivalentStrain { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 835
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
MaximumMaximumPrincipalStrain
Gets the MaximumMaximumPrincipalStrain.
Declaration Syntax
public Quantity MaximumMaximumPrincipalStrain { get; }
MaximumMiddlePrincipalStrain
Gets the MaximumMiddlePrincipalStrain.
Declaration Syntax
public Quantity MaximumMiddlePrincipalStrain { get; }
MaximumMinimumPrincipalStrain
Gets the MaximumMinimumPrincipalStrain.
Declaration Syntax
public Quantity MaximumMinimumPrincipalStrain { get; }
MaximumNormalXAxisStrain
Gets the MaximumNormalXAxisStrain.
Declaration Syntax
public Quantity MaximumNormalXAxisStrain { get; }
MaximumNormalYAxisStrain
Gets the MaximumNormalYAxisStrain.
Declaration Syntax
public Quantity MaximumNormalYAxisStrain { get; }
MaximumNormalZAxisStrain
Gets the MaximumNormalZAxisStrain.
Declaration Syntax
public Quantity MaximumNormalZAxisStrain { get; }
MaximumPrincipalStrain
Gets the MaximumPrincipalStrain.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
836 of ANSYS, Inc. and its subsidiaries and affiliates.
StrainProbe
Declaration Syntax
public Quantity MaximumPrincipalStrain { get; }
MaximumStrainIntensity
Gets the MaximumStrainIntensity.
Declaration Syntax
public Quantity MaximumStrainIntensity { get; }
MaximumXYShearStrain
Gets the MaximumXYShearStrain.
Declaration Syntax
public Quantity MaximumXYShearStrain { get; }
MaximumXZShearStrain
Gets the MaximumXZShearStrain.
Declaration Syntax
public Quantity MaximumXZShearStrain { get; }
MaximumYZShearStrain
Gets the MaximumYZShearStrain.
Declaration Syntax
public Quantity MaximumYZShearStrain { get; }
MiddlePrincipalStrain
Gets the MiddlePrincipalStrain.
Declaration Syntax
public Quantity MiddlePrincipalStrain { get; }
MinimumEquivalentStrain
Gets the MinimumEquivalentStrain.
Declaration Syntax
public Quantity MinimumEquivalentStrain { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 837
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
MinimumMiddlePrincipalStrain
Gets the MinimumMiddlePrincipalStrain.
Declaration Syntax
public Quantity MinimumMiddlePrincipalStrain { get; }
MinimumMinimumPrincipalStrain
Gets the MinimumMinimumPrincipalStrain.
Declaration Syntax
public Quantity MinimumMinimumPrincipalStrain { get; }
MinimumNormalXAxisStrain
Gets the MinimumNormalXAxisStrain.
Declaration Syntax
public Quantity MinimumNormalXAxisStrain { get; }
MinimumNormalYAxisStrain
Gets the MinimumNormalYAxisStrain.
Declaration Syntax
public Quantity MinimumNormalYAxisStrain { get; }
MinimumNormalZAxisStrain
Gets the MinimumNormalZAxisStrain.
Declaration Syntax
public Quantity MinimumNormalZAxisStrain { get; }
MinimumPrincipalStrain
Gets the MinimumPrincipalStrain.
Declaration Syntax
public Quantity MinimumPrincipalStrain { get; }
MinimumStrain
Gets the MinimumStrain.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
838 of ANSYS, Inc. and its subsidiaries and affiliates.
StrainProbe
Declaration Syntax
public Quantity MinimumStrain { get; }
MinimumStrainIntensity
Gets the MinimumStrainIntensity.
Declaration Syntax
public Quantity MinimumStrainIntensity { get; }
MinimumStrainMaximumPrincipal
Gets the MinimumStrainMaximumPrincipal.
Declaration Syntax
public Quantity MinimumStrainMaximumPrincipal { get; }
MinimumXYShearStrain
Gets the MinimumXYShearStrain.
Declaration Syntax
public Quantity MinimumXYShearStrain { get; }
MinimumXZShearStrain
Gets the MinimumXZShearStrain.
Declaration Syntax
public Quantity MinimumXZShearStrain { get; }
MinimumYZShearStrain
Gets the MinimumYZShearStrain.
Declaration Syntax
public Quantity MinimumYZShearStrain { get; }
NormalXAxisStrain
Gets the NormalXAxisStrain.
Declaration Syntax
public Quantity NormalXAxisStrain { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 839
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
NormalYAxisStrain
Gets the NormalYAxisStrain.
Declaration Syntax
public Quantity NormalYAxisStrain { get; }
NormalZAxisStrain
Gets the NormalZAxisStrain.
Declaration Syntax
public Quantity NormalZAxisStrain { get; }
Strain
Gets the Strain.
Declaration Syntax
public Quantity Strain { get; }
StrainIntensity
Gets the StrainIntensity.
Declaration Syntax
public Quantity StrainIntensity { get; }
XYShearStrain
Gets the XYShearStrain.
Declaration Syntax
public Quantity XYShearStrain { get; }
XZShearStrain
Gets the XZShearStrain.
Declaration Syntax
public Quantity XZShearStrain { get; }
YZShearStrain
Gets the YZShearStrain.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
840 of ANSYS, Inc. and its subsidiaries and affiliates.
StressProbe
Declaration Syntax
public Quantity YZShearStrain { get; }
StressProbe
Defines a StressProbe.
Declaration Syntax
public class StressProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 841
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
842 of ANSYS, Inc. and its subsidiaries and affiliates.
StressProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 843
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
EquivalentStress
Gets the EquivalentStress.
Declaration Syntax
public Quantity EquivalentStress { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
844 of ANSYS, Inc. and its subsidiaries and affiliates.
StressProbe
MaximumEquivalentStress
Gets the MaximumEquivalentStress.
Declaration Syntax
public Quantity MaximumEquivalentStress { get; }
MaximumMaximumPrincipalStress
Gets the MaximumMaximumPrincipalStress.
Declaration Syntax
public Quantity MaximumMaximumPrincipalStress { get; }
MaximumMiddlePrincipalStress
Gets the MaximumMiddlePrincipalStress.
Declaration Syntax
public Quantity MaximumMiddlePrincipalStress { get; }
MaximumMinimumPrincipalStress
Gets the MaximumMinimumPrincipalStress.
Declaration Syntax
public Quantity MaximumMinimumPrincipalStress { get; }
MaximumNormalXAxisStress
Gets the MaximumNormalXAxisStress.
Declaration Syntax
public Quantity MaximumNormalXAxisStress { get; }
MaximumNormalYAxisStress
Gets the MaximumNormalYAxisStress.
Declaration Syntax
public Quantity MaximumNormalYAxisStress { get; }
MaximumNormalZAxisStress
Gets the MaximumNormalZAxisStress.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 845
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public Quantity MaximumNormalZAxisStress { get; }
MaximumPrincipalStress
Gets the MaximumPrincipalStress.
Declaration Syntax
public Quantity MaximumPrincipalStress { get; }
MaximumStressIntensity
Gets the MaximumStressIntensity.
Declaration Syntax
public Quantity MaximumStressIntensity { get; }
MaximumXYShearStress
Gets the MaximumXYShearStress.
Declaration Syntax
public Quantity MaximumXYShearStress { get; }
MaximumXZShearStress
Gets the MaximumXZShearStress.
Declaration Syntax
public Quantity MaximumXZShearStress { get; }
MaximumYZShearStress
Gets the MaximumYZShearStress.
Declaration Syntax
public Quantity MaximumYZShearStress { get; }
MiddlePrincipalStress
Gets the MiddlePrincipalStress.
Declaration Syntax
public Quantity MiddlePrincipalStress { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
846 of ANSYS, Inc. and its subsidiaries and affiliates.
StressProbe
MinimumEquivalentStress
Gets the MinimumEquivalentStress.
Declaration Syntax
public Quantity MinimumEquivalentStress { get; }
MinimumMaximumPrincipalStress
Gets the MinimumMaximumPrincipalStress.
Declaration Syntax
public Quantity MinimumMaximumPrincipalStress { get; }
MinimumMiddlePrincipalStress
Gets the MinimumMiddlePrincipalStress.
Declaration Syntax
public Quantity MinimumMiddlePrincipalStress { get; }
MinimumMinimumPrincipalStress
Gets the MinimumMinimumPrincipalStress.
Declaration Syntax
public Quantity MinimumMinimumPrincipalStress { get; }
MinimumNormalXAxisStress
Gets the MinimumNormalXAxisStress.
Declaration Syntax
public Quantity MinimumNormalXAxisStress { get; }
MinimumNormalYAxisStress
Gets the MinimumNormalYAxisStress.
Declaration Syntax
public Quantity MinimumNormalYAxisStress { get; }
MinimumNormalZAxisStress
Gets the MinimumNormalZAxisStress.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 847
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public Quantity MinimumNormalZAxisStress { get; }
MinimumPrincipalStress
Gets the MinimumPrincipalStress.
Declaration Syntax
public Quantity MinimumPrincipalStress { get; }
MinimumStressIntensity
Gets the MinimumStressIntensity.
Declaration Syntax
public Quantity MinimumStressIntensity { get; }
MinimumXYShearStress
Gets the MinimumXYShearStress.
Declaration Syntax
public Quantity MinimumXYShearStress { get; }
MinimumXZShearStress
Gets the MinimumXZShearStress.
Declaration Syntax
public Quantity MinimumXZShearStress { get; }
MinimumYZShearStress
Gets the MinimumYZShearStress.
Declaration Syntax
public Quantity MinimumYZShearStress { get; }
NormalXAxisStress
Gets the NormalXAxisStress.
Declaration Syntax
public Quantity NormalXAxisStress { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
848 of ANSYS, Inc. and its subsidiaries and affiliates.
StressProbe
NormalYAxisStress
Gets the NormalYAxisStress.
Declaration Syntax
public Quantity NormalYAxisStress { get; }
NormalZAxisStress
Gets the NormalZAxisStress.
Declaration Syntax
public Quantity NormalZAxisStress { get; }
StressIntensity
Gets the StressIntensity.
Declaration Syntax
public Quantity StressIntensity { get; }
XCoordinate
Gets the XCoordinate.
Declaration Syntax
public Quantity XCoordinate { get; }
XYShearStress
Gets the XYShearStress.
Declaration Syntax
public Quantity XYShearStress { get; }
XZShearStress
Gets the XZShearStress.
Declaration Syntax
public Quantity XZShearStress { get; }
YCoordinate
Gets the YCoordinate.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 849
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Declaration Syntax
public Quantity YCoordinate { get; }
YZShearStress
Gets the YZShearStress.
Declaration Syntax
public Quantity YZShearStress { get; }
ZCoordinate
Gets the ZCoordinate.
Declaration Syntax
public Quantity ZCoordinate { get; }
TemperatureProbe
Defines a TemperatureProbe.
Declaration Syntax
public class TemperatureProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
850 of ANSYS, Inc. and its subsidiaries and affiliates.
TemperatureProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 851
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
852 of ANSYS, Inc. and its subsidiaries and affiliates.
TemperatureProbe
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
MaximumTemperature
Gets the MaximumTemperature.
Declaration Syntax
public Quantity MaximumTemperature { get; }
MinimumTemperature
Gets the MinimumTemperature.
Declaration Syntax
public Quantity MinimumTemperature { get; }
Temperature
Gets the Temperature.
Declaration Syntax
public Quantity Temperature { get; }
XCoordinate
Gets the XCoordinate.
Declaration Syntax
public Quantity XCoordinate { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 853
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
YCoordinate
Gets the YCoordinate.
Declaration Syntax
public Quantity YCoordinate { get; }
ZCoordinate
Gets the ZCoordinate.
Declaration Syntax
public Quantity ZCoordinate { get; }
VelocityProbe
Defines a VelocityProbe.
Declaration Syntax
public class VelocityProbe : ResultProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
854 of ANSYS, Inc. and its subsidiaries and affiliates.
VelocityProbe
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 855
Ansys.ACT.Automation.Mechanical.Results.ProbeResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
856 of ANSYS, Inc. and its subsidiaries and affiliates.
VelocityProbe
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSProbeResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 857
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
858 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.StrainResults
DirectionalThermalStrain
Defines a DirectionalThermalStrain.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 859
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Declaration Syntax
public class DirectionalThermalStrain : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
860 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalThermalStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 861
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
862 of ANSYS, Inc. and its subsidiaries and affiliates.
ElasticStrainIntensity
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { get; }
ElasticStrainIntensity
Defines a ElasticStrainIntensity.
Declaration Syntax
public class ElasticStrainIntensity : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 863
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
864 of ANSYS, Inc. and its subsidiaries and affiliates.
ElasticStrainIntensity
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 865
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
866 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentCreepStrain
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
EquivalentCreepStrain
Defines a EquivalentCreepStrain.
Declaration Syntax
public class EquivalentCreepStrain : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 867
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
868 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentCreepStrain
Property LoadStepForMinimumOfMaximumValues (p. 549) Get the Load Step for the minimum of
maximum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 869
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
870 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentCreepStrainRST
EquivalentCreepStrainRST
Defines a EquivalentCreepStrainRST.
Declaration Syntax
public class EquivalentCreepStrainRST : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 871
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
872 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentCreepStrainRST
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 873
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
EquivalentElasticStrain
Defines a EquivalentElasticStrain.
Declaration Syntax
public class EquivalentElasticStrain : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
874 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentElasticStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 875
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
876 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentElasticStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 877
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
EquivalentElasticStrainRST
Defines a EquivalentElasticStrainRST.
Declaration Syntax
public class EquivalentElasticStrainRST : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
878 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentElasticStrainRST
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 879
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
880 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentPlasticStrain
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
EquivalentPlasticStrain
Defines a EquivalentPlasticStrain.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 881
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Declaration Syntax
public class EquivalentPlasticStrain : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
882 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentPlasticStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 883
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
884 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentPlasticStrainRST
Property TimeForMaximumOfMinimumValues (p. 551) Get the Time for the maximum of
minimum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
EquivalentPlasticStrainRST
Defines a EquivalentPlasticStrainRST.
Declaration Syntax
public class EquivalentPlasticStrainRST : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 885
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
886 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentPlasticStrainRST
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 887
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
888 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentTotalStrain
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
EquivalentTotalStrain
Defines a EquivalentTotalStrain.
Declaration Syntax
public class EquivalentTotalStrain : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 889
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
890 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentTotalStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 891
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MaximumPrincipalElasticStrain
Defines a MaximumPrincipalElasticStrain.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
892 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumPrincipalElasticStrain
Declaration Syntax
public class MaximumPrincipalElasticStrain : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 893
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
894 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumPrincipalElasticStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 895
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
MaximumPrincipalThermalStrain
Defines a MaximumPrincipalThermalStrain.
Declaration Syntax
public class MaximumPrincipalThermalStrain : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
896 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumPrincipalThermalStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 897
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
898 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumPrincipalThermalStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 899
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MaximumShearElasticStrain
Defines a MaximumShearElasticStrain.
Declaration Syntax
public class MaximumShearElasticStrain : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
900 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumShearElasticStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 901
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Property LoadStepForMinimumOfMaximumValues (p. 549) Get the Load Step for the minimum of
maximum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
902 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumShearElasticStrain
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 903
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
ShearOrientation
Gets or sets the ShearOrientation.
Declaration Syntax
public ShearOrientationType ShearOrientation { set;get; }
MiddlePrincipalElasticStrain
Defines a MiddlePrincipalElasticStrain.
Declaration Syntax
public class MiddlePrincipalElasticStrain : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
904 of ANSYS, Inc. and its subsidiaries and affiliates.
MiddlePrincipalElasticStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 905
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
906 of ANSYS, Inc. and its subsidiaries and affiliates.
MiddlePrincipalThermalStrain
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MiddlePrincipalThermalStrain
Defines a MiddlePrincipalThermalStrain.
Declaration Syntax
public class MiddlePrincipalThermalStrain : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 907
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
908 of ANSYS, Inc. and its subsidiaries and affiliates.
MiddlePrincipalThermalStrain
Property InternalObject (p. 911) Gets the internal object. For advanced
usage only.
Property IsSolved (p. 548) Gets the IsSolved.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 909
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
910 of ANSYS, Inc. and its subsidiaries and affiliates.
MinimumPrincipalElasticStrain
Property TimeForMinimumOfMaximumValues (p. 552) Get the Time for the minimum of
maximum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MinimumPrincipalElasticStrain
Defines a MinimumPrincipalElasticStrain.
Declaration Syntax
public class MinimumPrincipalElasticStrain : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 911
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
912 of ANSYS, Inc. and its subsidiaries and affiliates.
MinimumPrincipalElasticStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 913
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
914 of ANSYS, Inc. and its subsidiaries and affiliates.
NormalElasticStrain
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalElasticStrain
Defines a NormalElasticStrain.
Declaration Syntax
public class NormalElasticStrain : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 915
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
916 of ANSYS, Inc. and its subsidiaries and affiliates.
NormalElasticStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 917
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
918 of ANSYS, Inc. and its subsidiaries and affiliates.
ShearElasticStrain
ShearElasticStrain
Defines a ShearElasticStrain.
Declaration Syntax
public class ShearElasticStrain : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 919
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
920 of ANSYS, Inc. and its subsidiaries and affiliates.
ShearElasticStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 921
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ShearOrientation
Gets or sets the ShearOrientation.
Declaration Syntax
public ShearOrientationType ShearOrientation { set;get; }
StrainResult
Defines a StrainResult.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
922 of ANSYS, Inc. and its subsidiaries and affiliates.
StrainResult
Declaration Syntax
public abstract class StrainResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 923
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
924 of ANSYS, Inc. and its subsidiaries and affiliates.
StrainResult
Amplitude
Gets or sets the Amplitude.
Declaration Syntax
public bool Amplitude { set;get; }
AverageAcrossBodies
Gets or sets the AverageAcrossBodies.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 925
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Declaration Syntax
public bool AverageAcrossBodies { set;get; }
CyclicMode
Gets or sets the CyclicMode.
Declaration Syntax
public uint CyclicMode { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Frequency
Gets or sets the Frequency.
Declaration Syntax
public Quantity Frequency { set;get; }
GraphControlsXAxis
Gets or sets the GraphControlsXAxis.
Declaration Syntax
public int GraphControlsXAxis { set;get; }
HarmonicIndex
Gets or sets the HarmonicIndex.
Declaration Syntax
public uint HarmonicIndex { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
926 of ANSYS, Inc. and its subsidiaries and affiliates.
StrainResult
LoadMultiplier
Gets the LoadMultiplier.
Declaration Syntax
public double LoadMultiplier { get; }
Mode
Gets or sets the Mode.
Declaration Syntax
public uint Mode { set;get; }
PhaseIncrement
Gets or sets the PhaseIncrement.
Declaration Syntax
public Quantity PhaseIncrement { set;get; }
Position
Gets or sets the Position.
Declaration Syntax
public ShellFaceType Position { set;get; }
ReportedFrequency
Gets the ReportedFrequency.
Declaration Syntax
public Quantity ReportedFrequency { get; }
SetNumber
Gets or sets the SetNumber.
Declaration Syntax
public uint SetNumber { set;get; }
StressStrainType
Gets or sets the StressStrainType.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 927
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Declaration Syntax
public StressStrainType StressStrainType { set;get; }
SweepingPhase
Gets or sets the SweepingPhase.
Declaration Syntax
public Quantity SweepingPhase { set;get; }
VectorPrincipalElasticStrain
Defines a VectorPrincipalElasticStrain.
Declaration Syntax
public class VectorPrincipalElasticStrain : StrainResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
928 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorPrincipalElasticStrain
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 929
Ansys.ACT.Automation.Mechanical.Results.StrainResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
930 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorPrincipalElasticStrain
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 931
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
932 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.FractureToolResults
FractureJINT
Defines a FractureJINT.
Declaration Syntax
public class FractureJINT : FractureToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 933
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
934 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureJINT
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 935
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FractureSIFSK1
Defines a FractureSIFSK1.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
936 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureSIFSK1
Declaration Syntax
public class FractureSIFSK1 : FractureToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 937
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
938 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureSIFSK1
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 939
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
FractureResultSubType
Gets or sets the FractureResultSubType.
Declaration Syntax
public FractureSIFSSubType FractureResultSubType { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FractureSIFSK2
Defines a FractureSIFSK2.
Declaration Syntax
public class FractureSIFSK2 : FractureToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
940 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureSIFSK2
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 941
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
942 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureSIFSK3
Property TimeForMinimumOfMaximumValues (p. 552) Get the Time for the minimum of
maximum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
FractureResultSubType
Gets or sets the FractureResultSubType.
Declaration Syntax
public FractureSIFSSubType FractureResultSubType { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FractureSIFSK3
Defines a FractureSIFSK3.
Declaration Syntax
public class FractureSIFSK3 : FractureToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 943
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
944 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureSIFSK3
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 945
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
FractureResultSubType
Gets or sets the FractureResultSubType.
Declaration Syntax
public FractureSIFSSubType FractureResultSubType { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
946 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureTool
FractureTool
Defines a FractureTool.
Declaration Syntax
public class FractureTool : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 947
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSFractureToolAuto InternalObject { get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AddJINT()
Creates a new FractureJINT
Declaration Syntax
public virtual FractureJINT AddJINT()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
948 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureTool
AddSIFSK1()
Creates a new FractureSIFSK1
Declaration Syntax
public virtual FractureSIFSK1 AddSIFSK1()
AddSIFSK2()
Creates a new FractureSIFSK2
Declaration Syntax
public virtual FractureSIFSK2 AddSIFSK2()
AddSIFSK3()
Creates a new FractureSIFSK3
Declaration Syntax
public virtual FractureSIFSK3 AddSIFSK3()
AddVCCTG1()
Creates a new FractureVCCTG1
Declaration Syntax
public virtual FractureVCCTG1 AddVCCTG1()
AddVCCTG2()
Creates a new FractureVCCTG2
Declaration Syntax
public virtual FractureVCCTG2 AddVCCTG2()
AddVCCTG3()
Creates a new FractureVCCTG3
Declaration Syntax
public virtual FractureVCCTG3 AddVCCTG3()
AddVCCTGT()
Creates a new FractureVCCTGT
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 949
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
Declaration Syntax
public virtual FractureVCCTGT AddVCCTGT()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
950 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureToolResult
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
FractureToolResult
Defines a FractureToolResult.
Declaration Syntax
public abstract class FractureToolResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 951
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
Property InternalObject (p. 954) Gets the internal object. For advanced
usage only.
Property IsSolved (p. 548) Gets the IsSolved.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
952 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureToolResult
ActiveContour
Gets or sets the ActiveContour.
Declaration Syntax
public uint ActiveContour { set;get; }
ActiveContourEnd
Gets or sets the ActiveContourEnd.
Declaration Syntax
public uint ActiveContourEnd { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 953
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
ActiveContourStart
Gets or sets the ActiveContourStart.
Declaration Syntax
public uint ActiveContourStart { set;get; }
CintResultType
Gets or sets the CintResultType.
Declaration Syntax
public FractureResultType CintResultType { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Mode
Gets or sets the Mode.
Declaration Syntax
public uint Mode { set;get; }
SetNumber
Gets or sets the SetNumber.
Declaration Syntax
public uint SetNumber { set;get; }
FractureVCCTG1
Defines a FractureVCCTG1.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
954 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureVCCTG1
Declaration Syntax
public class FractureVCCTG1 : FractureToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 955
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
956 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureVCCTG1
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 957
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
FractureResultSubType
Gets or sets the FractureResultSubType.
Declaration Syntax
public FractureVCCTSubType FractureResultSubType { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FractureVCCTG2
Defines a FractureVCCTG2.
Declaration Syntax
public class FractureVCCTG2 : FractureToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
958 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureVCCTG2
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 959
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
960 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureVCCTG3
Property TimeForMinimumOfMaximumValues (p. 552) Get the Time for the minimum of
maximum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
FractureResultSubType
Gets or sets the FractureResultSubType.
Declaration Syntax
public FractureVCCTSubType FractureResultSubType { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FractureVCCTG3
Defines a FractureVCCTG3.
Declaration Syntax
public class FractureVCCTG3 : FractureToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 961
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
962 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureVCCTG3
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 963
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
FractureResultSubType
Gets or sets the FractureResultSubType.
Declaration Syntax
public FractureVCCTSubType FractureResultSubType { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
964 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureVCCTGT
FractureVCCTGT
Defines a FractureVCCTGT.
Declaration Syntax
public class FractureVCCTGT : FractureToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 965
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
966 of ANSYS, Inc. and its subsidiaries and affiliates.
FractureVCCTGT
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 967
Ansys.ACT.Automation.Mechanical.Results.FractureToolResults Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
FractureResultSubType
Gets or sets the FractureResultSubType.
Declaration Syntax
public FractureVCCTSubType FractureResultSubType { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
968 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.DeformationResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.DeformationResults
DeformationResult
Defines a DeformationResult.
Declaration Syntax
public abstract class DeformationResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 969
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
970 of ANSYS, Inc. and its subsidiaries and affiliates.
DeformationResult
Property LoadStepForMaximumOfMaximumValues (p. 549) Get the Load Step for the maximum of
maximum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 971
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
AccelerationInG
Gets or sets the AccelerationInG.
Declaration Syntax
public bool AccelerationInG { set;get; }
Amplitude
Gets or sets the Amplitude.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
972 of ANSYS, Inc. and its subsidiaries and affiliates.
DeformationResult
Declaration Syntax
public bool Amplitude { set;get; }
CyclicMode
Gets or sets the CyclicMode.
Declaration Syntax
public uint CyclicMode { set;get; }
DampedFrequency
Gets the DampedFrequency.
Declaration Syntax
public Quantity DampedFrequency { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
DeformationType
Gets or sets the DeformationType.
Declaration Syntax
public TotalOrDirectional DeformationType { set;get; }
Frequency
Gets or sets the Frequency.
Declaration Syntax
public Quantity Frequency { set;get; }
GraphControlsXAxis
Gets or sets the GraphControlsXAxis.
Declaration Syntax
public int GraphControlsXAxis { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 973
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
HarmonicIndex
Gets or sets the HarmonicIndex.
Declaration Syntax
public uint HarmonicIndex { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
LoadMultiplier
Gets the LoadMultiplier.
Declaration Syntax
public double LoadMultiplier { get; }
LogarithmicDecrement
Gets the LogarithmicDecrement.
Declaration Syntax
public double LogarithmicDecrement { get; }
ModalDampingRatio
Gets the ModalDampingRatio.
Declaration Syntax
public double ModalDampingRatio { get; }
Mode
Gets or sets the Mode.
Declaration Syntax
public uint Mode { set;get; }
PhaseIncrement
Gets or sets the PhaseIncrement.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
974 of ANSYS, Inc. and its subsidiaries and affiliates.
DeformationResult
Declaration Syntax
public Quantity PhaseIncrement { set;get; }
Probability
Gets the Probability.
Declaration Syntax
public double Probability { get; }
Reference
Gets the Reference.
Declaration Syntax
public ResultRelativityType Reference { get; }
ReportedFrequency
Gets the ReportedFrequency.
Declaration Syntax
public Quantity ReportedFrequency { get; }
ScaleFactor
Gets or sets the ScaleFactor.
Declaration Syntax
public ResultScopeByType ScaleFactor { set;get; }
ScaleFactorValue
Gets or sets the ScaleFactorValue.
Declaration Syntax
public double ScaleFactorValue { set;get; }
SetNumber
Gets or sets the SetNumber.
Declaration Syntax
public uint SetNumber { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 975
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Stability
Gets the Stability.
Declaration Syntax
public Quantity Stability { get; }
SweepingPhase
Gets or sets the SweepingPhase.
Declaration Syntax
public Quantity SweepingPhase { set;get; }
DirectionalAcceleration
Defines a DirectionalAcceleration.
Declaration Syntax
public class DirectionalAcceleration : DeformationResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
976 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalAcceleration
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 977
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Property LoadStepForMaximumOfMinimumValues (p. 549) Get the Load Step for the maximum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
978 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalAcceleration
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 979
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
DirectionalAccelerationPSD
Defines a DirectionalAccelerationPSD.
Declaration Syntax
public class DirectionalAccelerationPSD : DeformationResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
980 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalAccelerationPSD
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 981
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
982 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalAccelerationPSD
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 983
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
DirectionalAccelerationRS
Defines a DirectionalAccelerationRS.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
984 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalAccelerationRS
Declaration Syntax
public class DirectionalAccelerationRS : DeformationResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 985
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
986 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalAccelerationRS
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 987
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
988 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalDeformation
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
DirectionalDeformation
Defines a DirectionalDeformation.
Declaration Syntax
public class DirectionalDeformation : DeformationResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 989
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
990 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalDeformation
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 991
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
992 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalVelocity
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
DirectionalVelocity
Defines a DirectionalVelocity.
Declaration Syntax
public class DirectionalVelocity : DeformationResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 993
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
994 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalVelocity
Property LoadStepForMaximumOfMaximumValues (p. 549) Get the Load Step for the maximum of
maximum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 995
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
996 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalVelocityPSD
Property TimeForMinimumOfMaximumValues (p. 552) Get the Time for the minimum of
maximum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
DirectionalVelocityPSD
Defines a DirectionalVelocityPSD.
Declaration Syntax
public class DirectionalVelocityPSD : DeformationResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 997
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
998 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalVelocityPSD
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 999
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1000 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalVelocityRS
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
DirectionalVelocityRS
Defines a DirectionalVelocityRS.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1001
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Declaration Syntax
public class DirectionalVelocityRS : DeformationResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1002 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalVelocityRS
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1003
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1004 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalVelocityRS
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1005
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
TotalAcceleration
Defines a TotalAcceleration.
Declaration Syntax
public class TotalAcceleration : DeformationResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1006 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalAcceleration
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1007
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1008 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalAcceleration
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1009
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
TotalDeformation
Defines a TotalDeformation.
Declaration Syntax
public class TotalDeformation : DeformationResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1010 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalDeformation
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1011
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Property LoadStepForMinimumOfMaximumValues (p. 549) Get the Load Step for the minimum of
maximum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1012 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalDeformation
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1013
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
TotalVelocity
Defines a TotalVelocity.
Declaration Syntax
public class TotalVelocity : DeformationResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1014 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalVelocity
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1015
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Property LoadStepForMaximumOfMinimumValues (p. 549) Get the Load Step for the maximum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1016 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalVelocity
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1017
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
Property TimeForMinimumOfMinimumValues (p. 552) Get the Time for the minimum of
minimum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
VectorDeformation
Defines a VectorDeformation.
Declaration Syntax
public class VectorDeformation : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1018 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorDeformation
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1019
Ansys.ACT.Automation.Mechanical.Results.DeformationResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1020 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorDeformation
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1021
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1022 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.DamageResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.DamageResults
DamageResult
Defines a DamageResult.
Declaration Syntax
public abstract class DamageResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1023
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1024 of ANSYS, Inc. and its subsidiaries and affiliates.
DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1025
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
DamageResultType
Gets the DamageResultType.
Declaration Syntax
public DamageResultType DamageResultType { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
GraphControlsXAxis
Gets or sets the GraphControlsXAxis.
Declaration Syntax
public int GraphControlsXAxis { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1026 of ANSYS, Inc. and its subsidiaries and affiliates.
DamageStatus
Mode
Gets or sets the Mode.
Declaration Syntax
public uint Mode { set;get; }
SetNumber
Gets or sets the SetNumber.
Declaration Syntax
public uint SetNumber { set;get; }
Surface
Gets the Surface.
Declaration Syntax
public uint Surface { get; }
DamageStatus
Defines a DamageStatus.
Declaration Syntax
public class DamageStatus : DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1027
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1028 of ANSYS, Inc. and its subsidiaries and affiliates.
DamageStatus
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1029
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Property TimeForMaximumOfMinimumValues (p. 551) Get the Time for the maximum of
minimum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
EnergyDissipatedPerUnitVolume
Defines a EnergyDissipatedPerUnitVolume.
Declaration Syntax
public class EnergyDissipatedPerUnitVolume : DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1030 of ANSYS, Inc. and its subsidiaries and affiliates.
EnergyDissipatedPerUnitVolume
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1031
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1032 of ANSYS, Inc. and its subsidiaries and affiliates.
FiberCompressiveDamageVariable
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FiberCompressiveDamageVariable
Defines a FiberCompressiveDamageVariable.
Declaration Syntax
public class FiberCompressiveDamageVariable : DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1033
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1034 of ANSYS, Inc. and its subsidiaries and affiliates.
FiberCompressiveDamageVariable
Property LoadStepForMinimumOfMaximumValues (p. 549) Get the Load Step for the minimum of
maximum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1035
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FiberCompressiveFailureCriterion
Defines a FiberCompressiveFailureCriterion.
Declaration Syntax
public class FiberCompressiveFailureCriterion : DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1036 of ANSYS, Inc. and its subsidiaries and affiliates.
FiberCompressiveFailureCriterion
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1037
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1038 of ANSYS, Inc. and its subsidiaries and affiliates.
FiberTensileDamageVariable
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FiberTensileDamageVariable
Defines a FiberTensileDamageVariable.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1039
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Declaration Syntax
public class FiberTensileDamageVariable : DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1040 of ANSYS, Inc. and its subsidiaries and affiliates.
FiberTensileDamageVariable
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1041
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1042 of ANSYS, Inc. and its subsidiaries and affiliates.
FiberTensileFailureCriterion
FiberTensileFailureCriterion
Defines a FiberTensileFailureCriterion.
Declaration Syntax
public class FiberTensileFailureCriterion : DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1043
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1044 of ANSYS, Inc. and its subsidiaries and affiliates.
FiberTensileFailureCriterion
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1045
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MatrixCompressiveDamageVariable
Defines a MatrixCompressiveDamageVariable.
Declaration Syntax
public class MatrixCompressiveDamageVariable : DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1046 of ANSYS, Inc. and its subsidiaries and affiliates.
MatrixCompressiveDamageVariable
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1047
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1048 of ANSYS, Inc. and its subsidiaries and affiliates.
MatrixCompressiveFailureCriterion
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MatrixCompressiveFailureCriterion
Defines a MatrixCompressiveFailureCriterion.
Declaration Syntax
public class MatrixCompressiveFailureCriterion : DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1049
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1050 of ANSYS, Inc. and its subsidiaries and affiliates.
MatrixCompressiveFailureCriterion
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1051
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MatrixTensileDamageVariable
Defines a MatrixTensileDamageVariable.
Declaration Syntax
public class MatrixTensileDamageVariable : DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1052 of ANSYS, Inc. and its subsidiaries and affiliates.
MatrixTensileDamageVariable
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1053
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1054 of ANSYS, Inc. and its subsidiaries and affiliates.
MatrixTensileFailureCriterion
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MatrixTensileFailureCriterion
Defines a MatrixTensileFailureCriterion.
Declaration Syntax
public class MatrixTensileFailureCriterion : DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1055
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1056 of ANSYS, Inc. and its subsidiaries and affiliates.
MatrixTensileFailureCriterion
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1057
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MaximumFailureCriteria
Defines a MaximumFailureCriteria.
Declaration Syntax
public class MaximumFailureCriteria : DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1058 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumFailureCriteria
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1059
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1060 of ANSYS, Inc. and its subsidiaries and affiliates.
MullinsDamageVariable
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MullinsDamageVariable
Defines a MullinsDamageVariable.
Declaration Syntax
public class MullinsDamageVariable : DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1061
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1062 of ANSYS, Inc. and its subsidiaries and affiliates.
MullinsDamageVariable
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1063
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MullinsMaximumPreviousStrainEnergy
Defines a MullinsMaximumPreviousStrainEnergy.
Declaration Syntax
public class MullinsMaximumPreviousStrainEnergy : DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1064 of ANSYS, Inc. and its subsidiaries and affiliates.
MullinsMaximumPreviousStrainEnergy
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1065
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1066 of ANSYS, Inc. and its subsidiaries and affiliates.
ShearDamageVariable
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ShearDamageVariable
Defines a ShearDamageVariable.
Declaration Syntax
public class ShearDamageVariable : DamageResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1067
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1068 of ANSYS, Inc. and its subsidiaries and affiliates.
ShearDamageVariable
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1069
Ansys.ACT.Automation.Mechanical.Results.DamageResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1070 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults
CoordinateSystemsResult
Defines a CoordinateSystemsResult.
Declaration Syntax
public abstract class CoordinateSystemsResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1071
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1072 of ANSYS, Inc. and its subsidiaries and affiliates.
CoordinateSystemsResult
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1073
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
Amplitude
Gets or sets the Amplitude.
Declaration Syntax
public bool Amplitude { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Frequency
Gets or sets the Frequency.
Declaration Syntax
public Quantity Frequency { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
LoadMultiplier
Gets the LoadMultiplier.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1074 of ANSYS, Inc. and its subsidiaries and affiliates.
ElementalEulerXYAngle
Declaration Syntax
public double LoadMultiplier { get; }
Mode
Gets or sets the Mode.
Declaration Syntax
public uint Mode { set;get; }
Position
Gets or sets the Position.
Declaration Syntax
public ShellFaceType Position { set;get; }
SetNumber
Gets or sets the SetNumber.
Declaration Syntax
public uint SetNumber { set;get; }
SweepingPhase
Gets or sets the SweepingPhase.
Declaration Syntax
public Quantity SweepingPhase { set;get; }
ElementalEulerXYAngle
Defines a ElementalEulerXYAngle.
Declaration Syntax
public class ElementalEulerXYAngle : CoordinateSystemsResult
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Average (p. 546) Gets the Average.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1075
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Identifier (p. 548) Gets or sets the Identifier.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property LoadStep (p. 548) Gets the LoadStep.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1076 of ANSYS, Inc. and its subsidiaries and affiliates.
ElementalEulerXYAngle
Property LoadStepForMaximumOfMaximumValues (p. 549) Get the Load Step for the maximum of
maximum values.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Position (p. 1075) Gets or sets the Position.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1077
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Substep (p. 551) Gets the Substep.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Time (p. 551) Gets the Time.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1078 of ANSYS, Inc. and its subsidiaries and affiliates.
ElementalEulerXZAngle
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ElementalEulerXZAngle
Defines a ElementalEulerXZAngle.
Declaration Syntax
public class ElementalEulerXZAngle : CoordinateSystemsResult
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Average (p. 546) Gets the Average.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1079
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property LoadStep (p. 548) Gets the LoadStep.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1080 of ANSYS, Inc. and its subsidiaries and affiliates.
ElementalEulerXZAngle
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Position (p. 1075) Gets or sets the Position.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Substep (p. 551) Gets the Substep.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Time (p. 551) Gets the Time.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1081
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
Property TimeForMinimumOfMinimumValues (p. 552) Get the Time for the minimum of
minimum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ElementalEulerYZAngle
Defines a ElementalEulerYZAngle.
Declaration Syntax
public class ElementalEulerYZAngle : CoordinateSystemsResult
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Average (p. 546) Gets the Average.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1082 of ANSYS, Inc. and its subsidiaries and affiliates.
ElementalEulerYZAngle
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Identifier (p. 548) Gets or sets the Identifier.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property LoadStep (p. 548) Gets the LoadStep.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1083
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Position (p. 1075) Gets or sets the Position.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Substep (p. 551) Gets the Substep.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1084 of ANSYS, Inc. and its subsidiaries and affiliates.
ElementalTriads
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Time (p. 551) Gets the Time.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ElementalTriads
Defines a ElementalTriads.
Declaration Syntax
public class ElementalTriads : CoordinateSystemsResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1085
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Average (p. 546) Gets the Average.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Identifier (p. 548) Gets or sets the Identifier.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1086 of ANSYS, Inc. and its subsidiaries and affiliates.
ElementalTriads
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property LoadStep (p. 548) Gets the LoadStep.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1087
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Position (p. 1075) Gets or sets the Position.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Substep (p. 551) Gets the Substep.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Time (p. 551) Gets the Time.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1088 of ANSYS, Inc. and its subsidiaries and affiliates.
NodalEulerXYAngle
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NodalEulerXYAngle
Defines a NodalEulerXYAngle.
Declaration Syntax
public class NodalEulerXYAngle : CoordinateSystemsResult
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Average (p. 546) Gets the Average.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1089
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Identifier (p. 548) Gets or sets the Identifier.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property LoadStep (p. 548) Gets the LoadStep.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1090 of ANSYS, Inc. and its subsidiaries and affiliates.
NodalEulerXYAngle
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Position (p. 1075) Gets or sets the Position.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Substep (p. 551) Gets the Substep.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Time (p. 551) Gets the Time.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1091
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NodalEulerXZAngle
Defines a NodalEulerXZAngle.
Declaration Syntax
public class NodalEulerXZAngle : CoordinateSystemsResult
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Average (p. 546) Gets the Average.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1092 of ANSYS, Inc. and its subsidiaries and affiliates.
NodalEulerXZAngle
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Identifier (p. 548) Gets or sets the Identifier.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property LoadStep (p. 548) Gets the LoadStep.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1093
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
Property LoadStepForMinimumOfMaximumValues (p. 549) Get the Load Step for the minimum of
maximum values.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Position (p. 1075) Gets or sets the Position.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1094 of ANSYS, Inc. and its subsidiaries and affiliates.
NodalEulerYZAngle
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Time (p. 551) Gets the Time.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NodalEulerYZAngle
Defines a NodalEulerYZAngle.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1095
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
Declaration Syntax
public class NodalEulerYZAngle : CoordinateSystemsResult
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Average (p. 546) Gets the Average.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Identifier (p. 548) Gets or sets the Identifier.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1096 of ANSYS, Inc. and its subsidiaries and affiliates.
NodalEulerYZAngle
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property LoadStep (p. 548) Gets the LoadStep.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1097
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Position (p. 1075) Gets or sets the Position.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Substep (p. 551) Gets the Substep.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Time (p. 551) Gets the Time.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1098 of ANSYS, Inc. and its subsidiaries and affiliates.
NodalTriads
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NodalTriads
Defines a NodalTriads.
Declaration Syntax
public class NodalTriads : CoordinateSystemsResult
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Average (p. 546) Gets the Average.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1099
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Identifier (p. 548) Gets or sets the Identifier.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property LoadStep (p. 548) Gets the LoadStep.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1100 of ANSYS, Inc. and its subsidiaries and affiliates.
NodalTriads
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Position (p. 1075) Gets or sets the Position.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Substep (p. 551) Gets the Substep.
(Inherited from
CoordinateSystemsResult (p. 1071).)
Property Time (p. 551) Gets the Time.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1101
Ansys.ACT.Automation.Mechanical.Results.CoordinateSystemsResults Namespace
Property TimeForMaximumOfMaximumValues (p. 551) Get the Time for the maximum of
maximum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1102 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.ThermalResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.ThermalResults
DirectionalHeatFlux
Defines a DirectionalHeatFlux.
Declaration Syntax
public class DirectionalHeatFlux : ThermalResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1103
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1104 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalHeatFlux
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1105
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
DirectionalThermalHeatFlux
Defines a DirectionalThermalHeatFlux.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1106 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalThermalHeatFlux
Declaration Syntax
public class DirectionalThermalHeatFlux : ThermalResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1107
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1108 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalThermalHeatFlux
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1109
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
FluidFlowRate
Defines a FluidFlowRate.
Declaration Syntax
public class FluidFlowRate : ThermalResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1110 of ANSYS, Inc. and its subsidiaries and affiliates.
FluidFlowRate
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1111
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1112 of ANSYS, Inc. and its subsidiaries and affiliates.
FluidHeatConductionRate
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FluidHeatConductionRate
Defines a FluidHeatConductionRate.
Declaration Syntax
public class FluidHeatConductionRate : ThermalResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1113
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
Property InternalObject (p. 1116) Gets the internal object. For advanced
usage only.
Property IsSolved (p. 548) Gets the IsSolved.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1114 of ANSYS, Inc. and its subsidiaries and affiliates.
FluidHeatConductionRate
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1115
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FluidHeatTransportRate
Defines a FluidHeatTransportRate.
Declaration Syntax
public class FluidHeatTransportRate : ThermalResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1116 of ANSYS, Inc. and its subsidiaries and affiliates.
FluidHeatTransportRate
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1117
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1118 of ANSYS, Inc. and its subsidiaries and affiliates.
TemperatureResult
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
TemperatureResult
Defines a TemperatureResult.
Declaration Syntax
public class TemperatureResult : ThermalResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1119
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1120 of ANSYS, Inc. and its subsidiaries and affiliates.
TemperatureResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1121
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ThermalError
Defines a ThermalError.
Declaration Syntax
public class ThermalError : ThermalResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1122 of ANSYS, Inc. and its subsidiaries and affiliates.
ThermalError
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1123
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1124 of ANSYS, Inc. and its subsidiaries and affiliates.
ThermalResult
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ThermalResult
Defines a ThermalResult.
Declaration Syntax
public abstract class ThermalResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1125
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1126 of ANSYS, Inc. and its subsidiaries and affiliates.
ThermalResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1127
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
AverageAcrossBodies
Gets or sets the AverageAcrossBodies.
Declaration Syntax
public bool AverageAcrossBodies { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Layer
Gets or sets the Layer.
Declaration Syntax
public int Layer { set;get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
Position
Gets or sets the Position.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1128 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalHeatFlux
Declaration Syntax
public ShellFaceType Position { set;get; }
ThermalResultType
Gets or sets the ThermalResultType.
Declaration Syntax
public TotalOrDirectional ThermalResultType { set;get; }
TotalHeatFlux
Defines a TotalHeatFlux.
Declaration Syntax
public class TotalHeatFlux : ThermalResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1129
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1130 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalHeatFlux
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1131
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
VectorHeatFlux
Defines a VectorHeatFlux.
Declaration Syntax
public class VectorHeatFlux : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1132 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorHeatFlux
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1133
Ansys.ACT.Automation.Mechanical.Results.ThermalResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1134 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorHeatFlux
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1135
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1136 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.StressToolResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.StressToolResults
StressRatio
Defines a StressRatio.
Declaration Syntax
public class StressRatio : StressToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1137
Ansys.ACT.Automation.Mechanical.Results.StressToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1138 of ANSYS, Inc. and its subsidiaries and affiliates.
StressRatio
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1139
Ansys.ACT.Automation.Mechanical.Results.StressToolResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
StressSafetyFactor
Defines a StressSafetyFactor.
Declaration Syntax
public class StressSafetyFactor : StressToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1140 of ANSYS, Inc. and its subsidiaries and affiliates.
StressSafetyFactor
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1141
Ansys.ACT.Automation.Mechanical.Results.StressToolResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1142 of ANSYS, Inc. and its subsidiaries and affiliates.
StressSafetyMargin
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
StressSafetyMargin
Defines a StressSafetyMargin.
Declaration Syntax
public class StressSafetyMargin : StressToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1143
Ansys.ACT.Automation.Mechanical.Results.StressToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1144 of ANSYS, Inc. and its subsidiaries and affiliates.
StressSafetyMargin
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1145
Ansys.ACT.Automation.Mechanical.Results.StressToolResults Namespace
Declaration Syntax
public IDSResultAuto InternalObject { get; }
StressTool
Defines a StressTool.
Declaration Syntax
public class StressTool : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1146 of ANSYS, Inc. and its subsidiaries and affiliates.
StressTool
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
CompressiveLimit
Gets or sets the CompressiveLimit.
Declaration Syntax
public Quantity CompressiveLimit { set;get; }
CompressiveLimitType
Gets or sets the CompressiveLimitType.
Declaration Syntax
public SafetyLimitType CompressiveLimitType { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSStressSafetyToolAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1147
Ansys.ACT.Automation.Mechanical.Results.StressToolResults Namespace
LimitFactor
Gets or sets the LimitFactor.
Declaration Syntax
public double LimitFactor { set;get; }
StressLimit
Gets or sets the StressLimit.
Declaration Syntax
public Quantity StressLimit { set;get; }
StressLimitType
Gets or sets the StressLimitType.
Declaration Syntax
public SafetyLimitType StressLimitType { set;get; }
TensileLimit
Gets or sets the TensileLimit.
Declaration Syntax
public Quantity TensileLimit { set;get; }
TensileLimitType
Gets or sets the TensileLimitType.
Declaration Syntax
public SafetyLimitType TensileLimitType { set;get; }
Theory
Gets or sets the Theory.
Declaration Syntax
public SafetyTheoryType Theory { set;get; }
AddComment()
Creates a new child Comment.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1148 of ANSYS, Inc. and its subsidiaries and affiliates.
StressTool
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AddSafetyFactor()
Creates a new StressSafetyFactor
Declaration Syntax
public virtual StressSafetyFactor AddSafetyFactor()
AddSafetyMargin()
Creates a new StressSafetyMargin
Declaration Syntax
public virtual StressSafetyMargin AddSafetyMargin()
AddStressRatio()
Creates a new StressRatio
Declaration Syntax
public virtual StressRatio AddStressRatio()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1149
Ansys.ACT.Automation.Mechanical.Results.StressToolResults Namespace
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
StressToolResult
Defines a StressToolResult.
Declaration Syntax
public abstract class StressToolResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1150 of ANSYS, Inc. and its subsidiaries and affiliates.
StressToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1151
Ansys.ACT.Automation.Mechanical.Results.StressToolResults Namespace
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1152 of ANSYS, Inc. and its subsidiaries and affiliates.
StressToolResult
AverageAcrossBodies
Gets or sets the AverageAcrossBodies.
Declaration Syntax
public bool AverageAcrossBodies { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1153
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1154 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults
LinearizedEquivalentStress
Defines a LinearizedEquivalentStress.
Declaration Syntax
public class LinearizedEquivalentStress : LinearizedStressResult
(Inherited from
LinearizedStressResult (p. 1195).)
Property Average (p. 546) Gets the Average.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1155
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingInside (p. 1199) Gets the BendingInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingOutside (p. 1199) Gets the BendingOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property By (p. 546) Gets or sets the By.
(Inherited from
LinearizedStressResult (p. 1195).)
Property GraphControlsXAxis (p. 1199) Gets or sets the GraphControlsXAxis.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Identifier (p. 548) Gets or sets the Identifier.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1156 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedEquivalentStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadMultiplier (p. 1200) Gets the LoadMultiplier.
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadStep (p. 548) Gets the LoadStep.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1157
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingCenter (p. 1200) Gets the MembraneBendingCenter.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingInside (p. 1200) Gets the MembraneBendingInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingOutside (p. 1200) Gets the MembraneBendingOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Minimum (p. 550) Gets the Minimum.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakCenter (p. 1201) Gets the PeakCenter.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakInside (p. 1201) Gets the PeakInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakOutside (p. 1201) Gets the PeakOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Position (p. 1201) Gets or sets the Position.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ResultType (p. 551) Gets or sets the ResultType.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1158 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedEquivalentStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property StressStrainType (p. 1201) Gets or sets the StressStrainType.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Substep (p. 551) Gets the Substep.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Suppressed (p. 551) Gets or sets the Suppressed.
(Inherited from
LinearizedStressResult (p. 1195).)
Property SweepingPhase (p. 1202) Gets or sets the SweepingPhase.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ThroughThicknessBendingStress (p. 1202) Gets or sets the
ThroughThicknessBendingStress.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Time (p. 551) Gets the Time.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1159
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalInside (p. 1202) Gets the TotalInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalOutside (p. 1202) Gets the TotalOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
LinearizedMaximumPrincipalStress
Defines a LinearizedMaximumPrincipalStress.
Declaration Syntax
public class LinearizedMaximumPrincipalStress : LinearizedStressResult
(Inherited from
LinearizedStressResult (p. 1195).)
Property Average (p. 546) Gets the Average.
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingInside (p. 1199) Gets the BendingInside.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1160 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedMaximumPrincipalStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingOutside (p. 1199) Gets the BendingOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property By (p. 546) Gets or sets the By.
(Inherited from
LinearizedStressResult (p. 1195).)
Property GraphControlsXAxis (p. 1199) Gets or sets the GraphControlsXAxis.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Identifier (p. 548) Gets or sets the Identifier.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1161
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadMultiplier (p. 1200) Gets the LoadMultiplier.
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadStep (p. 548) Gets the LoadStep.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingCenter (p. 1200) Gets the MembraneBendingCenter.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1162 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedMaximumPrincipalStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingInside (p. 1200) Gets the MembraneBendingInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingOutside (p. 1200) Gets the MembraneBendingOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Minimum (p. 550) Gets the Minimum.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakCenter (p. 1201) Gets the PeakCenter.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakInside (p. 1201) Gets the PeakInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakOutside (p. 1201) Gets the PeakOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Position (p. 1201) Gets or sets the Position.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
LinearizedStressResult (p. 1195).)
Property StressStrainType (p. 1201) Gets or sets the StressStrainType.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1163
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property Substep (p. 551) Gets the Substep.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Suppressed (p. 551) Gets or sets the Suppressed.
(Inherited from
LinearizedStressResult (p. 1195).)
Property SweepingPhase (p. 1202) Gets or sets the SweepingPhase.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ThroughThicknessBendingStress (p. 1202) Gets or sets the
ThroughThicknessBendingStress.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Time (p. 551) Gets the Time.
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalInside (p. 1202) Gets the TotalInside.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1164 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedMaximumShearStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalOutside (p. 1202) Gets the TotalOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
LinearizedMaximumShearStress
Defines a LinearizedMaximumShearStress.
Declaration Syntax
public class LinearizedMaximumShearStress : LinearizedStressResult
(Inherited from
LinearizedStressResult (p. 1195).)
Property Average (p. 546) Gets the Average.
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingInside (p. 1199) Gets the BendingInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingOutside (p. 1199) Gets the BendingOutside.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1165
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property By (p. 546) Gets or sets the By.
(Inherited from
LinearizedStressResult (p. 1195).)
Property GraphControlsXAxis (p. 1199) Gets or sets the GraphControlsXAxis.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Identifier (p. 548) Gets or sets the Identifier.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1166 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedMaximumShearStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadMultiplier (p. 1200) Gets the LoadMultiplier.
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadStep (p. 548) Gets the LoadStep.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingCenter (p. 1200) Gets the MembraneBendingCenter.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingInside (p. 1200) Gets the MembraneBendingInside.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1167
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingOutside (p. 1200) Gets the MembraneBendingOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Minimum (p. 550) Gets the Minimum.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakCenter (p. 1201) Gets the PeakCenter.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakInside (p. 1201) Gets the PeakInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakOutside (p. 1201) Gets the PeakOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Position (p. 1201) Gets or sets the Position.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ShearOrientation (p. 1170) Gets or sets the ShearOrientation.
Property StressStrainType (p. 1201) Gets or sets the StressStrainType.
(Inherited from
LinearizedStressResult (p. 1195).)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1168 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedMaximumShearStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property Suppressed (p. 551) Gets or sets the Suppressed.
(Inherited from
LinearizedStressResult (p. 1195).)
Property SweepingPhase (p. 1202) Gets or sets the SweepingPhase.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ThroughThicknessBendingStress (p. 1202) Gets or sets the
ThroughThicknessBendingStress.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Time (p. 551) Gets the Time.
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalInside (p. 1202) Gets the TotalInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1169
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ShearOrientation
Gets or sets the ShearOrientation.
Declaration Syntax
public ShearOrientationType ShearOrientation { set;get; }
LinearizedMiddlePrincipalStress
Defines a LinearizedMiddlePrincipalStress.
Declaration Syntax
public class LinearizedMiddlePrincipalStress : LinearizedStressResult
(Inherited from
LinearizedStressResult (p. 1195).)
Property Average (p. 546) Gets the Average.
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingInside (p. 1199) Gets the BendingInside.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1170 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedMiddlePrincipalStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingOutside (p. 1199) Gets the BendingOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property By (p. 546) Gets or sets the By.
(Inherited from
LinearizedStressResult (p. 1195).)
Property GraphControlsXAxis (p. 1199) Gets or sets the GraphControlsXAxis.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Identifier (p. 548) Gets or sets the Identifier.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1171
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadMultiplier (p. 1200) Gets the LoadMultiplier.
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadStep (p. 548) Gets the LoadStep.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingCenter (p. 1200) Gets the MembraneBendingCenter.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1172 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedMiddlePrincipalStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingInside (p. 1200) Gets the MembraneBendingInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingOutside (p. 1200) Gets the MembraneBendingOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Minimum (p. 550) Gets the Minimum.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakCenter (p. 1201) Gets the PeakCenter.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakInside (p. 1201) Gets the PeakInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakOutside (p. 1201) Gets the PeakOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Position (p. 1201) Gets or sets the Position.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
LinearizedStressResult (p. 1195).)
Property StressStrainType (p. 1201) Gets or sets the StressStrainType.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1173
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property Substep (p. 551) Gets the Substep.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Suppressed (p. 551) Gets or sets the Suppressed.
(Inherited from
LinearizedStressResult (p. 1195).)
Property SweepingPhase (p. 1202) Gets or sets the SweepingPhase.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ThroughThicknessBendingStress (p. 1202) Gets or sets the
ThroughThicknessBendingStress.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Time (p. 551) Gets the Time.
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalInside (p. 1202) Gets the TotalInside.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1174 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedMinimumPrincipalStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalOutside (p. 1202) Gets the TotalOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
LinearizedMinimumPrincipalStress
Defines a LinearizedMinimumPrincipalStress.
Declaration Syntax
public class LinearizedMinimumPrincipalStress : LinearizedStressResult
(Inherited from
LinearizedStressResult (p. 1195).)
Property Average (p. 546) Gets the Average.
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingInside (p. 1199) Gets the BendingInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingOutside (p. 1199) Gets the BendingOutside.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1175
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property By (p. 546) Gets or sets the By.
(Inherited from
LinearizedStressResult (p. 1195).)
Property GraphControlsXAxis (p. 1199) Gets or sets the GraphControlsXAxis.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Identifier (p. 548) Gets or sets the Identifier.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1176 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedMinimumPrincipalStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadMultiplier (p. 1200) Gets the LoadMultiplier.
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadStep (p. 548) Gets the LoadStep.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingCenter (p. 1200) Gets the MembraneBendingCenter.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingInside (p. 1200) Gets the MembraneBendingInside.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1177
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingOutside (p. 1200) Gets the MembraneBendingOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Minimum (p. 550) Gets the Minimum.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakCenter (p. 1201) Gets the PeakCenter.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakInside (p. 1201) Gets the PeakInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakOutside (p. 1201) Gets the PeakOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Position (p. 1201) Gets or sets the Position.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
LinearizedStressResult (p. 1195).)
Property StressStrainType (p. 1201) Gets or sets the StressStrainType.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Substep (p. 551) Gets the Substep.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1178 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedMinimumPrincipalStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property Suppressed (p. 551) Gets or sets the Suppressed.
(Inherited from
LinearizedStressResult (p. 1195).)
Property SweepingPhase (p. 1202) Gets or sets the SweepingPhase.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ThroughThicknessBendingStress (p. 1202) Gets or sets the
ThroughThicknessBendingStress.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Time (p. 551) Gets the Time.
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalInside (p. 1202) Gets the TotalInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalOutside (p. 1202) Gets the TotalOutside.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1179
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
LinearizedNormalStress
Defines a LinearizedNormalStress.
Declaration Syntax
public class LinearizedNormalStress : LinearizedStressResult
(Inherited from
LinearizedStressResult (p. 1195).)
Property Average (p. 546) Gets the Average.
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingInside (p. 1199) Gets the BendingInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingOutside (p. 1199) Gets the BendingOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property By (p. 546) Gets or sets the By.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1180 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedNormalStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property GraphControlsXAxis (p. 1199) Gets or sets the GraphControlsXAxis.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Identifier (p. 548) Gets or sets the Identifier.
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadMultiplier (p. 1200) Gets the LoadMultiplier.
(Inherited from
LinearizedStressResult (p. 1195).)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1181
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingCenter (p. 1200) Gets the MembraneBendingCenter.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingInside (p. 1200) Gets the MembraneBendingInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingOutside (p. 1200) Gets the MembraneBendingOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1182 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedNormalStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakInside (p. 1201) Gets the PeakInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakOutside (p. 1201) Gets the PeakOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Position (p. 1201) Gets or sets the Position.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
LinearizedStressResult (p. 1195).)
Property StressStrainType (p. 1201) Gets or sets the StressStrainType.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Substep (p. 551) Gets the Substep.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Suppressed (p. 551) Gets or sets the Suppressed.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1183
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property SweepingPhase (p. 1202) Gets or sets the SweepingPhase.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ThroughThicknessBendingStress (p. 1202) Gets or sets the
ThroughThicknessBendingStress.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Time (p. 551) Gets the Time.
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalInside (p. 1202) Gets the TotalInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalOutside (p. 1202) Gets the TotalOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1184 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedShearStress
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
LinearizedShearStress
Defines a LinearizedShearStress.
Declaration Syntax
public class LinearizedShearStress : LinearizedStressResult
(Inherited from
LinearizedStressResult (p. 1195).)
Property Average (p. 546) Gets the Average.
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingInside (p. 1199) Gets the BendingInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingOutside (p. 1199) Gets the BendingOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property By (p. 546) Gets or sets the By.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1185
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property GraphControlsXAxis (p. 1199) Gets or sets the GraphControlsXAxis.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Identifier (p. 548) Gets or sets the Identifier.
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadMultiplier (p. 1200) Gets the LoadMultiplier.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1186 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedShearStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadStep (p. 548) Gets the LoadStep.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingCenter (p. 1200) Gets the MembraneBendingCenter.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingInside (p. 1200) Gets the MembraneBendingInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingOutside (p. 1200) Gets the MembraneBendingOutside.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1187
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property Minimum (p. 550) Gets the Minimum.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakCenter (p. 1201) Gets the PeakCenter.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakInside (p. 1201) Gets the PeakInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakOutside (p. 1201) Gets the PeakOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Position (p. 1201) Gets or sets the Position.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ShearOrientation (p. 1190) Gets or sets the ShearOrientation.
Property StressStrainType (p. 1201) Gets or sets the StressStrainType.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Substep (p. 551) Gets the Substep.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1188 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedShearStress
(Inherited from
LinearizedStressResult (p. 1195).)
Property Suppressed (p. 551) Gets or sets the Suppressed.
(Inherited from
LinearizedStressResult (p. 1195).)
Property SweepingPhase (p. 1202) Gets or sets the SweepingPhase.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ThroughThicknessBendingStress (p. 1202) Gets or sets the
ThroughThicknessBendingStress.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Time (p. 551) Gets the Time.
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalInside (p. 1202) Gets the TotalInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalOutside (p. 1202) Gets the TotalOutside.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1189
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ShearOrientation
Gets or sets the ShearOrientation.
Declaration Syntax
public ShearOrientationType ShearOrientation { set;get; }
LinearizedStressIntensity
Defines a LinearizedStressIntensity.
Declaration Syntax
public class LinearizedStressIntensity : LinearizedStressResult
(Inherited from
LinearizedStressResult (p. 1195).)
Property Average (p. 546) Gets the Average.
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingInside (p. 1199) Gets the BendingInside.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1190 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedStressIntensity
(Inherited from
LinearizedStressResult (p. 1195).)
Property BendingOutside (p. 1199) Gets the BendingOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property By (p. 546) Gets or sets the By.
(Inherited from
LinearizedStressResult (p. 1195).)
Property GraphControlsXAxis (p. 1199) Gets or sets the GraphControlsXAxis.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Identifier (p. 548) Gets or sets the Identifier.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1191
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadMultiplier (p. 1200) Gets the LoadMultiplier.
(Inherited from
LinearizedStressResult (p. 1195).)
Property LoadStep (p. 548) Gets the LoadStep.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingCenter (p. 1200) Gets the MembraneBendingCenter.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1192 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedStressIntensity
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingInside (p. 1200) Gets the MembraneBendingInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property MembraneBendingOutside (p. 1200) Gets the MembraneBendingOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Minimum (p. 550) Gets the Minimum.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakCenter (p. 1201) Gets the PeakCenter.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakInside (p. 1201) Gets the PeakInside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property PeakOutside (p. 1201) Gets the PeakOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Position (p. 1201) Gets or sets the Position.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ResultType (p. 551) Gets or sets the ResultType.
(Inherited from
LinearizedStressResult (p. 1195).)
Property StressStrainType (p. 1201) Gets or sets the StressStrainType.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1193
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
(Inherited from
LinearizedStressResult (p. 1195).)
Property Substep (p. 551) Gets the Substep.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Suppressed (p. 551) Gets or sets the Suppressed.
(Inherited from
LinearizedStressResult (p. 1195).)
Property SweepingPhase (p. 1202) Gets or sets the SweepingPhase.
(Inherited from
LinearizedStressResult (p. 1195).)
Property ThroughThicknessBendingStress (p. 1202) Gets or sets the
ThroughThicknessBendingStress.
(Inherited from
LinearizedStressResult (p. 1195).)
Property Time (p. 551) Gets the Time.
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalInside (p. 1202) Gets the TotalInside.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1194 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedStressResult
(Inherited from
LinearizedStressResult (p. 1195).)
Property TotalOutside (p. 1202) Gets the TotalOutside.
(Inherited from
LinearizedStressResult (p. 1195).)
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
LinearizedStressResult
Defines a LinearizedStressResult.
Declaration Syntax
public abstract class LinearizedStressResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1195
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1196 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedStressResult
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1197
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
Amplitude
Gets or sets the Amplitude.
Declaration Syntax
public bool Amplitude { set;get; }
AverageRadiusOfCurvature
Gets or sets the AverageRadiusOfCurvature.
Declaration Syntax
public Quantity AverageRadiusOfCurvature { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1198 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedStressResult
BendingInside
Gets the BendingInside.
Declaration Syntax
public Quantity BendingInside { get; }
BendingOutside
Gets the BendingOutside.
Declaration Syntax
public Quantity BendingOutside { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Frequency
Gets or sets the Frequency.
Declaration Syntax
public Quantity Frequency { set;get; }
GraphControlsXAxis
Gets or sets the GraphControlsXAxis.
Declaration Syntax
public int GraphControlsXAxis { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Linearized2DBehavior
Gets or sets the Linearized2DBehavior.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1199
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
Declaration Syntax
public Linearized2DBehavior Linearized2DBehavior { set;get; }
LoadMultiplier
Gets the LoadMultiplier.
Declaration Syntax
public double LoadMultiplier { get; }
Membrane
Gets the Membrane.
Declaration Syntax
public Quantity Membrane { get; }
MembraneBendingCenter
Gets the MembraneBendingCenter.
Declaration Syntax
public Quantity MembraneBendingCenter { get; }
MembraneBendingInside
Gets the MembraneBendingInside.
Declaration Syntax
public Quantity MembraneBendingInside { get; }
MembraneBendingOutside
Gets the MembraneBendingOutside.
Declaration Syntax
public Quantity MembraneBendingOutside { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1200 of ANSYS, Inc. and its subsidiaries and affiliates.
LinearizedStressResult
PeakCenter
Gets the PeakCenter.
Declaration Syntax
public Quantity PeakCenter { get; }
PeakInside
Gets the PeakInside.
Declaration Syntax
public Quantity PeakInside { get; }
PeakOutside
Gets the PeakOutside.
Declaration Syntax
public Quantity PeakOutside { get; }
Position
Gets or sets the Position.
Declaration Syntax
public ShellFaceType Position { set;get; }
SetNumber
Gets or sets the SetNumber.
Declaration Syntax
public uint SetNumber { set;get; }
StressStrainType
Gets or sets the StressStrainType.
Declaration Syntax
public StressStrainType StressStrainType { set;get; }
Subtype
Gets or sets the Subtype.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1201
Ansys.ACT.Automation.Mechanical.Results.LinearizedStressResults Namespace
Declaration Syntax
public LinearizedSubtype Subtype { set;get; }
Surface
Gets the Surface.
Declaration Syntax
public uint Surface { get; }
SweepingPhase
Gets or sets the SweepingPhase.
Declaration Syntax
public Quantity SweepingPhase { set;get; }
ThroughThicknessBendingStress
Gets or sets the ThroughThicknessBendingStress.
Declaration Syntax
public ThroughThicknessBendingStress ThroughThicknessBendingStress { set;get; }
TotalCenter
Gets the TotalCenter.
Declaration Syntax
public Quantity TotalCenter { get; }
TotalInside
Gets the TotalInside.
Declaration Syntax
public Quantity TotalInside { get; }
TotalOutside
Gets the TotalOutside.
Declaration Syntax
public Quantity TotalOutside { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1202 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.GasketResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.GasketResults
GasketResult
Defines a GasketResult.
Declaration Syntax
public abstract class GasketResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1203
Ansys.ACT.Automation.Mechanical.Results.GasketResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1204 of ANSYS, Inc. and its subsidiaries and affiliates.
GasketResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1205
Ansys.ACT.Automation.Mechanical.Results.GasketResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
GasketResultType
Gets or sets the GasketResultType.
Declaration Syntax
public GasketResultType GasketResultType { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalGasketPressure
Defines a NormalGasketPressure.
Declaration Syntax
public class NormalGasketPressure : GasketResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1206 of ANSYS, Inc. and its subsidiaries and affiliates.
NormalGasketPressure
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1207
Ansys.ACT.Automation.Mechanical.Results.GasketResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1208 of ANSYS, Inc. and its subsidiaries and affiliates.
NormalGasketTotalClosure
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalGasketTotalClosure
Defines a NormalGasketTotalClosure.
Declaration Syntax
public class NormalGasketTotalClosure : GasketResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1209
Ansys.ACT.Automation.Mechanical.Results.GasketResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1210 of ANSYS, Inc. and its subsidiaries and affiliates.
NormalGasketTotalClosure
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1211
Ansys.ACT.Automation.Mechanical.Results.GasketResults Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ShearGasketPressure
Defines a ShearGasketPressure.
Declaration Syntax
public class ShearGasketPressure : GasketResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1212 of ANSYS, Inc. and its subsidiaries and affiliates.
ShearGasketPressure
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1213
Ansys.ACT.Automation.Mechanical.Results.GasketResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1214 of ANSYS, Inc. and its subsidiaries and affiliates.
ShearGasketTotalClosure
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ShearOrientation
Gets or sets the ShearOrientation.
Declaration Syntax
public ShearOrientationType ShearOrientation { set;get; }
ShearGasketTotalClosure
Defines a ShearGasketTotalClosure.
Declaration Syntax
public class ShearGasketTotalClosure : GasketResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1215
Ansys.ACT.Automation.Mechanical.Results.GasketResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1216 of ANSYS, Inc. and its subsidiaries and affiliates.
ShearGasketTotalClosure
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1217
Ansys.ACT.Automation.Mechanical.Results.GasketResults Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ShearOrientation
Gets or sets the ShearOrientation.
Declaration Syntax
public ShearOrientationType ShearOrientation { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1218 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults
FatigueBiaxialityIndication
Defines a FatigueBiaxialityIndication.
Declaration Syntax
public class FatigueBiaxialityIndication : FatigueToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1219
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1220 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueBiaxialityIndication
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1221
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
Property TimeForMaximumOfMinimumValues (p. 551) Get the Time for the maximum of
minimum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FatigueDamage
Defines a FatigueDamage.
Declaration Syntax
public class FatigueDamage : FatigueToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1222 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueDamage
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1223
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1224 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueDamageMatrix
Property TimeForMaximumOfMinimumValues (p. 551) Get the Time for the maximum of
minimum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FatigueDamageMatrix
Defines a FatigueDamageMatrix.
Declaration Syntax
public class FatigueDamageMatrix : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1225
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1226 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueDamageMatrix
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1227
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
FatigueEquivalentAlternativeStress
Defines a FatigueEquivalentAlternativeStress.
Declaration Syntax
public class FatigueEquivalentAlternativeStress : FatigueToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1228 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueEquivalentAlternativeStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1229
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1230 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueHysteresis
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FatigueHysteresis
Defines a FatigueHysteresis.
Declaration Syntax
public class FatigueHysteresis : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1231
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1232 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueHysteresis
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1233
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
FatigueLife
Defines a FatigueLife.
Declaration Syntax
public class FatigueLife : FatigueToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1234 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueLife
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1235
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1236 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueRainflowMatrix
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FatigueRainflowMatrix
Defines a FatigueRainflowMatrix.
Declaration Syntax
public class FatigueRainflowMatrix : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1237
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1238 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueSafetyFactor
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
FatigueSafetyFactor
Defines a FatigueSafetyFactor.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1239
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
Declaration Syntax
public class FatigueSafetyFactor : FatigueToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1240 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueSafetyFactor
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1241
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
FatigueSensitivity
Defines a FatigueSensitivity.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1242 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueSensitivity
Declaration Syntax
public class FatigueSensitivity : ResultChart
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1243
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
Property InternalObject (p. 1245) Gets the internal object. For advanced usage
only.
Property IsSolved (p. 558) Gets the IsSolved.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1244 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueToolResult
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultChartAuto InternalObject { get; }
FatigueToolResult
Defines a FatigueToolResult.
Declaration Syntax
public abstract class FatigueToolResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1245
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1246 of ANSYS, Inc. and its subsidiaries and affiliates.
FatigueToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1247
Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults Namespace
Property TimeForMaximumOfMinimumValues (p. 551) Get the Time for the maximum of
minimum values.
AverageAcrossBodies
Gets or sets the AverageAcrossBodies.
Declaration Syntax
public bool AverageAcrossBodies { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
DesignLife
Gets or sets the DesignLife.
Declaration Syntax
public double DesignLife { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Method
Gets the Method.
Declaration Syntax
public int Method { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1248 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.EnergyResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.EnergyResults
ElementalStrainEnergy
Defines a ElementalStrainEnergy.
Declaration Syntax
public class ElementalStrainEnergy : EnergyResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1249
Ansys.ACT.Automation.Mechanical.Results.EnergyResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1250 of ANSYS, Inc. and its subsidiaries and affiliates.
ElementalStrainEnergy
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1251
Ansys.ACT.Automation.Mechanical.Results.EnergyResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
EnergyResult
Defines a EnergyResult.
Declaration Syntax
public abstract class EnergyResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1252 of ANSYS, Inc. and its subsidiaries and affiliates.
EnergyResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1253
Ansys.ACT.Automation.Mechanical.Results.EnergyResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1254 of ANSYS, Inc. and its subsidiaries and affiliates.
StabilizationEnergy
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
StabilizationEnergy
Defines a StabilizationEnergy.
Declaration Syntax
public class StabilizationEnergy : EnergyResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1255
Ansys.ACT.Automation.Mechanical.Results.EnergyResults Namespace
Property InternalObject (p. 1257) Gets the internal object. For advanced
usage only.
Property IsSolved (p. 548) Gets the IsSolved.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1256 of ANSYS, Inc. and its subsidiaries and affiliates.
StabilizationEnergy
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1257
Ansys.ACT.Automation.Mechanical.Results.EnergyResults Namespace
StructuralStrainEnergy
Defines a StructuralStrainEnergy.
Declaration Syntax
public class StructuralStrainEnergy : EnergyResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1258 of ANSYS, Inc. and its subsidiaries and affiliates.
StructuralStrainEnergy
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1259
Ansys.ACT.Automation.Mechanical.Results.EnergyResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ThermalStrainEnergy
Defines a ThermalStrainEnergy.
Declaration Syntax
public class ThermalStrainEnergy : EnergyResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1260 of ANSYS, Inc. and its subsidiaries and affiliates.
ThermalStrainEnergy
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1261
Ansys.ACT.Automation.Mechanical.Results.EnergyResults Namespace
Property LoadStepForMinimumOfMaximumValues (p. 549) Get the Load Step for the minimum of
maximum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1262 of ANSYS, Inc. and its subsidiaries and affiliates.
ThermalStrainEnergy
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1263
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1264 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults
CurrentDensity
Defines a CurrentDensity.
Declaration Syntax
public class CurrentDensity : ElectromagneticResult
(Inherited from
ElectromagneticResult (p. 1277).)
Property By (p. 546) Gets or sets the By.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1265
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
(Inherited from
ElectromagneticResult (p. 1277).)
Property Figures (p. 548) Gets the list of associated figures.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1266 of ANSYS, Inc. and its subsidiaries and affiliates.
CurrentDensity
Property LoadStepForMinimumOfMaximumValues (p. 549) Get the Load Step for the minimum of
maximum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1267
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
DirectionalMagneticFieldIntensity
Defines a DirectionalMagneticFieldIntensity.
Declaration Syntax
public class DirectionalMagneticFieldIntensity : ElectromagneticResult
(Inherited from
ElectromagneticResult (p. 1277).)
Property By (p. 546) Gets or sets the By.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1268 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalMagneticFieldIntensity
(Inherited from
ElectromagneticResult (p. 1277).)
Property Figures (p. 548) Gets the list of associated figures.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1269
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
Property LoadStepForMinimumOfMaximumValues (p. 549) Get the Load Step for the minimum of
maximum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1270 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalMagneticFluxDensity
Property TimeForMaximumOfMaximumValues (p. 551) Get the Time for the maximum of
maximum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
DirectionalMagneticFluxDensity
Defines a DirectionalMagneticFluxDensity.
Declaration Syntax
public class DirectionalMagneticFluxDensity : ElectromagneticResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1271
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
(Inherited from
ElectromagneticResult (p. 1277).)
Property By (p. 546) Gets or sets the By.
(Inherited from
ElectromagneticResult (p. 1277).)
Property Figures (p. 548) Gets the list of associated figures.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1272 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalMagneticFluxDensity
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1273
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
ElectricPotential
Defines a ElectricPotential.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1274 of ANSYS, Inc. and its subsidiaries and affiliates.
ElectricPotential
Declaration Syntax
public class ElectricPotential : ElectromagneticResult
(Inherited from
ElectromagneticResult (p. 1277).)
Property By (p. 546) Gets or sets the By.
(Inherited from
ElectromagneticResult (p. 1277).)
Property Figures (p. 548) Gets the list of associated figures.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1275
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1276 of ANSYS, Inc. and its subsidiaries and affiliates.
ElectromagneticResult
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ElectromagneticResult
Defines a ElectromagneticResult.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1277
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
Declaration Syntax
public abstract class ElectromagneticResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1278 of ANSYS, Inc. and its subsidiaries and affiliates.
ElectromagneticResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1279
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
AverageAcrossBodies
Gets or sets the AverageAcrossBodies.
Declaration Syntax
public bool AverageAcrossBodies { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
ElectromagneticResultType
Gets or sets the ElectromagneticResultType.
Declaration Syntax
public TotalOrDirectional ElectromagneticResultType { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1280 of ANSYS, Inc. and its subsidiaries and affiliates.
MagneticDirectionalForces
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MagneticDirectionalForces
Defines a MagneticDirectionalForces.
Declaration Syntax
public class MagneticDirectionalForces : ElectromagneticResult
(Inherited from
ElectromagneticResult (p. 1277).)
Property By (p. 546) Gets or sets the By.
(Inherited from
ElectromagneticResult (p. 1277).)
Property Figures (p. 548) Gets the list of associated figures.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1281
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1282 of ANSYS, Inc. and its subsidiaries and affiliates.
MagneticDirectionalForces
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1283
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
MagneticError
Defines a MagneticError.
Declaration Syntax
public class MagneticError : ElectromagneticResult
(Inherited from
ElectromagneticResult (p. 1277).)
Property By (p. 546) Gets or sets the By.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1284 of ANSYS, Inc. and its subsidiaries and affiliates.
MagneticError
(Inherited from
ElectromagneticResult (p. 1277).)
Property Figures (p. 548) Gets the list of associated figures.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1285
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1286 of ANSYS, Inc. and its subsidiaries and affiliates.
MagneticTotalForces
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MagneticTotalForces
Defines a MagneticTotalForces.
Declaration Syntax
public class MagneticTotalForces : ElectromagneticResult
(Inherited from
ElectromagneticResult (p. 1277).)
Property By (p. 546) Gets or sets the By.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1287
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
(Inherited from
ElectromagneticResult (p. 1277).)
Property Figures (p. 548) Gets the list of associated figures.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1288 of ANSYS, Inc. and its subsidiaries and affiliates.
MagneticTotalForces
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1289
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
TotalMagneticFieldIntensity
Defines a TotalMagneticFieldIntensity.
Declaration Syntax
public class TotalMagneticFieldIntensity : ElectromagneticResult
(Inherited from
ElectromagneticResult (p. 1277).)
Property By (p. 546) Gets or sets the By.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1290 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalMagneticFieldIntensity
(Inherited from
ElectromagneticResult (p. 1277).)
Property Figures (p. 548) Gets the list of associated figures.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1291
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1292 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalMagneticFluxDensity
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
TotalMagneticFluxDensity
Defines a TotalMagneticFluxDensity.
Declaration Syntax
public class TotalMagneticFluxDensity : ElectromagneticResult
(Inherited from
ElectromagneticResult (p. 1277).)
Property By (p. 546) Gets or sets the By.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1293
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
(Inherited from
ElectromagneticResult (p. 1277).)
Property Figures (p. 548) Gets the list of associated figures.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1294 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalMagneticFluxDensity
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1295
Ansys.ACT.Automation.Mechanical.Results.ElectromagneticResults Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1296 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.ElectricResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.ElectricResults
DirectionalCurrentDensity
Defines a DirectionalCurrentDensity.
Declaration Syntax
public class DirectionalCurrentDensity : ElectricResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1297
Ansys.ACT.Automation.Mechanical.Results.ElectricResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1298 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalCurrentDensity
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1299
Ansys.ACT.Automation.Mechanical.Results.ElectricResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
DirectionalElectricFieldIntensity
Defines a DirectionalElectricFieldIntensity.
Declaration Syntax
public class DirectionalElectricFieldIntensity : ElectricResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1300 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalElectricFieldIntensity
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1301
Ansys.ACT.Automation.Mechanical.Results.ElectricResults Namespace
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1302 of ANSYS, Inc. and its subsidiaries and affiliates.
ElectricResult
Property TimeForMaximumOfMinimumValues (p. 551) Get the Time for the maximum of
minimum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
ElectricResult
Defines a ElectricResult.
Declaration Syntax
public abstract class ElectricResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1303
Ansys.ACT.Automation.Mechanical.Results.ElectricResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1304 of ANSYS, Inc. and its subsidiaries and affiliates.
ElectricResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1305
Ansys.ACT.Automation.Mechanical.Results.ElectricResults Namespace
Property TimeForMaximumOfMinimumValues (p. 551) Get the Time for the maximum of
minimum values.
AverageAcrossBodies
Gets or sets the AverageAcrossBodies.
Declaration Syntax
public bool AverageAcrossBodies { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
ElectricResultType
Gets or sets the ElectricResultType.
Declaration Syntax
public TotalOrDirectional ElectricResultType { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ElectricVoltage
Defines a ElectricVoltage.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1306 of ANSYS, Inc. and its subsidiaries and affiliates.
ElectricVoltage
Declaration Syntax
public class ElectricVoltage : ElectricResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1307
Ansys.ACT.Automation.Mechanical.Results.ElectricResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1308 of ANSYS, Inc. and its subsidiaries and affiliates.
JouleHeat
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
JouleHeat
Defines a JouleHeat.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1309
Ansys.ACT.Automation.Mechanical.Results.ElectricResults Namespace
Declaration Syntax
public class JouleHeat : ElectricResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1310 of ANSYS, Inc. and its subsidiaries and affiliates.
JouleHeat
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1311
Ansys.ACT.Automation.Mechanical.Results.ElectricResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
TotalCurrentDensity
Defines a TotalCurrentDensity.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1312 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalCurrentDensity
Declaration Syntax
public class TotalCurrentDensity : ElectricResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1313
Ansys.ACT.Automation.Mechanical.Results.ElectricResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1314 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalElectricFieldIntensity
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
TotalElectricFieldIntensity
Defines a TotalElectricFieldIntensity.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1315
Ansys.ACT.Automation.Mechanical.Results.ElectricResults Namespace
Declaration Syntax
public class TotalElectricFieldIntensity : ElectricResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1316 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalElectricFieldIntensity
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1317
Ansys.ACT.Automation.Mechanical.Results.ElectricResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1318 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.ContactToolResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.ContactToolResults
ContactFluidPressure
Defines a ContactFluidPressure.
Declaration Syntax
public class ContactFluidPressure : ContactToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1319
Ansys.ACT.Automation.Mechanical.Results.ContactToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1320 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactFluidPressure
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1321
Ansys.ACT.Automation.Mechanical.Results.ContactToolResults Namespace
Property TimeForMinimumOfMaximumValues (p. 552) Get the Time for the minimum of
maximum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ContactFrictionalStress
Defines a ContactFrictionalStress.
Declaration Syntax
public class ContactFrictionalStress : ContactToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1322 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactFrictionalStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1323
Ansys.ACT.Automation.Mechanical.Results.ContactToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1324 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactGap
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ContactGap
Defines a ContactGap.
Declaration Syntax
public class ContactGap : ContactToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1325
Ansys.ACT.Automation.Mechanical.Results.ContactToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1326 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactGap
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1327
Ansys.ACT.Automation.Mechanical.Results.ContactToolResults Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ContactPenetration
Defines a ContactPenetration.
Declaration Syntax
public class ContactPenetration : ContactToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1328 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactPenetration
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1329
Ansys.ACT.Automation.Mechanical.Results.ContactToolResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1330 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactPressure
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ContactPressure
Defines a ContactPressure.
Declaration Syntax
public class ContactPressure : ContactToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1331
Ansys.ACT.Automation.Mechanical.Results.ContactToolResults Namespace
Property InternalObject (p. 1333) Gets the internal object. For advanced
usage only.
Property IsSolved (p. 548) Gets the IsSolved.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1332 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactPressure
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1333
Ansys.ACT.Automation.Mechanical.Results.ContactToolResults Namespace
ContactSlidingDistance
Defines a ContactSlidingDistance.
Declaration Syntax
public class ContactSlidingDistance : ContactToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1334 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactSlidingDistance
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1335
Ansys.ACT.Automation.Mechanical.Results.ContactToolResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ContactStatus
Defines a ContactStatus.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1336 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactStatus
Declaration Syntax
public class ContactStatus : ContactToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1337
Ansys.ACT.Automation.Mechanical.Results.ContactToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1338 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactToolResult
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ContactToolResult
Defines a ContactToolResult.
Declaration Syntax
public abstract class ContactToolResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1339
Ansys.ACT.Automation.Mechanical.Results.ContactToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1340 of ANSYS, Inc. and its subsidiaries and affiliates.
ContactToolResult
Property LoadStepForMinimumOfMaximumValues (p. 549) Get the Load Step for the minimum of
maximum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1341
Ansys.ACT.Automation.Mechanical.Results.ContactToolResults Namespace
ContactResultType
Gets or sets the ContactResultType.
Declaration Syntax
public ContactResultType ContactResultType { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1342 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.BoltToolResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.BoltToolResults
BoltAdjustment
Defines a BoltAdjustment.
Declaration Syntax
public class BoltAdjustment : BoltToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1343
Ansys.ACT.Automation.Mechanical.Results.BoltToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1344 of ANSYS, Inc. and its subsidiaries and affiliates.
BoltAdjustment
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1345
Ansys.ACT.Automation.Mechanical.Results.BoltToolResults Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
BoltTool
Defines a BoltTool.
Declaration Syntax
public class BoltTool : DataModelObject, IFolderDataModelObject
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1346 of ANSYS, Inc. and its subsidiaries and affiliates.
BoltTool
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSBoltToolAuto InternalObject { get; }
AddAdjustment()
Creates a new BoltAdjustment
Declaration Syntax
public virtual BoltAdjustment AddAdjustment()
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddFigure()
Creates a new child Figure.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1347
Ansys.ACT.Automation.Mechanical.Results.BoltToolResults Namespace
Declaration Syntax
public virtual Figure AddFigure()
AddWorkingLoad()
Creates a new BoltWorkingLoad
Declaration Syntax
public virtual BoltWorkingLoad AddWorkingLoad()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1348 of ANSYS, Inc. and its subsidiaries and affiliates.
BoltToolResult
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
BoltToolResult
Defines a BoltToolResult.
Declaration Syntax
public abstract class BoltToolResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1349
Ansys.ACT.Automation.Mechanical.Results.BoltToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1350 of ANSYS, Inc. and its subsidiaries and affiliates.
BoltToolResult
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1351
Ansys.ACT.Automation.Mechanical.Results.BoltToolResults Namespace
BoltWorkingLoad
Defines a BoltWorkingLoad.
Declaration Syntax
public class BoltWorkingLoad : BoltToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1352 of ANSYS, Inc. and its subsidiaries and affiliates.
BoltWorkingLoad
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1353
Ansys.ACT.Automation.Mechanical.Results.BoltToolResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1354 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.BeamToolResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.BeamToolResults
BeamTool
Defines a BeamTool.
Declaration Syntax
public class BeamTool : DataModelObject, IFolderDataModelObject
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1355
Ansys.ACT.Automation.Mechanical.Results.BeamToolResults Namespace
Children
Gets the list of children.
Declaration Syntax
public IList<DataModelObject> Children { get; }
Comments
Gets the list of associated comments.
Declaration Syntax
public IEnumerable<Comment> Comments { get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Figures
Gets the list of associated figures.
Declaration Syntax
public IEnumerable<Figure> Figures { get; }
InternalObject
Gets the internal object. For advanced usage only.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1356 of ANSYS, Inc. and its subsidiaries and affiliates.
BeamTool
Declaration Syntax
public IDSBeamToolAuto InternalObject { get; }
Location
Gets or sets the Location.
Declaration Syntax
public ISelectionInfo Location { set;get; }
AddComment()
Creates a new child Comment.
Declaration Syntax
public virtual Comment AddComment()
AddDirectionalDeformation()
Creates a new DirectionalDeformation
Declaration Syntax
public virtual DirectionalDeformation AddDirectionalDeformation()
AddDirectStress()
Creates a new DirectStress
Declaration Syntax
public virtual DirectStress AddDirectStress()
AddFigure()
Creates a new child Figure.
Declaration Syntax
public virtual Figure AddFigure()
AddMaximumBendingStress()
Creates a new MaximumBendingStress
Declaration Syntax
public virtual MaximumBendingStress AddMaximumBendingStress()
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1357
Ansys.ACT.Automation.Mechanical.Results.BeamToolResults Namespace
AddMaximumCombinedStress()
Creates a new MaximumCombinedStress
Declaration Syntax
public virtual MaximumCombinedStress AddMaximumCombinedStress()
AddMinimumBendingStress()
Creates a new MinimumBendingStress
Declaration Syntax
public virtual MinimumBendingStress AddMinimumBendingStress()
AddMinimumCombinedStress()
Creates a new MinimumCombinedStress
Declaration Syntax
public virtual MinimumCombinedStress AddMinimumCombinedStress()
AddTotalDeformation()
Creates a new TotalDeformation
Declaration Syntax
public virtual TotalDeformation AddTotalDeformation()
Delete()
Run the Delete action.
Declaration Syntax
public virtual void Delete()
Duplicate()
Run the Duplicate action.
Declaration Syntax
public virtual void Duplicate()
GetChildren<ChildrenType>(bool, IList<ChildrenType>)
Gets the list of children, filtered by type.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1358 of ANSYS, Inc. and its subsidiaries and affiliates.
BeamToolResult
Declaration Syntax
public virtual IList<ChildrenType> GetChildren<ChildrenType>(bool recurses, IList<ChildrenType> children)
Parameters
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<ChildrenType>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
Declaration Syntax
public virtual IList<DataModelObject> GetChildren(DataModelObjectCategory category, bool recurses,
IList<DataModelObject> children)
Parameters
category(DataModelObjectCategory)
The category of the data model object to retrieve.
recurses(bool)
Whether to retrieve grandchildren recursively.
children(IList<DataModelObject>)
Input list that will be populated through the whole process. (If not specified a new list will be created.)
BeamToolResult
Defines a BeamToolResult.
Declaration Syntax
public abstract class BeamToolResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1359
Ansys.ACT.Automation.Mechanical.Results.BeamToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1360 of ANSYS, Inc. and its subsidiaries and affiliates.
BeamToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1361
Ansys.ACT.Automation.Mechanical.Results.BeamToolResults Namespace
BeamToolStressResultType
Gets or sets the BeamToolStressResultType.
Declaration Syntax
public BeamToolStressResultType BeamToolStressResultType { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
DirectStress
Defines a DirectStress.
Declaration Syntax
public class DirectStress : BeamToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1362 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1363
Ansys.ACT.Automation.Mechanical.Results.BeamToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1364 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumBendingStress
Property TimeForMinimumOfMaximumValues (p. 552) Get the Time for the minimum of
maximum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MaximumBendingStress
Defines a MaximumBendingStress.
Declaration Syntax
public class MaximumBendingStress : BeamToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1365
Ansys.ACT.Automation.Mechanical.Results.BeamToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1366 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumBendingStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1367
Ansys.ACT.Automation.Mechanical.Results.BeamToolResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MaximumCombinedStress
Defines a MaximumCombinedStress.
Declaration Syntax
public class MaximumCombinedStress : BeamToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1368 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumCombinedStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1369
Ansys.ACT.Automation.Mechanical.Results.BeamToolResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1370 of ANSYS, Inc. and its subsidiaries and affiliates.
MinimumBendingStress
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MinimumBendingStress
Defines a MinimumBendingStress.
Declaration Syntax
public class MinimumBendingStress : BeamToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1371
Ansys.ACT.Automation.Mechanical.Results.BeamToolResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1372 of ANSYS, Inc. and its subsidiaries and affiliates.
MinimumBendingStress
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1373
Ansys.ACT.Automation.Mechanical.Results.BeamToolResults Namespace
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MinimumCombinedStress
Defines a MinimumCombinedStress.
Declaration Syntax
public class MinimumCombinedStress : BeamToolResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1374 of ANSYS, Inc. and its subsidiaries and affiliates.
MinimumCombinedStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1375
Ansys.ACT.Automation.Mechanical.Results.BeamToolResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1376 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.BeamResults
BeamResult
Defines a BeamResult.
Declaration Syntax
public abstract class BeamResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1377
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1378 of ANSYS, Inc. and its subsidiaries and affiliates.
BeamResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1379
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
Property TimeForMaximumOfMinimumValues (p. 551) Get the Time for the maximum of
minimum values.
BeamResultType
Gets or sets the BeamResultType.
Declaration Syntax
public TotalOrDirectional BeamResultType { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
GraphControlsXAxis
Gets or sets the GraphControlsXAxis.
Declaration Syntax
public int GraphControlsXAxis { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Surface
Gets the Surface.
Declaration Syntax
public uint Surface { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1380 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalAxialForce
DirectionalAxialForce
Defines a DirectionalAxialForce.
Declaration Syntax
public class DirectionalAxialForce : BeamResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1381
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1382 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalAxialForce
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1383
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
DirectionalBendingMoment
Defines a DirectionalBendingMoment.
Declaration Syntax
public class DirectionalBendingMoment : BeamResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1384 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalBendingMoment
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1385
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1386 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalShearForce
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
DirectionalShearForce
Defines a DirectionalShearForce.
Declaration Syntax
public class DirectionalShearForce : BeamResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1387
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1388 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalShearForce
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1389
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
DirectionalShearMomentDiagram
Defines a DirectionalShearMomentDiagram.
Declaration Syntax
public class DirectionalShearMomentDiagram : BeamResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1390 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalShearMomentDiagram
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1391
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1392 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalTorsionalMoment
GraphicsDisplay
Gets or sets the GraphicsDisplay.
Declaration Syntax
public ShearMomentDiagramOrientationType GraphicsDisplay { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ShearMomentType
Gets or sets the ShearMomentType.
Declaration Syntax
public ShearMomentType ShearMomentType { set;get; }
DirectionalTorsionalMoment
Defines a DirectionalTorsionalMoment.
Declaration Syntax
public class DirectionalTorsionalMoment : BeamResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1393
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1394 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalTorsionalMoment
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1395
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
TotalAxialForce
Defines a TotalAxialForce.
Declaration Syntax
public class TotalAxialForce : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1396 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalAxialForce
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1397
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1398 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalBendingMoment
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
TotalBendingMoment
Defines a TotalBendingMoment.
Declaration Syntax
public class TotalBendingMoment : BeamResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1399
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1400 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalBendingMoment
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1401
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
TotalShearForce
Defines a TotalShearForce.
Declaration Syntax
public class TotalShearForce : BeamResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1402 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalShearForce
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1403
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1404 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalShearMomentDiagram
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
TotalShearMomentDiagram
Defines a TotalShearMomentDiagram.
Declaration Syntax
public class TotalShearMomentDiagram : BeamResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1405
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1406 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalShearMomentDiagram
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1407
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
GraphicsDisplay
Gets or sets the GraphicsDisplay.
Declaration Syntax
public ShearMomentDiagramOrientationType GraphicsDisplay { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ShearMomentType
Gets or sets the ShearMomentType.
Declaration Syntax
public ShearMomentType ShearMomentType { set;get; }
TotalTorsionalMoment
Defines a TotalTorsionalMoment.
Declaration Syntax
public class TotalTorsionalMoment : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1408 of ANSYS, Inc. and its subsidiaries and affiliates.
TotalTorsionalMoment
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1409
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1410 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorAxialForce
Property TimeForMinimumOfMinimumValues (p. 552) Get the Time for the minimum of
minimum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
VectorAxialForce
Defines a VectorAxialForce.
Declaration Syntax
public class VectorAxialForce : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1411
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1412 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorAxialForce
DataModelObjectCategory
Gets the current DataModelObject's category.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1413
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
VectorBendingMoment
Defines a VectorBendingMoment.
Declaration Syntax
public class VectorBendingMoment : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1414 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorBendingMoment
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1415
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1416 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorShearForce
VectorShearForce
Defines a VectorShearForce.
Declaration Syntax
public class VectorShearForce : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1417
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1418 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorTorsionalMoment
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
VectorTorsionalMoment
Defines a VectorTorsionalMoment.
Declaration Syntax
public class VectorTorsionalMoment : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1419
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1420 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorTorsionalMoment
Property LoadStepForMinimumOfMaximumValues (p. 549) Get the Load Step for the minimum of
maximum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1421
Ansys.ACT.Automation.Mechanical.Results.BeamResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1422 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.StressResults
Defines a ShellTopPeakStress.
StressIntensity (p. 1515) Defines a StressIntensity.
StressResult (p. 1520) Defines a StressResult.
StructuralError (p. 1529) Defines a StructuralError.
VectorPrincipalStress (p. 1534) Defines a VectorPrincipalStress.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1423
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
BendingStressEquivalent
Defines a BendingStressEquivalent.
Declaration Syntax
public class BendingStressEquivalent : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1424 of ANSYS, Inc. and its subsidiaries and affiliates.
BendingStressEquivalent
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1425
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1426 of ANSYS, Inc. and its subsidiaries and affiliates.
BendingStressEquivalent
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1427
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
BendingStressIntensity
Defines a BendingStressIntensity.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1428 of ANSYS, Inc. and its subsidiaries and affiliates.
BendingStressIntensity
Declaration Syntax
public class BendingStressIntensity : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1429
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1430 of ANSYS, Inc. and its subsidiaries and affiliates.
BendingStressIntensity
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1431
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1432 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalStress
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
DirectionalStress
Defines a DirectionalStress.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1433
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Declaration Syntax
public class DirectionalStress : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1434 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1435
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1436 of ANSYS, Inc. and its subsidiaries and affiliates.
DirectionalStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1437
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
EquivalentStress
Defines a EquivalentStress.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1438 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentStress
Declaration Syntax
public class EquivalentStress : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1439
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1440 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentStress
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1441
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1442 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentStressPSD
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
EquivalentStressPSD
Defines a EquivalentStressPSD.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1443
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Declaration Syntax
public class EquivalentStressPSD : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1444 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentStressPSD
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1445
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1446 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentStressPSD
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1447
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
EquivalentStressRS
Defines a EquivalentStressRS.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1448 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentStressRS
Declaration Syntax
public class EquivalentStressRS : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1449
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1450 of ANSYS, Inc. and its subsidiaries and affiliates.
EquivalentStressRS
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1451
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1452 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumPrincipalStress
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MaximumPrincipalStress
Defines a MaximumPrincipalStress.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1453
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Declaration Syntax
public class MaximumPrincipalStress : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1454 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumPrincipalStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1455
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1456 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumPrincipalStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1457
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MaximumShearStress
Defines a MaximumShearStress.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1458 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumShearStress
Declaration Syntax
public class MaximumShearStress : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1459
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1460 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumShearStress
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1461
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1462 of ANSYS, Inc. and its subsidiaries and affiliates.
MaximumShearStress
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ShearOrientation
Gets or sets the ShearOrientation.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1463
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Declaration Syntax
public ShearOrientationType ShearOrientation { set;get; }
MembraneStressEquivalent
Defines a MembraneStressEquivalent.
Declaration Syntax
public class MembraneStressEquivalent : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1464 of ANSYS, Inc. and its subsidiaries and affiliates.
MembraneStressEquivalent
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1465
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1466 of ANSYS, Inc. and its subsidiaries and affiliates.
MembraneStressEquivalent
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1467
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1468 of ANSYS, Inc. and its subsidiaries and affiliates.
MembraneStressIntensity
MembraneStressIntensity
Defines a MembraneStressIntensity.
Declaration Syntax
public class MembraneStressIntensity : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1469
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1470 of ANSYS, Inc. and its subsidiaries and affiliates.
MembraneStressIntensity
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1471
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1472 of ANSYS, Inc. and its subsidiaries and affiliates.
MiddlePrincipalStress
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MiddlePrincipalStress
Defines a MiddlePrincipalStress.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1473
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Declaration Syntax
public class MiddlePrincipalStress : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1474 of ANSYS, Inc. and its subsidiaries and affiliates.
MiddlePrincipalStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1475
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1476 of ANSYS, Inc. and its subsidiaries and affiliates.
MiddlePrincipalStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1477
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
MinimumPrincipalStress
Defines a MinimumPrincipalStress.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1478 of ANSYS, Inc. and its subsidiaries and affiliates.
MinimumPrincipalStress
Declaration Syntax
public class MinimumPrincipalStress : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1479
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1480 of ANSYS, Inc. and its subsidiaries and affiliates.
MinimumPrincipalStress
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1481
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1482 of ANSYS, Inc. and its subsidiaries and affiliates.
NormalStress
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalStress
Defines a NormalStress.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1483
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Declaration Syntax
public class NormalStress : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1484 of ANSYS, Inc. and its subsidiaries and affiliates.
NormalStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1485
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Property LoadStepForMinimumOfMinimumValues (p. 549) Get the Load Step for the minimum of
minimum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1486 of ANSYS, Inc. and its subsidiaries and affiliates.
NormalStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1487
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1488 of ANSYS, Inc. and its subsidiaries and affiliates.
ShearStress
ShearStress
Defines a ShearStress.
Declaration Syntax
public class ShearStress : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1489
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1490 of ANSYS, Inc. and its subsidiaries and affiliates.
ShearStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1491
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1492 of ANSYS, Inc. and its subsidiaries and affiliates.
ShearStress
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1493
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
ShearOrientation
Gets or sets the ShearOrientation.
Declaration Syntax
public ShearOrientationType ShearOrientation { set;get; }
ShellBendingStress
Defines a ShellBendingStress.
Declaration Syntax
public class ShellBendingStress : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1494 of ANSYS, Inc. and its subsidiaries and affiliates.
ShellBendingStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1495
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1496 of ANSYS, Inc. and its subsidiaries and affiliates.
ShellBendingStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1497
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1498 of ANSYS, Inc. and its subsidiaries and affiliates.
ShellBottomPeakStress
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public ShellMBPOrientationType NormalOrientation { set;get; }
ShellMBPType
Gets the ShellMBPType.
Declaration Syntax
public ShellMBPType ShellMBPType { get; }
ShellBottomPeakStress
Defines a ShellBottomPeakStress.
Declaration Syntax
public class ShellBottomPeakStress : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1499
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1500 of ANSYS, Inc. and its subsidiaries and affiliates.
ShellBottomPeakStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1501
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1502 of ANSYS, Inc. and its subsidiaries and affiliates.
ShellBottomPeakStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1503
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public ShellMBPOrientationType NormalOrientation { set;get; }
ShellMBPType
Gets the ShellMBPType.
Declaration Syntax
public ShellMBPType ShellMBPType { get; }
ShellMembraneStress
Defines a ShellMembraneStress.
Declaration Syntax
public class ShellMembraneStress : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1504 of ANSYS, Inc. and its subsidiaries and affiliates.
ShellMembraneStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1505
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1506 of ANSYS, Inc. and its subsidiaries and affiliates.
ShellMembraneStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1507
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1508 of ANSYS, Inc. and its subsidiaries and affiliates.
ShellMembraneStress
Property TimeForMaximumOfMaximumValues (p. 551) Get the Time for the maximum of
maximum values.
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public ShellMBPOrientationType NormalOrientation { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1509
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
ShellMBPType
Gets the ShellMBPType.
Declaration Syntax
public ShellMBPType ShellMBPType { get; }
ShellTopPeakStress
Defines a ShellTopPeakStress.
Defines a ShellTopPeakStress.
Declaration Syntax
public class ShellTopPeakStress : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1510 of ANSYS, Inc. and its subsidiaries and affiliates.
ShellTopPeakStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1511
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Property LoadStepForMaximumOfMaximumValues (p. 549) Get the Load Step for the maximum of
maximum values.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1512 of ANSYS, Inc. and its subsidiaries and affiliates.
ShellTopPeakStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1513
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1514 of ANSYS, Inc. and its subsidiaries and affiliates.
StressIntensity
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public ShellMBPOrientationType NormalOrientation { set;get; }
ShellMBPType
Gets the ShellMBPType.
Declaration Syntax
public ShellMBPType ShellMBPType { get; }
StressIntensity
Defines a StressIntensity.
Declaration Syntax
public class StressIntensity : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1515
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1516 of ANSYS, Inc. and its subsidiaries and affiliates.
StressIntensity
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1517
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1518 of ANSYS, Inc. and its subsidiaries and affiliates.
StressIntensity
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1519
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
StressResult
Defines a StressResult.
Declaration Syntax
public abstract class StressResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1520 of ANSYS, Inc. and its subsidiaries and affiliates.
StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1521
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1522 of ANSYS, Inc. and its subsidiaries and affiliates.
StressResult
Amplitude
Gets or sets the Amplitude.
Declaration Syntax
public bool Amplitude { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1523
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
AverageAcrossBodies
Gets or sets the AverageAcrossBodies.
Declaration Syntax
public bool AverageAcrossBodies { set;get; }
AverageRadiusOfCurvature
Gets or sets the AverageRadiusOfCurvature.
Declaration Syntax
public Quantity AverageRadiusOfCurvature { set;get; }
BendingInside
Gets the BendingInside.
Declaration Syntax
public Quantity BendingInside { get; }
BendingOutside
Gets the BendingOutside.
Declaration Syntax
public Quantity BendingOutside { get; }
CyclicMode
Gets or sets the CyclicMode.
Declaration Syntax
public uint CyclicMode { set;get; }
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Frequency
Gets or sets the Frequency.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1524 of ANSYS, Inc. and its subsidiaries and affiliates.
StressResult
Declaration Syntax
public Quantity Frequency { set;get; }
GraphControlsXAxis
Gets or sets the GraphControlsXAxis.
Declaration Syntax
public int GraphControlsXAxis { set;get; }
HarmonicIndex
Gets or sets the HarmonicIndex.
Declaration Syntax
public uint HarmonicIndex { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Layer
Gets or sets the Layer.
Declaration Syntax
public int Layer { set;get; }
Linearized2DBehavior
Gets or sets the Linearized2DBehavior.
Declaration Syntax
public Linearized2DBehavior Linearized2DBehavior { set;get; }
LoadMultiplier
Gets the LoadMultiplier.
Declaration Syntax
public double LoadMultiplier { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1525
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Membrane
Gets the Membrane.
Declaration Syntax
public Quantity Membrane { get; }
MembraneBendingCenter
Gets the MembraneBendingCenter.
Declaration Syntax
public Quantity MembraneBendingCenter { get; }
MembraneBendingInside
Gets the MembraneBendingInside.
Declaration Syntax
public Quantity MembraneBendingInside { get; }
MembraneBendingOutside
Gets the MembraneBendingOutside.
Declaration Syntax
public Quantity MembraneBendingOutside { get; }
Mode
Gets or sets the Mode.
Declaration Syntax
public uint Mode { set;get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
PeakCenter
Gets the PeakCenter.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1526 of ANSYS, Inc. and its subsidiaries and affiliates.
StressResult
Declaration Syntax
public Quantity PeakCenter { get; }
PeakInside
Gets the PeakInside.
Declaration Syntax
public Quantity PeakInside { get; }
PeakOutside
Gets the PeakOutside.
Declaration Syntax
public Quantity PeakOutside { get; }
PhaseIncrement
Gets or sets the PhaseIncrement.
Declaration Syntax
public Quantity PhaseIncrement { set;get; }
Position
Gets or sets the Position.
Declaration Syntax
public ShellFaceType Position { set;get; }
Probability
Gets the Probability.
Declaration Syntax
public double Probability { get; }
ReportedFrequency
Gets the ReportedFrequency.
Declaration Syntax
public Quantity ReportedFrequency { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1527
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
ScaleFactor
Gets or sets the ScaleFactor.
Declaration Syntax
public ResultScopeByType ScaleFactor { set;get; }
SetNumber
Gets or sets the SetNumber.
Declaration Syntax
public uint SetNumber { set;get; }
StressStrainType
Gets or sets the StressStrainType.
Declaration Syntax
public StressStrainType StressStrainType { set;get; }
Subtype
Gets or sets the Subtype.
Declaration Syntax
public LinearizedSubtype Subtype { set;get; }
Surface
Gets the Surface.
Declaration Syntax
public uint Surface { get; }
SweepingPhase
Gets or sets the SweepingPhase.
Declaration Syntax
public Quantity SweepingPhase { set;get; }
ThroughThicknessBendingStress
Gets or sets the ThroughThicknessBendingStress.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1528 of ANSYS, Inc. and its subsidiaries and affiliates.
StructuralError
Declaration Syntax
public ThroughThicknessBendingStress ThroughThicknessBendingStress { set;get; }
TotalCenter
Gets the TotalCenter.
Declaration Syntax
public Quantity TotalCenter { get; }
TotalInside
Gets the TotalInside.
Declaration Syntax
public Quantity TotalInside { get; }
TotalOutside
Gets the TotalOutside.
Declaration Syntax
public Quantity TotalOutside { get; }
StructuralError
Defines a StructuralError.
Declaration Syntax
public class StructuralError : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1529
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1530 of ANSYS, Inc. and its subsidiaries and affiliates.
StructuralError
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1531
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1532 of ANSYS, Inc. and its subsidiaries and affiliates.
StructuralError
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1533
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
VectorPrincipalStress
Defines a VectorPrincipalStress.
Declaration Syntax
public class VectorPrincipalStress : StressResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1534 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorPrincipalStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1535
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1536 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorPrincipalStress
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1537
Ansys.ACT.Automation.Mechanical.Results.StressResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1538 of ANSYS, Inc. and its subsidiaries and affiliates.
VectorPrincipalStress
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1539
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1540 of ANSYS, Inc. and its subsidiaries and affiliates.
Ansys.ACT.Automation.Mechanical.Results.AcousticResults
Namespace
Declaration Syntax
namespace Ansys.ACT.Automation.Mechanical.Results.AcousticResults
AcousticAWeightedSoundPressureLevel
Defines a AcousticAWeightedSoundPressureLevel.
Declaration Syntax
public class AcousticAWeightedSoundPressureLevel : AcousticResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1541
Ansys.ACT.Automation.Mechanical.Results.AcousticResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1542 of ANSYS, Inc. and its subsidiaries and affiliates.
AcousticAWeightedSoundPressureLevel
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1543
Ansys.ACT.Automation.Mechanical.Results.AcousticResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
AcousticDirectionalVelocityResult
Defines a AcousticDirectionalVelocityResult.
Declaration Syntax
public class AcousticDirectionalVelocityResult : AcousticResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1544 of ANSYS, Inc. and its subsidiaries and affiliates.
AcousticDirectionalVelocityResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1545
Ansys.ACT.Automation.Mechanical.Results.AcousticResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1546 of ANSYS, Inc. and its subsidiaries and affiliates.
AcousticDirectionalVelocityResult
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
NormalOrientation
Gets or sets the NormalOrientation.
Declaration Syntax
public NormalOrientationType NormalOrientation { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1547
Ansys.ACT.Automation.Mechanical.Results.AcousticResults Namespace
AcousticFarFieldResult
Defines a AcousticFarFieldResult.
Declaration Syntax
public class AcousticFarFieldResult : Result
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1548 of ANSYS, Inc. and its subsidiaries and affiliates.
AcousticFarFieldResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1549
Ansys.ACT.Automation.Mechanical.Results.AcousticResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1550 of ANSYS, Inc. and its subsidiaries and affiliates.
AcousticFarFieldResult
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
Density
Gets or sets the Density.
Declaration Syntax
public Quantity Density { set;get; }
EndingRadiationAnglePhi
Gets or sets the EndingRadiationAnglePhi.
Declaration Syntax
public Quantity EndingRadiationAnglePhi { set;get; }
EndingRadiationAngleTheta
Gets or sets the EndingRadiationAngleTheta.
Declaration Syntax
public Quantity EndingRadiationAngleTheta { set;get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
ModelThicknessInZDirection
Gets or sets the ModelThicknessInZDirection.
Declaration Syntax
public Quantity ModelThicknessInZDirection { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1551
Ansys.ACT.Automation.Mechanical.Results.AcousticResults Namespace
ModelType
Gets or sets the ModelType.
Declaration Syntax
public ModelType ModelType { set;get; }
PhiAngleEnd
Gets or sets the PhiAngleEnd.
Declaration Syntax
public Quantity PhiAngleEnd { set;get; }
PhiAngleNoOfDivisions
Gets or sets the PhiAngleNoOfDivisions.
Declaration Syntax
public uint PhiAngleNoOfDivisions { set;get; }
PhiAngleStart
Gets or sets the PhiAngleStart.
Declaration Syntax
public Quantity PhiAngleStart { set;get; }
ReferenceRMSSoundPressure
Gets or sets the ReferenceRMSSoundPressure.
Declaration Syntax
public Quantity ReferenceRMSSoundPressure { set;get; }
ReferenceSoundPower
Gets or sets the ReferenceSoundPower.
Declaration Syntax
public Quantity ReferenceSoundPower { set;get; }
SoundSpeed
Gets or sets the SoundSpeed.
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1552 of ANSYS, Inc. and its subsidiaries and affiliates.
AcousticFarFieldResult
Declaration Syntax
public Quantity SoundSpeed { set;get; }
SpatialRadiationAngle
Gets or sets the SpatialRadiationAngle.
Declaration Syntax
public SpatialRadiationType SpatialRadiationAngle { set;get; }
SphereRadius
Gets or sets the SphereRadius.
Declaration Syntax
public Quantity SphereRadius { set;get; }
StartingRadiationAnglePhi
Gets or sets the StartingRadiationAnglePhi.
Declaration Syntax
public Quantity StartingRadiationAnglePhi { set;get; }
StartingRadiationAngleTheta
Gets or sets the StartingRadiationAngleTheta.
Declaration Syntax
public Quantity StartingRadiationAngleTheta { set;get; }
ThetaAngleEnd
Gets or sets the ThetaAngleEnd.
Declaration Syntax
public Quantity ThetaAngleEnd { set;get; }
ThetaAngleNoOfDivisions
Gets or sets the ThetaAngleNoOfDivisions.
Declaration Syntax
public uint ThetaAngleNoOfDivisions { set;get; }
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1553
Ansys.ACT.Automation.Mechanical.Results.AcousticResults Namespace
ThetaAngleStart
Gets or sets the ThetaAngleStart.
Declaration Syntax
public Quantity ThetaAngleStart { set;get; }
YAxisExtrusionAngle
Gets or sets the YAxisExtrusionAngle.
Declaration Syntax
public Quantity YAxisExtrusionAngle { set;get; }
AcousticFrequencyBandAWeightedSPL
Defines a AcousticFrequencyBandAWeightedSPL.
Declaration Syntax
public class AcousticFrequencyBandAWeightedSPL : AcousticResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1554 of ANSYS, Inc. and its subsidiaries and affiliates.
AcousticFrequencyBandAWeightedSPL
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1555
Ansys.ACT.Automation.Mechanical.Results.AcousticResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1556 of ANSYS, Inc. and its subsidiaries and affiliates.
AcousticFrequencyBandSPL
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
AcousticFrequencyBandSPL
Defines a AcousticFrequencyBandSPL.
Declaration Syntax
public class AcousticFrequencyBandSPL : AcousticResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1557
Ansys.ACT.Automation.Mechanical.Results.AcousticResults Namespace
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1558 of ANSYS, Inc. and its subsidiaries and affiliates.
AcousticFrequencyBandSPL
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates. 1559
Ansys.ACT.Automation.Mechanical.Results.AcousticResults Namespace
DataModelObjectCategory
Gets the current DataModelObject's category.
Declaration Syntax
public DataModelObjectCategory DataModelObjectCategory { get; }
InternalObject
Gets the internal object. For advanced usage only.
Declaration Syntax
public IDSResultAuto InternalObject { get; }
AcousticKineticEnergy
Defines a AcousticKineticEnergy.
Declaration Syntax
public class AcousticKineticEnergy : AcousticResult
Release 18.2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
1560 of ANSYS, Inc. and its subsidiaries and affiliates.
Aco