Class DrillingPrimitive
Represents a Drilling primitive.
Inheritance
DrillingPrimitive
Inherited Members
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 DrillingPrimitive class.
Declaration
public DrillingPrimitive()
Properties
MachiningProcessDocument
Machining process document
Declaration
public PdmObjectId MachiningProcessDocument { get; set; }
Property Value
Type | Description |
---|---|
PdmObjectId |
MachiningProcessValue
Machining process document
Declaration
public int MachiningProcessValue { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
PrimitiveDepthType
Primitive Depth Type.
Declaration
public DrillingPrimitiveDepthType PrimitiveDepthType { get; set; }
Property Value
Type | Description |
---|---|
DrillingPrimitiveDepthType |
PrimitiveType
Primitive Type.
Declaration
public abstract DrillingPrimitiveType PrimitiveType { get; }
Property Value
Type | Description |
---|---|
DrillingPrimitiveType |