NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAM::RoughTurningBuilder Class Reference

Represents a RoughTurning Builder
To create a new instance of this class, use NXOpen::CAM::OperationCollection::CreateRoughTurningBuilder

Created in NX6.0.0. More...

Inheritance diagram for NXOpen::CAM::RoughTurningBuilder:
NXOpen::CAM::RoughFinishTurningBuilder NXOpen::CAM::TurningOperationBuilder NXOpen::CAM::OperationBuilder NXOpen::CAM::ParamBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  CleanupTypes {
  CleanupTypesNone, CleanupTypesAll, CleanupTypesSteepOnly, CleanupTypesAllButSteep,
  CleanupTypesLevelOnly, CleanupTypesAllButLevel, CleanupTypesDownOnly, CleanupTypesPerReversal
}
 the Cleanup types
Created in NX6.0.0. More...
 
enum  LevelDepthModeTypes { LevelDepthModeTypesFromTool, LevelDepthModeTypesSpecify }
 the Level Depth Mode types
Created in NX6.0.0. More...
 
enum  PartOffDepthModeTypes {
  PartOffDepthModeTypesDivide, PartOffDepthModeTypesCleanFirstWall, PartOffDepthModeTypesCleanBothWalls, PartOffDepthModeTypesStock,
  PartOffDepthModeTypesDistance
}
 the Part Off Depth Mode types
Created in NX9.0.0. More...
 
enum  PartOffPositionModeTypes { PartOffPositionModeTypesAutomatic, PartOffPositionModeTypesSpecify }
 the Part Off Position Mode types
Created in NX9.0.0. More...
 
enum  ReversalModeTypes {
  ReversalModeTypesAsLevel, ReversalModeTypesInverse, ReversalModeTypesClosest, ReversalModeTypesCutLater,
  ReversalModeTypesOmit
}
 the Reversal Mode types
Created in NX6.0.0. More...
 
- Public Types inherited from NXOpen::CAM::RoughFinishTurningBuilder
enum  CustomMemberDataTypes { CustomMemberDataTypesWithinRegion, CustomMemberDataTypesWithinDistance }
 the Custom Member Data types
Created in NX6.0.0. More...
 
enum  CutRegionsTypes {
  CutRegionsTypesSingleRegion, CutRegionsTypesSingleDirection, CutRegionsTypesReverseDirection, CutRegionsTypesBiDirectional,
  CutRegionsTypesAlternate
}
 the Cut regions types
Created in NX6.0.0. More...
 
enum  ExtendModeTypes { ExtendModeTypesSpecify, ExtendModeTypesTagential, ExtendModeTypesTangential = 1 }
 the Extend Mode types
Created in NX6.0.0. More...
 
enum  MaximumAreaModes { MaximumAreaModesNone, MaximumAreaModesPartunit, MaximumAreaModesTool }
 the Maximum Area modes
Created in NX7.5.0. More...
 
enum  MinimumAreaTypes { MinimumAreaTypesNone, MinimumAreaTypesSpecify, MinimumAreaTypesPartunit = 1, MinimumAreaTypesTool }
 the Mininmum Area types
Created in NX6.0.0. More...
 
enum  MinmaxAreaUnits { MinmaxAreaUnitsSquare, MinmaxAreaUnitsPercentage }
 the Minimum/Maximum Area units
Created in NX7.5.0. More...
 
enum  MinmaxSizeModes { MinmaxSizeModesNone, MinmaxSizeModesAxial, MinmaxSizeModesRadial, MinmaxSizeModesAxialAndRadial }
 the Maximum/Maximum Size modes
Created in NX7.5.0. More...
 
enum  MinmaxSizeUnits { MinmaxSizeUnitsLength, MinmaxSizeUnitsPercentage }
 the Minimum/Maximum Size Axial/Radial units
Created in NX7.5.0. More...
 
enum  RegionMachiningTypes { RegionMachiningTypesSingle, RegionMachiningTypesMultiple }
 the Region Machining types
Created in NX6.0.0. More...
 
enum  RegionSelectionTypes { RegionSelectionTypesAutomatic, RegionSelectionTypesManual }
 the multi-channel turning mode types
Created in NX11.0.2. More...
 
enum  ToleranceOffsetTypes { ToleranceOffsetTypesAfterContainment, ToleranceOffsetTypesBeforeContainment }
 the Tolerance Offset types More...
 
- Public Types inherited from NXOpen::CAM::TurningOperationBuilder
enum  MotionOutputOptions { MotionOutputOptionsLinearOnly, MotionOutputOptionsCircular, MotionOutputOptionsMachineCycle }
 The motion output options
