Table of Contents

Class G54CoordinateClaim

Namespace
Hi.NcParsers.Claims.Iso
Assembly
HiMech.dll

Primary Coordinate IClaim. Resolving series includes G54,G55,...,G59,G59.1,G59.2,...G59.9.

[Obsolete]
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

Mat4d

CoordinateMark

public object CoordinateMark { get; }

Property Value

object

Remarks

The values can be G54,G55,...,G59,G59.1,G59.2,...G59.9.

G54SeriesCode

public double G54SeriesCode { get; set; }

Property Value

double

ModalFlags

public object[] ModalFlags { get; }

Property Value

object[]

PointTranslationXyz

Point translation from table to feature.

public Vec3d PointTranslationXyz { get; set; }

Property Value

Vec3d

PosTransformMat4d

Point transmformation mat. From parent component to child component.

public Mat4d PosTransformMat4d { get; }

Property Value

Mat4d