Class DrillingPrimitive
Represents a Drilling primitive.
Inheritance
System.Object
DrillingPrimitive
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[KnownType(typeof(DrillingHolePrimitive))]
[KnownType(typeof(DrillingSpotFacingPrimitive))]
[KnownType(typeof(DrillingCounterSinkingPrimitive))]
[KnownType(typeof(DrillingTappedHolePrimitive))]
[AvailableSinceVersion(7, 14, 0, 0)]
public abstract class DrillingPrimitive
Remarks
This class is available since v7.14.
Constructors
DrillingPrimitive()
Initializes a new instance of the Drilling
Declaration
public DrillingPrimitive()
Properties
MachiningProcessDocument
Machining process document
Declaration
public PdmObjectId MachiningProcessDocument { get; set; }
Property Value
Type | Description |
---|---|
Pdm |
MachiningProcessValue
Machining process document
Declaration
public int MachiningProcessValue { get; set; }
Property Value
Type | Description |
---|---|
System. |
PrimitiveDepthType
Primitive Depth Type.
Declaration
public DrillingPrimitiveDepthType PrimitiveDepthType { get; set; }
Property Value
Type | Description |
---|---|
Drilling |
PrimitiveType
Primitive Type.
Declaration
public abstract DrillingPrimitiveType PrimitiveType { get; }
Property Value
Type | Description |
---|---|
Drilling |