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

Represents a NXOpen::CAM::NcmSmoothingBuilder. More...

Inheritance diagram for NXOpen::CAM::NcmSmoothingBuilder:
NXOpen::TaggedObject

Public Types

enum  SmoothToleranceSources { SmoothToleranceSourcesMinimizePoints, SmoothToleranceSourcesCutting, SmoothToleranceSourcesSpecify }
 Available tolerance types for smoothing. More...
 

Public Member Functions

bool ApplyCornersSmoothing ()
 Returns the apply corners smoothing check activation
Created in NX9.0.0. More...
 
bool ApplyCornersSmoothingTransfers ()
 Returns the apply corners smoothing check activation
Created in NX11.0.1. More...
 
double EngRetMaxToolAxisChange ()
 Returns the engage/retract max tool axis change
Created in NX9.0.0. More...
 
double EngRetTolerance ()
 Returns the engage/retract tolerance value
Created in NX9.0.0. More...
 
NXOpen::CAM::NcmSmoothingBuilder::SmoothToleranceSources EngRetToleranceSource ()
 Returns the engage/retract tolerance source
Created in NX9.0.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderMaxStepoverDistance ()
 Returns the max stepover distance builder
Created in NX9.0.0. More...
 
bool OverrideWithSmoothConnections ()
 Returns the override with smooth connections check activation
Created in NX9.0.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderPartSafeClearance ()
 Returns the part safe clearance
Created in NX9.0.2. More...
 
NXOpen::CAM::InheritableToolDepBuilderRegionDistance ()
 Returns the region distance builder
Created in NX9.0.2. More...
 
void SetApplyCornersSmoothing (bool newValue)
 Sets the apply corners smoothing check activation
Created in NX9.0.0. More...
 
void SetApplyCornersSmoothingTransfers (bool newValue)
 Sets the apply corners smoothing check activation
Created in NX11.0.1. More...
 
void SetEngRetMaxToolAxisChange (double newValue)
 Sets the engage/retract max tool axis change
Created in NX9.0.0. More...
 
void SetEngRetTolerance (double newValue)
 Sets the engage/retract tolerance value
Created in NX9.0.0. More...
 
void SetEngRetToleranceSource (NXOpen::CAM::NcmSmoothingBuilder::SmoothToleranceSources newValue)
 Sets the engage/retract tolerance source
Created in NX9.0.0. More...
 
void SetOverrideWithSmoothConnections (bool newValue)
 Sets the override with smooth connections check activation
Created in NX9.0.0. More...
 
void SetTransferMaxToolAxisChange (double newValue)
 Sets the transfer/rapid max tool axis change
Created in NX9.0.0. More...
 
void SetTransferTolerance (double newValue)
 Sets the transfer/rapid tolerance value
Created in NX9.0.0. More...
 
void SetTransferToleranceSource (NXOpen::CAM::NcmSmoothingBuilder::SmoothToleranceSources newValue)
 Sets the transfer/rapid tolerance type
Created in NX9.0.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderSmoothHeight ()
 Returns the smooth height
Created in NX9.0.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderSmoothingRadius ()
 Returns the smoothing radius settings
Created in NX9.0.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderSmoothLength ()
 Returns the smooth length
Created in NX9.0.0. More...
 
double TransferMaxToolAxisChange ()
 Returns the transfer/rapid max tool axis change
Created in NX9.0.0. More...
 
double TransferTolerance ()
 Returns the transfer/rapid tolerance value
Created in NX9.0.0. More...
 
NXOpen::CAM::NcmSmoothingBuilder::SmoothToleranceSources TransferToleranceSource ()
 Returns the transfer/rapid tolerance type
Created in NX9.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::CAM::NcmSmoothingBuilder.


Created in NX9.0.0.

Member Enumeration Documentation

Available tolerance types for smoothing.

Enumerator
SmoothToleranceSourcesMinimizePoints 

minimize points tolerance type

SmoothToleranceSourcesCutting 

use cutting tolerance type

SmoothToleranceSourcesSpecify 

specify tolerance type

Member Function Documentation

bool NXOpen::CAM::NcmSmoothingBuilder::ApplyCornersSmoothing ( )

Returns the apply corners smoothing check activation
Created in NX9.0.0.



License requirements : None

bool NXOpen::CAM::NcmSmoothingBuilder::ApplyCornersSmoothingTransfers ( )

