Class DrillingCounterSinkingPrimitive
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 DrillingCounterSinkingPrimitive : 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
DrillingCounterSinkingPrimitive()
Initializes a new instance of the DrillingSpotFacingPrimitive class.
Declaration
public DrillingCounterSinkingPrimitive()
Fields
Angle
Primitive Angle.
Declaration
[DataMember]
public SmartReal Angle
Field Value
Type | Description |
---|---|
SmartReal |
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 counter sinking is opposed.
Declaration
[DataMember]
public bool IsOpposed
Field Value
Type | Description |
---|---|
Boolean |
Mode
Tells wether the counter sinking is opposed.
Declaration
[DataMember]
public DrillingCounterSinkingMode Mode
Field Value
Type | Description |
---|---|
DrillingCounterSinkingMode |
Properties
PrimitiveType
Primitive Type.
Declaration
public override DrillingPrimitiveType PrimitiveType { get; }
Property Value
Type | Description |
---|---|
DrillingPrimitiveType |
Overrides
Methods
SetAngleDepthMode(SmartReal, SmartReal)
Set the AngleDepth mode.
Declaration
public void SetAngleDepthMode(SmartReal inAngle, SmartReal inDepth)
Parameters
Type | Name | Description |
---|---|---|
SmartReal | inAngle | |
SmartReal | inDepth |
SetDiameterAngleDepthMode(SmartReal, SmartReal, SmartReal)
Set the DiameterAngleDepth mode.
Declaration
public void SetDiameterAngleDepthMode(SmartReal inDiameter, SmartReal inAngle, SmartReal inDepth)
Parameters
Type | Name | Description |
---|---|---|
SmartReal | inDiameter | |
SmartReal | inAngle | |
SmartReal | inDepth |
SetDiameterAngleMode(SmartReal, SmartReal)
Set the DiameterAngle mode.
Declaration
public void SetDiameterAngleMode(SmartReal inDiameter, SmartReal inAngle)
Parameters
Type | Name | Description |
---|---|---|
SmartReal | inDiameter | |
SmartReal | inAngle |
SetDiameterDepthMode(SmartReal, SmartReal)
Set the DiameterinDepth mode.
Declaration
public void SetDiameterDepthMode(SmartReal inDiameter, SmartReal inDepth)
Parameters
Type | Name | Description |
---|---|---|
SmartReal | inDiameter | |
SmartReal | inDepth |