Class ToolPathDivideBuilder
Inheritance
System.Object
System.MarshalByRefObject
ToolPathDivideBuilder
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 ToolPathDivideBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ToolPathDivideBuilder()
Declaration
protected ToolPathDivideBuilder()
Properties
ClearancePlane
Declaration
public NXObject ClearancePlane { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
DistanceLimit
Declaration
public double DistanceLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DivideType
Declaration
public ToolPathDivideBuilder.PathDivideType DivideType { get; set; }
Property Value
Type | Description |
---|---|
ToolPathDivideBuilder.PathDivideType |
NumberOfDivideEvents
Declaration
public int NumberOfDivideEvents { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
TimeLimit
Declaration
public double TimeLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TolerancePercent
Declaration
public double TolerancePercent { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
UdeEndOfPath
Declaration
public NXObject UdeEndOfPath { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
UdeStartOfPath
Declaration
public NXObject UdeStartOfPath { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
Methods
AddDivideEvent(Int32)
Declaration
public void AddDivideEvent(int divideEvent)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | divideEvent |
GetAllDivideEvents()
Declaration
public int[] GetAllDivideEvents()
Returns
Type | Description |
---|---|
System.Int32[] |
GetDivideEvent(Int32)
Declaration
public int GetDivideEvent(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Int32 |
RemoveAllDivideEvents()
Declaration
public void RemoveAllDivideEvents()
RemoveDivideEvent(Int32)
Declaration
public void RemoveDivideEvent(int divideEvent)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | divideEvent |
Implements
System.Runtime.Remoting.Messaging.IMessageSink