Class HoleDrillingBuilder
Inheritance
System.Object
System.MarshalByRefObject
HoleDrillingBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class HoleDrillingBuilder : HoleMachiningBuilder, IMessageSink, IComponentBuilder
Constructors
HoleDrillingBuilder()
Declaration
protected HoleDrillingBuilder()
Properties
ControlPointOffset
Declaration
public HoleDrillingBuilder.ControlPointOffsetType ControlPointOffset { get; set; }
Property Value
Type | Description |
---|---|
HoleDrillingBuilder.ControlPointOffsetType |
CrossOverDistance
Declaration
public InheritableToolDepBuilder CrossOverDistance { get; }
Property Value
Type | Description |
---|---|
InheritableToolDepBuilder |
CutParameters
Declaration
[Obsolete("Deprecated in NX9.0.3. Use CAM.HoleMachiningBuilder.CuttingParameters instead.")]
public HoleDrillingCutParameters CutParameters { get; }
Property Value
Type | Description |
---|---|
HoleDrillingCutParameters |
IgnoreToolTip
Declaration
[Obsolete("Deprecated in NX10.0.3. Use CAM.HoleDrillingBuilder.GetToolDrivePoint instead.")]
public bool IgnoreToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IntersectionStrategy
Declaration
public HoleDrillingBuilder.IntersectionStrategyType IntersectionStrategy { get; set; }
Property Value
Type | Description |
---|---|
HoleDrillingBuilder.IntersectionStrategyType |
OppositeDirection
Declaration
[Obsolete("Deprecated in NX9.0.2. Change the Z-axis of the in-process feature instead.")]
public OppositeDirection OppositeDirection { get; }
Property Value
Type | Description |
---|---|
OppositeDirection |
RetractOutputMode
Declaration
public HoleDrillingBuilder.RetractOutputModeType RetractOutputMode { get; set; }
Property Value
Type | Description |
---|---|
HoleDrillingBuilder.RetractOutputModeType |
Methods
GetToolDrivePoint()
Declaration
public string GetToolDrivePoint()
Returns
Type | Description |
---|---|
System.String |
SetToolDrivePoint(String)
Declaration
public void SetToolDrivePoint(string toolDrivePoint)
Parameters
Type | Name | Description |
---|---|---|
System.String | toolDrivePoint |
Implements
System.Runtime.Remoting.Messaging.IMessageSink