Class CylinderMillingBuilder
Inheritance
CylinderMillingBuilder
Assembly: NXOpen.dll
Syntax
public class CylinderMillingBuilder : CylindricalMillingBuilder, IMessageSink, IComponentBuilder
Constructors
CylinderMillingBuilder()
Declaration
protected CylinderMillingBuilder()
Properties
AxialDistance
Declaration
public InheritableToolDepBuilder AxialDistance { get; }
Property Value
BlankDiameter
Declaration
public CylinderMillingBuilder.BlankDiameterTypes BlankDiameter { get; set; }
Property Value
BlankDistance
Declaration
public InheritableToolDepBuilder BlankDistance { get; }
Property Value
CleanupPasses
Declaration
public bool CleanupPasses { get; set; }
Property Value
CutParameters
Declaration
[Obsolete("Deprecated in NX9.0.3. Use CAM.HoleMachiningBuilder.CuttingParameters instead.")]
public CylinderMillingCutParameters CutParameters { get; }
Property Value
CutPattern
Declaration
public CylinderMillingBuilder.CutPatternTypes CutPattern { get; set; }
Property Value
DepthPerRevolution
Declaration
public CylinderMillingBuilder.DepthPerRevolutionTypes DepthPerRevolution { get; set; }
Property Value
DiameterForHelix
Declaration
public CylinderMillingBuilder.DiameterForHelixTypes DiameterForHelix { get; set; }
Property Value
HelixDiameter
Declaration
public InheritableToolDepBuilder HelixDiameter { get; }
Property Value
MinimumHelixDiameter
Declaration
public InheritableToolDepBuilder MinimumHelixDiameter { get; }
Property Value
MotionOutput
Declaration
public CylinderMillingBuilder.MotionOutputTypes MotionOutput { get; set; }
Property Value
OffsetFromStartDiameter
Declaration
public InheritableToolDepBuilder OffsetFromStartDiameter { get; }
Property Value
OppositeDirection
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use NXOpen.CAM.FBM.Feature.FlipDirection to change the Z-axis on the in-process feature instead.")]
public bool OppositeDirection { get; set; }
Property Value
OppositeDirectionBuilder
Declaration
[Obsolete("Deprecated in NX9.0.0. Change the Z-axis of the in-process feature instead.")]
public OppositeDirection OppositeDirectionBuilder { get; }
Property Value
RampAngle
Declaration
public InheritableDoubleBuilder RampAngle { get; }
Property Value
SpiralThickness
Declaration
public InheritableToolDepBuilder SpiralThickness { get; }
Property Value
StartDiameter
Declaration
public InheritableToolDepBuilder StartDiameter { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink