Class G54CoordinateClaim
- Namespace
- Hi.Numerical.SoftParsers.ClaimBased.Iso
- Assembly
- HiMech.dll
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
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[]
PointTransformMat4d
Point transmformation mat.
public Mat4d PointTransformMat4d { get; }
Property Value
PointTranslationXyz
Point translation from table to feature.
public Vec3d PointTranslationXyz { get; set; }