Created in NX6.0.0. More...
 
enum  ReorientToolHolderModeOptions { ReorientToolHolderModeOptionsNone, ReorientToolHolderModeOptionsFixed, ReorientToolHolderModeOptionsVariable }
 available options for Reorient Tool Holder Mode More...
 
enum  TrackingPointType { TrackingPointTypeFixed, TrackingPointTypeRotate, TrackingPointTypeAuto }
 available types for tracking point More...
 
- Public Types inherited from NXOpen::CAM::OperationBuilder
enum  HoleAxisTypes { HoleAxisTypesVector, HoleAxisTypesRule, HoleAxisTypesRuleIfNoVector }
 Available types for Hole Axis Type in feature milling and hole making. More...
 
enum  HoleDepthTypes { HoleDepthTypesPoint, HoleDepthTypesRule }
 Available types for Hole Depth Type in feature milling and hole making. More...
 
enum  OptimizationBasedOnTypes { OptimizationBasedOnTypesDist, OptimizationBasedOnTypesOrient }
 Available types for optimization based on in operation. More...
 
enum  OptimizationDistanceTypes { OptimizationDistanceTypesDirect, OptimizationDistanceTypesTransition }
 Available types for optimization distance method in operation. More...
 
enum  OptimizationLevelTypes { OptimizationLevelTypesStandard, OptimizationLevelTypesAdvanced }
 Available types for optimization level in operation. More...
 
- Public Types inherited from NXOpen::CAM::ParamBuilder
enum  OptimizationTypes { OptimizationTypesNone, OptimizationTypesMinimizeTravel, OptimizationTypesBand }
 Available types for Optimization Method in operation. More...
 

Public Member Functions

NXOpen::CAM::RoughTurningBuilder::CleanupTypes Cleanup ()
 Returns the Cleanup
Created in NX6.0.0. More...
 
NXOpen::CAM::CutStrategyCutStrategy ()
 Returns the Cut Strategy
Created in NX6.0.0. More...
 
NXOpen::CAM::TurnDirectionDirection ()
 Returns the Rough Direction
Created in NX6.0.0. More...
 
NXOpen::CAM::FirstPlungeFirstPlunge ()
 Returns the First Plunge
Created in NX6.0.0. More...
 
double LevelDepth ()
 Returns the level depth
Created in NX6.0.0. More...
 
NXOpen::CAM::RoughTurningBuilder::LevelDepthModeTypes LevelDepthMode ()
 Returns the Level Depth Mode
Created in NX6.0.0. More...
 
NXOpen::CAM::NcmTurnRoughBuilderNonCuttingBuilder ()
 Returns the non-cutting builder
Created in NX6.0.0. More...
 
NXOpen::CAM::RoughTurningBuilder::PartOffDepthModeTypes PartOffDepthMode ()
 Returns the Part Off Depth Mode
Created in NX9.0.0. More...
 
double PartOffDepthValue ()
 Returns the Part Off Depth Value
Created in NX9.0.0. More...
 
NXOpen::CAM::PostEventsCiBuilderPartOffEvents ()
 Returns the Part Off Events
Created in NX9.0.0. More...
 
NXOpen::CAM::RoughTurningBuilder::PartOffPositionModeTypes PartOffPositionMode ()
 Returns the Part Off Position Mode
Created in NX9.0.0. More...
 
NXOpen::PointPartOffPositionPoint ()
 Returns the Part Off Position Point
Created in NX9.0.0. More...
 
NXOpen::CAM::RoughTurningBuilder::ReversalModeTypes ReversalMode ()
 Returns the Reversal Mode
Created in NX6.0.0. More...
 
double SafeDistance ()
 Returns the Safe Distance
Created in NX6.0.0. More...
 
void SetCleanup (NXOpen::CAM::RoughTurningBuilder::CleanupTypes cleanupMode)
 Sets the Cleanup
Created in NX6.0.0. More...
 
void SetLevelDepth (double levelDepth)
 Sets the level depth
Created in NX6.0.0. More...
 
void SetLevelDepthMode (NXOpen::CAM::RoughTurningBuilder::LevelDepthModeTypes levelDepthMode)
 Sets the Level Depth Mode
Created in NX6.0.0. More...
 
void SetPartOffDepthMode (NXOpen::CAM::RoughTurningBuilder::PartOffDepthModeTypes partOffDepthMode)
 Sets the Part Off Depth Mode
Created in NX9.0.0. More...
 
