Class AlignmentUsingAxialNodePositions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AlignmentUsingAxialNodePositions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class AlignmentUsingAxialNodePositions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
FEAxisForAngleAlignment
Used to define the alignment angle of the FE compared to the replaced shaft(s). Zero rotation angle is defined as when this axis is in the direction of the X-Axis of the replaced shaft(s).
Declaration
public EnumWithSelectedValue<AlignmentAxis> FEAxisForAngleAlignment { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<AlignmentAxis> |
RotationAngle
Measurement: Angle
Declaration
public double RotationAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>