Class Datum
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Datum
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class Datum : Component, IEquatable<APIBase>
Properties
DrawingDiameter
Measurement: ShortLength
Declaration
public double DrawingDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Offset
The offset of the datum along the containing assembly's Z axis
Measurement: ShortLength
Declaration
public double Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>