void SetPartOffDepthValue (double partOffDepthValue)
 Sets the Part Off Depth Value
Created in NX9.0.0. More...
 
void SetPartOffPositionMode (NXOpen::CAM::RoughTurningBuilder::PartOffPositionModeTypes partOffPositionMode)
 Sets the Part Off Position Mode
Created in NX9.0.0. More...
 
void SetPartOffPositionPoint (NXOpen::Point *partOffPositionPoint)
 Sets the Part Off Position Point
Created in NX9.0.0. More...
 
void SetReversalMode (NXOpen::CAM::RoughTurningBuilder::ReversalModeTypes reversalMode)
 Sets the Reversal Mode
Created in NX6.0.0. More...
 
void SetSafeDistance (double safeDistanceValue)
 Sets the Safe Distance
Created in NX6.0.0. More...
 
NXOpen::CAM::StepoverBuilderStepover ()
 Returns the Stepover
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAM::RoughFinishTurningBuilder
NXOpen::CAM::TrimPlaneAxialTrimPlane1 ()
 Returns the axial trim plane 1
Created in NX6.0.0. More...
 
NXOpen::CAM::TrimPlaneAxialTrimPlane2 ()
 Returns the axial trim plane 2
Created in NX6.0.0. More...
 
NXOpen::CAM::RoughFinishTurningBuilder::CustomMemberDataTypes CustomMemberData ()
 Returns the Custom Member Data type
Created in NX6.0.0. More...
 
double CustomMemberDataDistance ()
 Returns the Custom Member Data Distance
Created in NX6.0.0. More...
 
NXOpen::CAM::BoundaryCustomPartBoundary ()
 Returns the custom part boundary builder
Created in NX9.0.2. More...
 
NXOpen::CAM::TurnCutParametersCutParameters ()
 Returns the cut parameter object
Created in NX6.0.0. More...
 
NXOpen::CAM::RoughFinishTurningBuilder::CutRegionsTypes CutRegions ()
 Returns the Cut regions type
Created in NX6.0.0. More...
 
double EndAngle ()
 Returns the end angle
Created in NX6.0.0. More...
 
double EndOffset ()
 Returns the end offset
Created in NX6.0.0. More...
 
NXOpen::CAM::RoughFinishTurningBuilder::ExtendModeTypes ExtendMode ()
 Returns the Extend Mode
Created in NX6.0.0. More...
 
bool IgnoreMinimumBoringDiameter ()
 Returns the Ignore Minimum Boring Diameter toggle
Created in NX6.0.0. More...
 
NXOpen::CAM::CutAngleLevelAngleBuilder ()
 Returns the Level Angle
Created in NX7.5.0. More...
 
NXOpen::CAM::RoughFinishTurningBuilder::MaximumAreaModes MaximumAreaMode ()
 Returns the Maximum Area mode
Created in NX7.5.0. More...
 
double MaximumAreaSize ()
 Returns the Maximum Area Size
Created in NX7.5.0. More...
 
NXOpen::CAM::RoughFinishTurningBuilder::MinmaxAreaUnits MaximumAreaUnit ()
 Returns the Maximum Area Unit
Created in NX7.5.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderMaximumSizeAxial ()
 Returns the Maximum Size Axial
Created in NX7.5.0. More...
 
NXOpen::CAM::RoughFinishTurningBuilder::MinmaxSizeModes MaximumSizeMode ()
 Returns the Maximum Size Mode
Created in NX7.5.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderMaximumSizeRadial ()
 Returns the Maximum Size Radial
Created in NX7.5.0. More...
 
NXOpen::CAM::RoughFinishTurningBuilder::MinimumAreaTypes MinimumArea ()
 Returns the Minimum Area type
Created in NX6.0.0. More...
 
double MinimumAreaSize ()
 Returns the Minimum Area Size
Created in NX6.0.0. More...
 
NXOpen::CAM::RoughFinishTurningBuilder::MinmaxAreaUnits MinimumAreaUnit ()
 Returns the Minimum Area Unit
Created in NX7.5.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderMinimumSizeAxial ()
 Returns the Minimum Size Axial
Created in NX7.5.0. More...
 
NXOpen::CAM::RoughFinishTurningBuilder::MinmaxSizeModes MinimumSizeMode ()
 Returns the Minimum Size Mode
Created in NX7.5.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderMinimumSizeRadial ()
 Returns the Minimum Size Radial
Created in NX7.5.0. More...
 
bool OmitReversals ()
 Returns the Omit Reversals toggle
Created in NX6.0.0. More...
 
NXOpen::CAM::TrimPlaneRadialTrimPlane1 ()
 Returns the radial trim plane 1
Created in NX6.0.0. More...
 
NXOpen::CAM::TrimPlaneRadialTrimPlane2 ()
 Returns the radial trim plane 2
Created in NX6.0.0. More...
 
NXOpen::CAM::RoughFinishTurningBuilder::RegionMachiningTypes RegionMachining ()
 Returns the Region Machining type
Created in NX6.0.0. More...
 
NXOpen::CAM::RoughFinishTurningBuilder::RegionSelectionTypes RegionSelection ()
 Returns the Region Selection type
Created in NX6.0.0. More...
 
NXOpen::PointRegionSelectionPoint ()
 Returns the Region Selection Point
Created in NX6.0.0. More...
 
void SetCustomMemberData (NXOpen::CAM::RoughFinishTurningBuilder::CustomMemberDataTypes surfaceSensitivityMode)
 Sets the Custom Member Data type
Created in NX6.0.0. More...
 
void SetCustomMemberDataDistance (double surfaceSensitivityTolerance)
 Sets the Custom Member Data Distance
Created in NX6.0.0. More...
 
void SetCutRegions (NXOpen::CAM::RoughFinishTurningBuilder::CutRegionsTypes multipleCutRegions)
 Sets the Cut regions type
Created in NX6.0.0. More...
 
void SetEndAngle (double endAngle)
 Sets the end angle
Created in NX6.0.0. More...
 
void SetEndOffset (double endOffset)
 Sets the end offset
Created in NX6.0.0. More...
 
void SetExtendMode (NXOpen::CAM::RoughFinishTurningBuilder::ExtendModeTypes tangentialStartEndExtension)
 Sets the Extend Mode
Created in NX6.0.0. More...
 
void SetIgnoreMinimumBoringDiameter (bool ignoreMinBoringDia)
 Sets the Ignore Minimum Boring Diameter toggle
Created in NX6.0.0. More...
 
void SetMaximumAreaMode (NXOpen::CAM::RoughFinishTurningBuilder::MaximumAreaModes maximumAreaMode)
 Sets the Maximum Area mode
Created in NX7.5.0. More...
 
void SetMaximumAreaSize (double maxSize)
 Sets the Maximum Area Size
Created in NX7.5.0. More...
 
void SetMaximumAreaUnit (NXOpen::CAM::RoughFinishTurningBuilder::MinmaxAreaUnits maxAreaUnit)
 Sets the Maximum Area Unit
Created in NX7.5.0. More...
 
void SetMaximumSizeMode (NXOpen::CAM::RoughFinishTurningBuilder::MinmaxSizeModes maximumSizeMode)
 Sets the Maximum Size Mode
Created in NX7.5.0. More...
 
void SetMinimumArea (NXOpen::CAM::RoughFinishTurningBuilder::MinimumAreaTypes minimumAreaActive)
 Sets the Minimum Area type
Created in NX6.0.0. More...
 
void SetMinimumAreaSize (double minArea)
 Sets the Minimum Area Size
Created in NX6.0.0. More...
 
void SetMinimumAreaUnit (NXOpen::CAM::RoughFinishTurningBuilder::MinmaxAreaUnits minAreaUnit)
 Sets the Minimum Area Unit
Created in NX7.5.0. More...
 
void SetMinimumSizeMode (NXOpen::CAM::RoughFinishTurningBuilder::MinmaxSizeModes minimumSizeMode)
 Sets the Minimum Size Mode
Created in NX7.5.0. More...
 
void SetOmitReversals (bool omitReversals)
 Sets the Omit Reversals toggle
Created in NX6.0.0. More...
 
void SetRegionMachining (NXOpen::CAM::RoughFinishTurningBuilder::RegionMachiningTypes regionMachining)
 Sets the Region Machining type
Created in NX6.0.0. More...
 
void SetRegionSelection (NXOpen::CAM::RoughFinishTurningBuilder::RegionSelectionTypes cutRegionSelectionMode)
 Sets the Region Selection type
Created in NX6.0.0. More...
 
void SetRegionSelectionPoint (NXOpen::Point *cutRegionSelectionPoint)
 Sets the Region Selection Point
Created in NX6.0.0. More...
 
void SetStartAngle (double startAngle)
 Sets the start angle
Created in NX6.0.0. More...
 
void SetStartOffset (double startOffset)
 Sets the Start Offset
Created in NX6.0.0. More...
 
