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
| Name | Description |
|---|---|
| DrillingCounterSinkingPrimitive() | Initializes a new instance of the DrillingSpotFacingPrimitive class. |
Fields
| Name | Description |
|---|---|
| Angle | Primitive Angle. |
| Depth | Primitive Depth. |
| Diameter | Primitive Diameter. |
| IsOpposed | Tells wether the counter sinking is opposed. |
| Mode | Tells wether the counter sinking is opposed. |
Properties
| Name | Description |
|---|---|
| PrimitiveType | Primitive Type. |
Methods
| Name | Description |
|---|---|
| SetAngleDepthMode(SmartReal, SmartReal) | Set the AngleDepth mode. |
| SetDiameterAngleDepthMode(SmartReal, SmartReal, SmartReal) | Set the DiameterAngleDepth mode. |
| SetDiameterAngleMode(SmartReal, SmartReal) | Set the DiameterAngle mode. |
| SetDiameterDepthMode(SmartReal, SmartReal) | Set the DiameterinDepth mode. |