Class MultiplePassesBuilder
Inheritance
MultiplePassesBuilder
Assembly: NXOpen.dll
Syntax
public class MultiplePassesBuilder : TaggedObject, IMessageSink
Constructors
MultiplePassesBuilder()
Declaration
protected MultiplePassesBuilder()
Properties
DepthIncrement
Declaration
public InheritableDoubleBuilder DepthIncrement { get; }
Property Value
DepthStepMethod
Declaration
public MultiplePassesBuilder.StepMethodTypes DepthStepMethod { get; set; }
Property Value
DoDepthPasses
Declaration
public bool DoDepthPasses { get; set; }
Property Value
DoSidePasses
Declaration
public bool DoSidePasses { get; set; }
Property Value
NumberOfDepthPasses
Declaration
public InheritableIntBuilder NumberOfDepthPasses { get; }
Property Value
NumberOfSidePasses
Declaration
public InheritableIntBuilder NumberOfSidePasses { get; }
Property Value
Order
Declaration
public MultiplePassesBuilder.OrderTypes Order { get; set; }
Property Value
SideIncrement
Declaration
public InheritableDoubleBuilder SideIncrement { get; }
Property Value
SideStepMethod
Declaration
public MultiplePassesBuilder.StepMethodTypes SideStepMethod { get; set; }
Property Value
TotalDepth
Declaration
public InheritableDoubleBuilder TotalDepth { get; }
Property Value
TotalThickness
Declaration
public InheritableDoubleBuilder TotalThickness { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink