Class HoleInFaceGroup
Inheritance
System.Object
HoleInFaceGroup
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class HoleInFaceGroup : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
HoleDiameter
Declaration
public double HoleDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
HoleID
Declaration
public int HoleID { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Included
Declaration
public bool Included { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods