Class ToolPathSplitParametersBuilder
Inheritance
System.Object
System.MarshalByRefObject
ToolPathSplitParametersBuilder
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 ToolPathSplitParametersBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ToolPathSplitParametersBuilder()
Declaration
protected ToolPathSplitParametersBuilder()
Properties
MinimumCutLength
Declaration
public InheritableDoubleBuilder MinimumCutLength { get; }
Property Value
Type | Description |
---|---|
InheritableDoubleBuilder |
OverlapDistance
Declaration
public InheritableDoubleBuilder OverlapDistance { get; }
Property Value
Type | Description |
---|---|
InheritableDoubleBuilder |
SplitType
Declaration
public ToolPathSplitParametersBuilder.SplitTypes SplitType { get; set; }
Property Value
Type | Description |
---|---|
ToolPathSplitParametersBuilder.SplitTypes |
TransferHeight
Declaration
public double TransferHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TransferHeightBuilder
Declaration
public InheritableDoubleBuilder TransferHeightBuilder { get; }
Property Value
Type | Description |
---|---|
InheritableDoubleBuilder |
TransferType
Declaration
public ToolPathSplitParametersBuilder.TransferTypes TransferType { get; set; }
Property Value
Type | Description |
---|---|
ToolPathSplitParametersBuilder.TransferTypes |
TransferUsingMethod
Declaration
public ToolPathSplitParametersBuilder.TransferUsingMethods TransferUsingMethod { get; set; }
Property Value
Type | Description |
---|---|
ToolPathSplitParametersBuilder.TransferUsingMethods |
TrimmingSteepAngle
Declaration
public double TrimmingSteepAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.Runtime.Remoting.Messaging.IMessageSink