void SetToleranceOffset (NXOpen::CAM::RoughFinishTurningBuilder::ToleranceOffsetTypes toleranceOffsetMode)
 Sets the Tolerance Offset type
Created in NX6.0.0. More...
 
double StartAngle ()
 Returns the start angle
Created in NX6.0.0. More...
 
double StartOffset ()
 Returns the Start Offset
Created in NX6.0.0. More...
 
NXOpen::CAM::CutAngleStepAngleBuilder ()
 Returns the Step Angle
Created in NX7.5.0. More...
 
NXOpen::CAM::RoughFinishTurningBuilder::ToleranceOffsetTypes ToleranceOffset ()
 Returns the Tolerance Offset type
Created in NX6.0.0. More...
 
NXOpen::CAM::TrimPointTrimPoint1 ()
 Returns the trim point 1
Created in NX6.0.0. More...
 
NXOpen::CAM::TrimPointTrimPoint2 ()
 Returns the trim point 2
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAM::TurningOperationBuilder
NXString AdditionalCommands ()
 Returns the Additional Commands
Created in NX6.0.0. More...
 
NXOpen::CAM::FeedsTurnBuilderFeedsBuilder ()
 Returns the feeds and speeds builder
Created in NX6.0.0. More...
 
bool FlipToolAroundHolder ()
 Returns the Flip Tool Around Holder toggle
Created in NX6.0.0. More...
 
NXString MachineCycleSubroutineName ()
 Returns the machine cycle subroutine name
Created in NX8.0.0. More...
 
NXOpen::CAM::TurningOperationBuilder::MotionOutputOptions MotionOutput ()
 Returns the motion output
Created in NX6.0.0. More...
 
bool ReorientToolHolder ()
 Returns the Reorient Tool Holder toggle. More...
 
NXOpen::CAM::TurningOperationBuilder::ReorientToolHolderModeOptions ReorientToolHolderMode ()
 Returns the Reorient Tool Holder Mode
Created in NX11.0.0. More...
 
bool RotateTrackingPoint ()
 Returns the Rotate Tracking Point toggle
More...
 
void SetAdditionalCommands (const NXString &additionalCommands)
 Sets the Additional Commands
Created in NX6.0.0. More...
 
void SetAdditionalCommands (const char *additionalCommands)
 Sets the Additional Commands
Created in NX6.0.0. More...
 
void SetFlipToolAroundHolder (bool machAAxis)
 Sets the Flip Tool Around Holder toggle
Created in NX6.0.0. More...
 
void SetMachineCycleSubroutineName (const NXString &machineCycleSubroutineName)
 Sets the machine cycle subroutine name
Created in NX8.0.0. More...
 
void SetMachineCycleSubroutineName (const char *machineCycleSubroutineName)
 Sets the machine cycle subroutine name
Created in NX8.0.0. More...
 
void SetMotionOutput (NXOpen::CAM::TurningOperationBuilder::MotionOutputOptions motionOutput)
 Sets the motion output
Created in NX6.0.0. More...
 
void SetReorientToolHolder (bool reorient)
 Sets the Reorient Tool Holder toggle. More...
 
void SetReorientToolHolderMode (NXOpen::CAM::TurningOperationBuilder::ReorientToolHolderModeOptions reorientToolHolderMode)
 Sets the Reorient Tool Holder Mode
Created in NX11.0.0. More...
 
void SetRotateTrackingPoint (bool rotate)
 Sets the Rotate Tracking Point toggle
More...
 
void SetTrackingPointStatus (NXOpen::CAM::TurningOperationBuilder::TrackingPointType status)
 Sets the tracking point status
Created in NX8.5.0. More...
 
void SetUpdateIpw (bool updateIpwMode)
 Sets the update IPW mode
Created in NX6.0.0. More...
 
void SetUseMachineCycle (bool machineCycle)
 Sets the Use Machine Cycle toggle
Created in NX6.0.0. More...
 
NXOpen::CAM::InheritableDoubleBuilderToolHolderAngle ()
 Returns the Tool Holder Angle
Created in NX6.0.0. More...
 
NXOpen::CAM::TurningOperationBuilder::TrackingPointType TrackingPointStatus ()
 Returns the tracking point status
Created in NX8.5.0. More...
 
bool UpdateIpw ()
 Returns the update IPW mode
Created in NX6.0.0. More...
 
bool UseMachineCycle ()
 Returns the Use Machine Cycle toggle
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAM::OperationBuilder
NXString ChannelName ()
 Returns the channel's name
Created in NX7.5.0. More...
 
NXString Description ()
 Returns the description
