Class DrillingSpotFacingPrimitive
Represents a Spot Facing Drilling Primitive.
Inherited Members
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 14, 0, 0)]
public class DrillingSpotFacingPrimitive : DrillingPrimitive
Remarks
This class is available since v7.14.
Warning: This class has been modified for 7.15, please recompile your solution to use it.
Constructors
DrillingSpotFacingPrimitive(SmartReal, SmartReal, Boolean)
Initializes a new instance of the DrillingSpotFacingPrimitive class.
Declaration
public DrillingSpotFacingPrimitive(SmartReal inDiameter, SmartReal inDepth, bool inIsOpposed)
Parameters
Type | Name | Description |
---|---|---|
SmartReal | inDiameter | |
SmartReal | inDepth | |
Boolean | inIsOpposed |
Fields
Depth
Primitive Depth.
Declaration
[DataMember]
public SmartReal Depth
Field Value
Type | Description |
---|---|
SmartReal |
Diameter
Primitive Diameter.
Declaration
[DataMember]
public SmartReal Diameter
Field Value
Type | Description |
---|---|
SmartReal |
IsOpposed
Tells wether the spot facing is opposed.
Declaration
[DataMember]
public bool IsOpposed
Field Value
Type | Description |
---|---|
Boolean |
Properties
PrimitiveType
Primitive Type.
Declaration
public override DrillingPrimitiveType PrimitiveType { get; }
Property Value
Type | Description |
---|---|
DrillingPrimitiveType |