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: object

Defines the NastranExportOptions.

Overview#

Add

Add method.

Clear

Clear method.

ContainsKey

ContainsKey method.

ContainsValue

ContainsValue method.

EnsureCapacity

EnsureCapacity method.

Equals

Equals method.

GetEnumerator

GetEnumerator method.

GetHashCode

GetHashCode method.

GetObjectData

GetObjectData method.

GetType

GetType method.

OnDeserialization

OnDeserialization method.

Remove

Remove method.

ToString

ToString method.

TrimExcess

TrimExcess method.

TryAdd

TryAdd method.

TryGetValue

TryGetValue method.

AnalysisType

Analysis type.

Comparer

Comparer property.

Count

Count property.

GridCS

Grid coordinate system number.

GroundCheck

Ground check.

Item

Item property.

JointStiffness

Joint stiffness.

Keys

Keys property.

Modes

Modes.

NastranFilename

Full path of Nastran export file.

Offset

Offset.

PyramidElements

Pyramid elements.

Time

Time.

Values

Values property.

WTMass

WTMass.

Property detail#

property NastranExportOptions.AnalysisType: str | None#

Analysis type.

property NastranExportOptions.Comparer: System.Collections.Generic.IEqualityComparer[str] | None#

Comparer property.

property NastranExportOptions.Count: int | None#

Count property.

property NastranExportOptions.GridCS: int | None#

Grid coordinate system number.

property NastranExportOptions.GroundCheck: bool | None#

Ground check.

property NastranExportOptions.Item: Any | None#

Item property.

property NastranExportOptions.JointStiffness: float | None#

Joint stiffness.

property NastranExportOptions.Keys: System.Collections.Generic.Dictionary.KeyCollection[str, Any] | None#

Keys property.

property NastranExportOptions.Modes: int | None#

Modes.

property NastranExportOptions.NastranFilename: str | None#

Full path of Nastran export file.

property NastranExportOptions.Offset: int | None#

Offset.

property NastranExportOptions.PyramidElements: str | None#

Pyramid elements.

property NastranExportOptions.Time: float | None#

Time.

property NastranExportOptions.Values: System.Collections.Generic.Dictionary.ValueCollection[str, Any] | None#

Values property.

property NastranExportOptions.WTMass: float | None#

WTMass.

Method detail#

NastranExportOptions.Add(key: str, value: Any) None#

Add method.

NastranExportOptions.Clear() None#

Clear method.

NastranExportOptions.ContainsKey(key: str) bool#

ContainsKey method.

NastranExportOptions.ContainsValue(value: Any) bool#

ContainsValue method.

NastranExportOptions.EnsureCapacity(capacity: int) int#

EnsureCapacity method.

NastranExportOptions.Equals(obj: Any) bool#

Equals method.

NastranExportOptions.GetEnumerator() System.Collections.Generic.Dictionary.Enumerator[str, Any]#

GetEnumerator method.

NastranExportOptions.GetHashCode() int#

GetHashCode method.

NastranExportOptions.GetObjectData(info: System.Runtime.Serialization.SerializationInfo, context: System.Runtime.Serialization.StreamingContext) None#

GetObjectData method.

NastranExportOptions.GetType() type#

GetType method.

NastranExportOptions.OnDeserialization(sender: Any) None#

OnDeserialization method.

NastranExportOptions.Remove(key: str) bool#

Remove method.

NastranExportOptions.ToString() str#

ToString method.

NastranExportOptions.TrimExcess() None#

TrimExcess method.

NastranExportOptions.TryAdd(key: str, value: Any) bool#

TryAdd method.

NastranExportOptions.TryGetValue(key: str, value: Any) bool#

TryGetValue method.