Created in NX9.0.0. More...
 
NXOpen::CAM::PostEventsCiBuilderEndOfPath ()
 Returns the end event builder
Created in NX5.0.1. More...
 
NXOpen::CAM::UdeSetEndUdeSet ()
 Returns the end ude set
Created in NX7.5.0. More...
 
NXOpen::CAM::GeometryCiBuilderGeometry ()
 Returns the geometry builder
Created in NX5.0.0. More...
 
std::vector< double > GetHoleAxisValues ()
 Get the Hole Axis values. More...
 
bool GougeChecking ()
 Returns the gouge checking flag
Created in NX9.0.0. More...
 
NXOpen::CAM::OperationBuilder::HoleAxisTypes HoleAxisType ()
 Returns the Hole Axis Type
Created in NX5.0.0. More...
 
NXOpen::CAM::InheritableDoubleBuilderHoleDepth ()
 Returns the max depth distance builder
Created in NX5.0.0. More...
 
NXOpen::CAM::OperationBuilder::HoleDepthTypes HoleDepthType ()
 Returns the Hole Depth Type
Created in NX5.0.0. More...
 
NXOpen::CAM::LayoutCiBuilderLayoutAndLayer ()
 Returns the Layer and Layout
Created in NX9.0.1. More...
 
NXOpen::CAM::ArcOutputTypeCiBuilderMotionOutputBuilder ()
 Returns the motion output builder
Created in NX8.0.0. More...
 
NXOpen::CAM::NotesNotes ()
 Returns the notes builder
Created in NX9.0.0. More...
 
NXOpen::CAM::OperationBuilder::OptimizationBasedOnTypes OptimizationBasedOn ()
 Returns the optimization based on in operation
Created in NX5.0.0. More...
 
NXOpen::CAM::OperationBuilder::OptimizationDistanceTypes OptimizationDistanceMethod ()
 Returns the optimization distance method in operation
Created in NX5.0.0. More...
 
NXOpen::CAM::OperationBuilder::OptimizationLevelTypes OptimizationLevel ()
 Returns the optimization level in operation
Created in NX5.0.0. More...
 
NXOpen::CAM::OperationDisplayOptionsBuilderPathDisplayOptions ()
 Returns the path display options builder
Created in NX6.0.0. More...
 
NXString PostToolPathExit ()
 Returns the environment variable that points to the post tool path generation library which has the exit
Created in NX9.0.3. More...
 
NXOpen::CAM::InheritableDoubleBuilderRetractDistance ()
 Returns the Retract Distance builder (inheritable double)
Created in NX5.0.0. More...
 
NXOpen::CAM::InheritableDoubleBuilderRetractDistanceOnToolAxisChange ()
 Returns the Retract Distance on Tool Axis Change builder (inheritable double)
Created in NX5.0.0. More...
 
NXOpen::CAM::InheritableDoubleBuilderSafeClearance ()
 Returns the safe clearance builder
Created in NX6.0.0. More...
 
bool SelectToolFlag ()
 Returns the user selected tool
Created in NX5.0.0. More...
 
void SetChannelName (const NXString &channel)
 Sets the channel's name
Created in NX7.5.0. More...
 
void SetChannelName (const char *channel)
 Sets the channel's name
Created in NX7.5.0. More...
 
void SetDescription (const NXString &description)
 Sets the description
Created in NX9.0.0. More...
 
void SetDescription (const char *description)
 Sets the description
Created in NX9.0.0. More...
 
void SetGougeChecking (bool gougeChecking)
 Sets the gouge checking flag
Created in NX9.0.0. More...
 
void SetHoleAxisType (NXOpen::CAM::OperationBuilder::HoleAxisTypes types)
 Sets the Hole Axis Type
Created in NX5.0.0. More...
 
void SetHoleAxisValues (const std::vector< double > &holeAxis)
 Set the Hole Axis values
Created in NX5.0.0. More...
 
void SetHoleDepthType (NXOpen::CAM::OperationBuilder::HoleDepthTypes types)
 Sets the Hole Depth Type
Created in NX5.0.0. More...
 
void SetOptimizationBasedOn (NXOpen::CAM::OperationBuilder::OptimizationBasedOnTypes optimBasedOn)
 Sets the optimization based on in operation
Created in NX5.0.0. More...
 
void SetOptimizationDistanceMethod (NXOpen::CAM::OperationBuilder::OptimizationDistanceTypes optimDistance)
 Sets the optimization distance method in operation
Created in NX5.0.0. More...
 
void SetOptimizationLevel (NXOpen::CAM::OperationBuilder::OptimizationLevelTypes optimType)
 Sets the optimization level in operation
Created in NX5.0.0. More...
 
void SetPostToolPathExit (const NXString &exitName)
 Sets the environment variable that points to the post tool path generation library which has the exit
Created in NX9.0.3. More...
 
void SetPostToolPathExit (const char *exitName)
 Sets the environment variable that points to the post tool path generation library which has the exit
Created in NX9.0.3. More...
 
void SetSelectToolFlag (bool selToolFlag)
 Sets the user selected tool
Created in NX5.0.0. More...
 
NXOpen::CAM::PostEventsCiBuilderStartOfPath ()
 Returns the start event builder
Created in NX5.0.1. More...
 
NXOpen::CAM::UdeSetStartUdeSet ()
 Returns the start ude set
Created in NX7.5.0. More...
 
NXOpen::CAM::ToolChangeCiBuilderToolChangeSetting ()
 Returns the tool change builder
Created in NX5.0.0. More...
 
NXOpen::CAM::ToolPathEditorBuilderToolPathEditor ()
 Returns the Tool Path Editor Builder
Created in NX9.0.3. More...
 
NXOpen::CAM::ToolPathSplitParametersBuilderToolPathSplitParametersBuilder ()
 Returns the tool path split Parameters
Created in NX9.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAM::ParamBuilder
NXOpen::CAM::UdeCycleEvent ()
 Returns the cycle event
Created in NX7.5.0. More...
 
NXOpen::CAM::CycleCycleTable ()
 Returns the cycle
Created in NX9.0.0. More...
 
NXOpen::TaggedObjectGetCustomizableItemBuilder (const NXString &name)
 Returns the customizable item builder for the given customizable item name. More...
 
NXOpen::TaggedObjectGetCustomizableItemBuilder (const char *name)
 Returns the customizable item builder for the given customizable item name. More...
 
std::vector< NXStringGetCustomizableItemNames ()
 Returns the names for all customizable item ids. More...
 
NXOpen::CAM::ParamBuilder::OptimizationTypes OptimizationMethod ()
 Returns the optim method
Created in NX5.0.0. More...
 
void SetOptimizationMethod (NXOpen::CAM::ParamBuilder::OptimizationTypes optimMethod)
 Sets the optim method
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a RoughTurning Builder
To create a new instance of this class, use NXOpen::CAM::OperationCollection::CreateRoughTurningBuilder

Created in NX6.0.0.


Member Enumeration Documentation

the Cleanup types
Created in NX6.0.0.


Enumerator
CleanupTypesNone 

Cleanup mode: None.

CleanupTypesAll 

Cleanup mode: All.

CleanupTypesSteepOnly 

Cleanup mode: Steep only.

CleanupTypesAllButSteep 

Cleanup mode: All but steep.

CleanupTypesLevelOnly 

Cleanup mode: Level only.

CleanupTypesAllButLevel 

Cleanup mode: All but level.

CleanupTypesDownOnly 

Cleanup mode: Down only.

CleanupTypesPerReversal 

Cleanup mode: Per reversal.

the Level Depth Mode types
Created in NX6.0.0.


Enumerator
LevelDepthModeTypesFromTool 

Level depth mode: From Tool.

LevelDepthModeTypesSpecify 

Level depth mode: Specify.

the Part Off Depth Mode types
Created in NX9.0.0.


Enumerator
PartOffDepthModeTypesDivide 

Part Off Depth Mode: Divide.

PartOffDepthModeTypesCleanFirstWall 

Part Off Depth Mode: Clean First Wall.

PartOffDepthModeTypesCleanBothWalls 

Part Off Depth Mode: Clean Both Walls.

PartOffDepthModeTypesStock 

Part Off Depth Mode: Stock.

PartOffDepthModeTypesDistance 

Part Off Depth Mode: Distance.

the Part Off Position Mode types
Created in NX9.0.0.


Enumerator
PartOffPositionModeTypesAutomatic 

Part Off Position Mode: Automatic.

PartOffPositionModeTypesSpecify 

Part Off Position Mode: Specify.

the Reversal Mode types
Created in NX6.0.0.


Enumerator
ReversalModeTypesAsLevel 

Reversal mode: As Level.

ReversalModeTypesInverse 

Reversal mode: Inverse.

ReversalModeTypesClosest 

Reversal mode: Closest.

ReversalModeTypesCutLater 

Reversal mode: Cut Later.

ReversalModeTypesOmit 

Reversal mode: Omit.

Member Function Documentation