Returns the apply corners smoothing check activation
Created in NX11.0.1.



License requirements : None

double NXOpen::CAM::NcmSmoothingBuilder::EngRetMaxToolAxisChange ( )

Returns the engage/retract max tool axis change
Created in NX9.0.0.



License requirements : None

double NXOpen::CAM::NcmSmoothingBuilder::EngRetTolerance ( )

Returns the engage/retract tolerance value
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::NcmSmoothingBuilder::SmoothToleranceSources NXOpen::CAM::NcmSmoothingBuilder::EngRetToleranceSource ( )

Returns the engage/retract tolerance source
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::InheritableToolDepBuilder* NXOpen::CAM::NcmSmoothingBuilder::MaxStepoverDistance ( )

Returns the max stepover distance builder
Created in NX9.0.0.



License requirements : None

bool NXOpen::CAM::NcmSmoothingBuilder::OverrideWithSmoothConnections ( )

Returns the override with smooth connections check activation
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::InheritableToolDepBuilder* NXOpen::CAM::NcmSmoothingBuilder::PartSafeClearance ( )

Returns the part safe clearance
Created in NX9.0.2.



License requirements : None

NXOpen::CAM::InheritableToolDepBuilder* NXOpen::CAM::NcmSmoothingBuilder::RegionDistance ( )

Returns the region distance builder
Created in NX9.0.2.



License requirements : None

void NXOpen::CAM::NcmSmoothingBuilder::SetApplyCornersSmoothing ( bool  newValue)

Sets the apply corners smoothing check activation
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuenewvalue
void NXOpen::CAM::NcmSmoothingBuilder::SetApplyCornersSmoothingTransfers ( bool  newValue)

Sets the apply corners smoothing check activation
Created in NX11.0.1.



License requirements : cam_base ("CAM BASE")

Parameters
newValuenewvalue
void NXOpen::CAM::NcmSmoothingBuilder::SetEngRetMaxToolAxisChange ( double  newValue)

Sets the engage/retract max tool axis change
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuenewvalue
void NXOpen::CAM::NcmSmoothingBuilder::SetEngRetTolerance ( double  newValue)

Sets the engage/retract tolerance value
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuenewvalue
void NXOpen::CAM::NcmSmoothingBuilder::SetEngRetToleranceSource ( NXOpen::CAM::NcmSmoothingBuilder::SmoothToleranceSources  newValue)

Sets the engage/retract tolerance source
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuenewvalue
void NXOpen::CAM::NcmSmoothingBuilder::SetOverrideWithSmoothConnections ( bool  newValue)

Sets the override with smooth connections check activation
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuenewvalue
void NXOpen::CAM::NcmSmoothingBuilder::SetTransferMaxToolAxisChange ( double  newValue)

Sets the transfer/rapid max tool axis change
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuenewvalue
void NXOpen::CAM::NcmSmoothingBuilder::SetTransferTolerance ( double  newValue)

Sets the transfer/rapid tolerance value
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuenewvalue
void NXOpen::CAM::NcmSmoothingBuilder::SetTransferToleranceSource ( NXOpen::CAM::NcmSmoothingBuilder::SmoothToleranceSources  newValue)

Sets the transfer/rapid tolerance type
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuenewvalue
NXOpen::CAM::InheritableToolDepBuilder* NXOpen::CAM::NcmSmoothingBuilder::SmoothHeight ( )

Returns the smooth height
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::InheritableToolDepBuilder* NXOpen::CAM::NcmSmoothingBuilder::SmoothingRadius ( )

Returns the smoothing radius settings
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::InheritableToolDepBuilder* NXOpen::CAM::NcmSmoothingBuilder::SmoothLength ( )

Returns the smooth length
Created in NX9.0.0.



License requirements : None

double NXOpen::CAM::NcmSmoothingBuilder::TransferMaxToolAxisChange ( )

Returns the transfer/rapid max tool axis change
Created in NX9.0.0.



License requirements : None

double NXOpen::CAM::NcmSmoothingBuilder::TransferTolerance ( )

Returns the transfer/rapid tolerance value
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::NcmSmoothingBuilder::SmoothToleranceSources NXOpen::CAM::NcmSmoothingBuilder::TransferToleranceSource ( )

Returns the transfer/rapid tolerance type
Created in NX9.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.