Class ToolPathSplitParametersBuilder
Inheritance
ToolPathSplitParametersBuilder
Assembly: NXOpen.dll
public class ToolPathSplitParametersBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ToolPathSplitParametersBuilder()
Properties
Declaration
public InheritableDoubleBuilder MinimumCutLength { get; }
Property Value
Declaration
public InheritableDoubleBuilder OverlapDistance { get; }
Property Value
Declaration
public ToolPathSplitParametersBuilder.SplitTypes SplitType { get; set; }
Property Value
Declaration
public double TransferHeight { get; set; }
Property Value
Declaration
public InheritableDoubleBuilder TransferHeightBuilder { get; }
Property Value
Declaration
public ToolPathSplitParametersBuilder.TransferTypes TransferType { get; set; }
Property Value
Declaration
public ToolPathSplitParametersBuilder.TransferUsingMethods TransferUsingMethod { get; set; }
Property Value
Declaration
public double TrimmingSteepAngle { get; set; }
Property Value
Declaration
public bool UseGlobalClearance { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink