Struct SimPart.ImportOptions
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public struct ImportOptions
Fields
ImportAll
Declaration
Field Value
Type |
Description |
System.Boolean |
|
ImportConstraints
Declaration
public bool ImportConstraints
Field Value
Type |
Description |
System.Boolean |
|
ImportDofsets
Declaration
public bool ImportDofsets
Field Value
Type |
Description |
System.Boolean |
|
ImportFields
Declaration
Field Value
Type |
Description |
System.Boolean |
|
ImportGroups
Declaration
Field Value
Type |
Description |
System.Boolean |
|
ImportLoads
Declaration
Field Value
Type |
Description |
System.Boolean |
|
ImportMaterials
Declaration
public bool ImportMaterials
Field Value
Type |
Description |
System.Boolean |
|
ImportModelingobjects
Declaration
public bool ImportModelingobjects
Field Value
Type |
Description |
System.Boolean |
|
ImportPhysicals
Declaration
public bool ImportPhysicals
Field Value
Type |
Description |
System.Boolean |
|
ImportRegions
Declaration
public bool ImportRegions
Field Value
Type |
Description |
System.Boolean |
|
ImportSimulationobjects
Declaration
public bool ImportSimulationobjects
Field Value
Type |
Description |
System.Boolean |
|
ImportSolutions
Declaration
public bool ImportSolutions
Field Value
Type |
Description |
System.Boolean |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()