Class ToolPathDivideBuilder
Inheritance
System.Object
System.MarshalByRefObject
ToolPathDivideBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
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
Type |
Description |
System.Double |
|
Declaration
public ToolPathDivideBuilder.PathDivideType DivideType { get; set; }
Property Value
Declaration
public NcmEngRetBuilder NcmEngageRetractBuilder { get; }
Property Value
Declaration
public int NumberOfDivideEvents { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public double TimeLimit { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double TolerancePercent { get; set; }
Property Value
Type |
Description |
System.Double |
|
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 |
System.Int32 |
divideEvent |
|
Declaration
public int[] GetAllDivideEvents()
Returns
Type |
Description |
System.Int32[] |
|
Declaration
public int GetDivideEvent(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Int32 |
|
Declaration
public void RemoveAllDivideEvents()
Declaration
public void RemoveDivideEvent(int divideEvent)
Parameters
Type |
Name |
Description |
System.Int32 |
divideEvent |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink