Class NamedPoint
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
NamedPoint
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.Cutters.Tangibles
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class NamedPoint : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
X
Measurement: ShortLength
Declaration
public double X { get; }
Property Value
Type | Description |
---|---|
System.Double |
Y
Measurement: ShortLength
Declaration
public double Y { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>