Class G54CoordinateClaim
Primary Coordinate IClaim. Resolving series includes G54,G55,...,G59,G59.1,G59.2,...G59.9.
public class G54CoordinateClaim : ICoordinateTranslationClaim, ICoordinateTransformationClaim, ICoordinateMarkClaim, IModalFlagClaim, IClaim
- Inheritance
-
G54CoordinateClaim
- Implements
- Inherited Members
- Extension Methods
Properties
CdnTransformMat4d
Coordinate transmformation mat. From parent component to child component. Coordinate transmformation mat is inversed mat of PosTransformMat4d.
public Mat4d CdnTransformMat4d { get; }
Property Value
CoordinateMark
public object CoordinateMark { get; }
Property Value
Remarks
The values can be G54,G55,...,G59,G59.1,G59.2,...G59.9.
G54SeriesCode
public double G54SeriesCode { get; set; }
Property Value
ModalFlags
public object[] ModalFlags { get; }
Property Value
- object[]
PointTranslationXyz
Point translation from table to feature.
public Vec3d PointTranslationXyz { get; set; }
Property Value
PosTransformMat4d
Point transmformation mat. From parent component to child component.
public Mat4d PosTransformMat4d { get; }