Class FESubstructureWithBatchOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FESubstructureWithBatchOptions
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FESubstructureWithBatchOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
FE
Declaration
public FESubstructure FE { get; }
Property Value
FESubstructure
Declaration
public string FESubstructure { get; }
Property Value
Type |
Description |
System.String |
|
LoadMesh
Declaration
public bool LoadMesh { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LoadMeshAndVectors
Declaration
public bool LoadMeshAndVectors { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LoadVectors
Declaration
public bool LoadVectors { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RunCondensation
Declaration
public bool RunCondensation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UnloadMesh
Declaration
public bool UnloadMesh { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UnloadVectors
Declaration
public bool UnloadVectors { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods