Class NamedPoint
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.Cutters.Tangibles
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class NamedPoint : APIBase, IEquatable<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>