NXOpen::CAM::RoughTurningBuilder::CleanupTypes NXOpen::CAM::RoughTurningBuilder::Cleanup ( )

Returns the Cleanup
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::CutStrategy* NXOpen::CAM::RoughTurningBuilder::CutStrategy ( )

Returns the Cut Strategy
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::TurnDirection* NXOpen::CAM::RoughTurningBuilder::Direction ( )

Returns the Rough Direction
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::FirstPlunge* NXOpen::CAM::RoughTurningBuilder::FirstPlunge ( )

Returns the First Plunge
Created in NX6.0.0.



License requirements : None

double NXOpen::CAM::RoughTurningBuilder::LevelDepth ( )

Returns the level depth
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::RoughTurningBuilder::LevelDepthModeTypes NXOpen::CAM::RoughTurningBuilder::LevelDepthMode ( )

Returns the Level Depth Mode
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::NcmTurnRoughBuilder* NXOpen::CAM::RoughTurningBuilder::NonCuttingBuilder ( )

Returns the non-cutting builder
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::RoughTurningBuilder::PartOffDepthModeTypes NXOpen::CAM::RoughTurningBuilder::PartOffDepthMode ( )

Returns the Part Off Depth Mode
Created in NX9.0.0.



License requirements : None

double NXOpen::CAM::RoughTurningBuilder::PartOffDepthValue ( )

Returns the Part Off Depth Value
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::PostEventsCiBuilder* NXOpen::CAM::RoughTurningBuilder::PartOffEvents ( )

Returns the Part Off Events
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

NXOpen::CAM::RoughTurningBuilder::PartOffPositionModeTypes NXOpen::CAM::RoughTurningBuilder::PartOffPositionMode ( )

Returns the Part Off Position Mode
Created in NX9.0.0.



License requirements : None

NXOpen::Point* NXOpen::CAM::RoughTurningBuilder::PartOffPositionPoint ( )

Returns the Part Off Position Point
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::RoughTurningBuilder::ReversalModeTypes NXOpen::CAM::RoughTurningBuilder::ReversalMode ( )

Returns the Reversal Mode
Created in NX6.0.0.



License requirements : None

double NXOpen::CAM::RoughTurningBuilder::SafeDistance ( )

Returns the Safe Distance
Created in NX6.0.0.



License requirements : None

void NXOpen::CAM::RoughTurningBuilder::SetCleanup ( NXOpen::CAM::RoughTurningBuilder::CleanupTypes  cleanupMode)

Sets the Cleanup
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
cleanupModethe cleanup type
void NXOpen::CAM::RoughTurningBuilder::SetLevelDepth ( double  levelDepth)

Sets the level depth
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
levelDepththe level depth
void NXOpen::CAM::RoughTurningBuilder::SetLevelDepthMode ( NXOpen::CAM::RoughTurningBuilder::LevelDepthModeTypes  levelDepthMode)

Sets the Level Depth Mode
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
levelDepthModethe level depth mode
void NXOpen::CAM::RoughTurningBuilder::SetPartOffDepthMode ( NXOpen::CAM::RoughTurningBuilder::PartOffDepthModeTypes  partOffDepthMode)

Sets the Part Off Depth Mode
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
partOffDepthModethe part off depth mode
void NXOpen::CAM::RoughTurningBuilder::SetPartOffDepthValue ( double  partOffDepthValue)

Sets the Part Off Depth Value
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
partOffDepthValuethe part off depth value
void NXOpen::CAM::RoughTurningBuilder::SetPartOffPositionMode ( NXOpen::CAM::RoughTurningBuilder::PartOffPositionModeTypes  partOffPositionMode)

Sets the Part Off Position Mode
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
partOffPositionModethe part off position mode
void NXOpen::CAM::RoughTurningBuilder::SetPartOffPositionPoint ( NXOpen::Point partOffPositionPoint)

Sets the Part Off Position Point
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
partOffPositionPointthe part off position point
void NXOpen::CAM::RoughTurningBuilder::SetReversalMode ( NXOpen::CAM::RoughTurningBuilder::ReversalModeTypes  reversalMode)

Sets the Reversal Mode
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
reversalModethe reversal mode
void NXOpen::CAM::RoughTurningBuilder::SetSafeDistance ( double  safeDistanceValue)

Sets the Safe Distance
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
safeDistanceValuethe safe distance
NXOpen::CAM::StepoverBuilder* NXOpen::CAM::RoughTurningBuilder::Stepover ( )

Returns the Stepover
Created in NX6.0.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.