Class ToolPathDivideBuilder
Inheritance
ToolPathDivideBuilder
Assembly: NXOpen.dll
public class ToolPathDivideBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ToolPathDivideBuilder()
Properties
Declaration
public NXObject ClearancePlane { get; set; }
Property Value
Declaration
public double DistanceLimit { get; set; }
Property Value
Declaration
public ToolPathDivideBuilder.PathDivideType DivideType { get; set; }
Property Value
Declaration
public NcmEngRetBuilder NcmEngageRetractBuilder { get; }
Property Value
Declaration
public int NumberOfDivideEvents { get; }
Property Value
Declaration
public double TimeLimit { get; set; }
Property Value
Declaration
public double TolerancePercent { get; set; }
Property Value
Declaration
public ToolPathSplitParametersBuilder ToolPathSplitParametersBuilder { get; }
Property Value
Declaration
public NXObject UdeEndOfPath { get; set; }
Property Value
Declaration
public NXObject UdeStartOfPath { get; set; }
Property Value
Methods
Declaration
public void AddDivideEvent(int divideEvent)
Parameters
Type |
Name |
Description |
int |
divideEvent |
|
Declaration
public int[] GetAllDivideEvents()
Returns
Declaration
public int GetDivideEvent(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
Declaration
public void RemoveAllDivideEvents()
Declaration
public void RemoveDivideEvent(int divideEvent)
Parameters
Type |
Name |
Description |
int |
divideEvent |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink