NastranExportOptions#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.NastranExportOptions(NastranFilename: str, AnalysisType: str, GridCS: int, Offset: int, WTMass: float, JointStiffness: float, PyramidElements: str, Modes: int, Time: float, GroundCheck: bool)#
Bases:
objectDefines the NastranExportOptions.
Overview#
Add method. |
|
Clear method. |
|
ContainsKey method. |
|
ContainsValue method. |
|
EnsureCapacity method. |
|
Equals method. |
|
GetEnumerator method. |
|
GetHashCode method. |
|
GetObjectData method. |
|
GetType method. |
|
OnDeserialization method. |
|
Remove method. |
|
ToString method. |
|
TrimExcess method. |
|
TryAdd method. |
|
TryGetValue method. |
Analysis type. |
|
Comparer property. |
|
Count property. |
|
Grid coordinate system number. |
|
Ground check. |
|
Item property. |
|
Joint stiffness. |
|
Keys property. |
|
Modes. |
|
Full path of Nastran export file. |
|
Offset. |
|
Pyramid elements. |
|
Time. |
|
Values property. |
|
WTMass. |
Property detail#
- property NastranExportOptions.Comparer: System.Collections.Generic.IEqualityComparer[str] | None#
Comparer property.
- property NastranExportOptions.Keys: System.Collections.Generic.Dictionary.KeyCollection[str, Any] | None#
Keys property.
Method detail#
- NastranExportOptions.GetEnumerator() System.Collections.Generic.Dictionary.Enumerator[str, Any]#
GetEnumerator method.