Class IndependentMASTACreatedCondensationNode
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
IndependentMASTACreatedCondensationNode
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class IndependentMASTACreatedCondensationNode : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
FESubstructureNode
Declaration
public FESubstructureNode FESubstructureNode { get; }
Property Value
Type | Description |
---|---|
FESubstructureNode |
NodePosition
Declaration
public Vector3D NodePosition { get; set; }
Property Value
Type | Description |
---|---|
Vector3D |
RigidCouplingType
Declaration
public RigidCouplingType RigidCouplingType { get; set; }
Property Value
Type | Description |
---|---|
RigidCouplingType |
Methods
Delete()
Declaration
public void Delete()
Implements
System.IEquatable<T>