Class GearMeshFELink
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.FE.Links
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class GearMeshFELink : MultiAngleConnectionFELink, IEquatable<APIBase>
Properties
ReferenceFESubstructureNodeForMisalignments
Declaration
public ListWithSelectedItem<FESubstructureNode> ReferenceFESubstructureNodeForMisalignments { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<FESubstructureNode> |
UseActiveMeshNodeForReferenceFESubstructureNodeForMisalignments
Declaration
public bool UseActiveMeshNodeForReferenceFESubstructureNodeForMisalignments { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>