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

Represents a Tool Path Editor Builder
To create a new instance of this class, use NXOpen::CAM::Operation::CreateToolPathEditorBuilder
Default values. More...

Inheritance diagram for NXOpen::CAM::ToolPathEditorBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  ClearanceMethodType { ClearanceMethodTypeSpecify, ClearanceMethodTypeUseOperation }
 Clearance Method Type. More...
 
enum  ConnectionMethodType { ConnectionMethodTypeClearancePlane, ConnectionMethodTypeDirect }
 Connection Method Type. More...
 
enum  ExtendMethodType {
  ExtendMethodTypeLinear, ExtendMethodTypeArc, ExtendMethodTypeLinearArc, ExtendMethodTypeArcLinear,
  ExtendMethodTypeLinearArcLinear
}
 Extend Method Type. More...
 
enum  MotionMethodType { MotionMethodTypeDelta, MotionMethodTypeToAPoint }
 Motion Method Type. More...
 
enum  TrimGeometryType {
  TrimGeometryTypePlane, TrimGeometryTypeLineInView, TrimGeometryTypeBoundary, TrimGeometryTypePermanentBoundary,
  TrimGeometryTypeSelectionInView
}
 Trim Geometry Type. More...
 
enum  TrimMethod { TrimMethodGeometry, TrimMethodPath }
 Trim Method. More...
 
enum  TrimPathType { TrimPathTypeSingle, TrimPathTypeRange, TrimPathTypeBetweenRapids, TrimPathTypeCutLevel }
 Trim Path Type. More...
 
enum  TrimSideType { TrimSideTypeOutside, TrimSideTypeInside }
 Trim Side Type. More...
 

Public Member Functions

double ArcAngle ()
 Returns the arc angle
Created in NX6.0.0. More...
 
double ArcRadius ()
 Returns the arc radius
Created in NX6.0.0. More...
 
double DeltaXC ()
 Returns the delta xc
Created in NX6.0.0. More...
 
double DeltaYC ()
 Returns the delta yc
Created in NX6.0.0. More...
 
double DeltaZC ()
 Returns the delta zc
Created in NX6.0.0. More...
 
void Extend ()
 Extend
Created in NX6.0.0. More...
 
NXOpen::AxisExtendDirection ()
 Returns the extend direction
Created in NX6.0.0. More...
 
NXOpen::CAM::ToolPathEditorBuilder::ExtendMethodType ExtendMethod ()
 Returns the extend method
Created in NX6.0.0. More...
 
double FirstLinearDistance ()
 Returns the first linear distance
Created in NX6.0.0. More...
 
int GetNumberOfGouges ()
 Get number of gouges. More...
 
void GougeCheck ()
 Gouge check
Created in NX6.0.0. More...
 
NXOpen::CAM::ToolPathEditorBuilder::ClearanceMethodType GougeCheckClearanceMethod ()
 Returns the gouge check clearance plane method
Created in NX6.0.0. More...
 
NXOpen::NXObjectGougeCheckClearancePlane ()
 Returns the clearance plane,plane entity type covers Xform and Plane
Created in NX6.0.0. More...
 
bool HolderCheck ()
 Returns the holder check
Created in NX6.0.0. More...
 
NXOpen::CAM::ToolPathEditorBuilder::MotionMethodType MotionMethod ()
 Returns the motion method
Created in NX6.0.0. More...
 
void Move ()
 Move
Created in NX6.0.0. More...
 
bool MoveStartPoint ()
 Returns the move start point
Created in NX6.0.0. More...
 
void MoveToClearancePlane ()
 Move to clearance plane
Created in NX6.0.0. More...
 
NXOpen::NXObjectPermanentBoundary ()
 Returns the permanent boundary
Created in NX6.0.0. More...
 
NXOpen::PointReferencePoint ()
 Returns the reference point
Created in NX6.0.0. More...
 
void Reverse ()
 Reverse
Created in NX6.0.0. More...
 
double SecondLinearDistance ()
 Returns the second linear distance
Created in NX6.0.0. More...
 
void SelectAllGouges ()
 Select all gouges
Created in NX6.0.0. More...
 
void SelectNextGouge ()
 Select next gouge
Created in NX6.0.0. More...
 
void SelectPreviousGouge ()
 Select previous gouge
Created in NX6.0.0. More...
 
void SetArcAngle (double angle)
 Sets the arc angle
Created in NX6.0.0. More...
 
void SetArcRadius (double radius)
 Sets the arc radius
Created in NX6.0.0. More...
 
void SetDeltaXC (double deltaXC)
 Sets the delta xc
Created in NX6.0.0. More...
 
void SetDeltaYC (double deltaYC)
 Sets the delta yc
Created in NX6.0.0. More...
 
void SetDeltaZC (double deltaZC)
 Sets the delta zc
Created in NX6.0.0. More...
 
void SetExtendDirection (NXOpen::Axis *direction)
 Sets the extend direction
Created in NX6.0.0. More...
 
void SetExtendMethod (NXOpen::CAM::ToolPathEditorBuilder::ExtendMethodType motionMethod)
 Sets the extend method
Created in NX6.0.0. More...
 
void SetFirstLinearDistance (double distance)
 Sets the first linear distance
Created in NX6.0.0. More...
 
void SetGougeCheckClearanceMethod (NXOpen::CAM::ToolPathEditorBuilder::ClearanceMethodType method)
 Sets the gouge check clearance plane method
Created in NX6.0.0. More...
 
void SetGougeCheckClearancePlane (NXOpen::NXObject *clearancePlane)
 Sets the clearance plane,plane entity type covers Xform and Plane
Created in NX6.0.0. More...
 
void SetHolderCheck (bool transformCircles)
 Sets the holder check
Created in NX6.0.0. More...
 
void SetMotionMethod (NXOpen::CAM::ToolPathEditorBuilder::MotionMethodType motionMethod)
 Sets the motion method
Created in NX6.0.0. More...
 
void SetMoveStartPoint (bool moveStartPoint)
 Sets the move start point
Created in NX6.0.0. More...
 
void SetPermanentBoundary (NXOpen::NXObject *bnd)
 Sets the permanent boundary
Created in NX6.0.0. More...
 
void SetReferencePoint (NXOpen::Point *refPoint)
 Sets the reference point
Created in NX6.0.0. More...
 
void SetSecondLinearDistance (double distance)
 Sets the second linear distance
Created in NX6.0.0. More...
 
void SetToPoint (NXOpen::Point *toPoint)
 Sets the to point
Created in NX6.0.0. More...
 
void SetTransformCircles (bool transformCircles)
 Sets the transform circles
Created in NX6.0.0. More...
 
void SetTrimClearanceMethod (NXOpen::CAM::ToolPathEditorBuilder::ClearanceMethodType clrMethod)
 Sets the trimming clearance plane method
Created in NX6.0.0. More...
 
void SetTrimClearancePlane (NXOpen::NXObject *plane)
 Sets the trimming clearance plane,plane entity type covers Xform and Plane
Created in NX6.0.0. More...
 
void SetTrimConnectionMethod (NXOpen::CAM::ToolPathEditorBuilder::ConnectionMethodType connMethod)
 Sets the trimming connection method
Created in NX6.0.0. More...
 
void SetTrimDirection (NXOpen::Axis *dir)
 Sets the normal to the trim line
Created in NX6.0.0. More...
 
void SetTrimGeometry (NXOpen::CAM::ToolPathEditorBuilder::TrimGeometryType geomType)
 Sets the trim geometry type
Created in NX6.0.0. More...
 
void SetTrimLine (NXOpen::NXObject *line)
 Sets the trim line
Created in NX6.0.0. More...
 
void SetTrimPlane (NXOpen::NXObject *plane)
 Sets the trim plane,plane entity type covers Xform and Plane
Created in NX6.0.0. More...
 
void SetTrimSide (NXOpen::CAM::ToolPathEditorBuilder::TrimSideType side)
 Sets the side to trim
Created in NX6.0.0. More...
 
NXOpen::PointToPoint ()
 Returns the to point
Created in NX6.0.0. More...
 
bool TransformCircles ()
 Returns the transform circles
Created in NX6.0.0. More...
 
void Trim ()
 Trim
Created in NX6.0.0. More...
 
NXOpen::CAM::ToolPathEditorBuilder::ClearanceMethodType TrimClearanceMethod ()
 Returns the trimming clearance plane method
Created in NX6.0.0. More...
 
NXOpen::NXObjectTrimClearancePlane ()
 Returns the trimming clearance plane,plane entity type covers Xform and Plane
Created in NX6.0.0. More...
 
NXOpen::CAM::ToolPathEditorBuilder::ConnectionMethodType TrimConnectionMethod ()
 Returns the trimming connection method
Created in NX6.0.0. More...
 
NXOpen::AxisTrimDirection ()
 Returns the normal to the trim line
Created in NX6.0.0. More...
 
NXOpen::CAM::ToolPathEditorBuilder::TrimGeometryType TrimGeometry ()
 Returns the trim geometry type
Created in NX6.0.0. More...
 
NXOpen::NXObjectTrimLine ()
 Returns the trim line
Created in NX6.0.0. More...
 
NXOpen::NXObjectTrimPlane ()
 Returns the trim plane,plane entity type covers Xform and Plane
Created in NX6.0.0. More...
 
NXOpen::CAM::ToolPathEditorBuilder::TrimSideType TrimSide ()
 Returns the side to trim
Created in NX6.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 Tool Path Editor Builder
To create a new instance of this class, use NXOpen::CAM::Operation::CreateToolPathEditorBuilder
Default values.

Property Value

DeltaXC

0

DeltaYC

0

DeltaZC

0

ExtendMethod

Linear

GougeCheckClearanceMethod

Specify

HolderCheck

1

MotionMethod

Delta

MoveStartPoint

1

TransformCircles

0


Created in NX6.0.0.

Member Enumeration Documentation

Clearance Method Type.

Enumerator
ClearanceMethodTypeSpecify 

specify

ClearanceMethodTypeUseOperation 

use operation

Connection Method Type.

Enumerator
ConnectionMethodTypeClearancePlane 

clearance plane

ConnectionMethodTypeDirect 

direct

Extend Method Type.

Enumerator
ExtendMethodTypeLinear 

linear

ExtendMethodTypeArc 

arc

ExtendMethodTypeLinearArc 

linear arc

ExtendMethodTypeArcLinear 

arc linear

ExtendMethodTypeLinearArcLinear 

linear arc linear

Motion Method Type.

Enumerator
MotionMethodTypeDelta 

delta

MotionMethodTypeToAPoint 

to apoint

Trim Geometry Type.

Enumerator
TrimGeometryTypePlane 

plane

TrimGeometryTypeLineInView 

line in view

TrimGeometryTypeBoundary 

boundary

TrimGeometryTypePermanentBoundary 

permanent boundary

TrimGeometryTypeSelectionInView 

selection in view

Trim Method.

Enumerator
TrimMethodGeometry 

geometry

TrimMethodPath 

path

Trim Path Type.

Enumerator
TrimPathTypeSingle 

single

TrimPathTypeRange 

range

TrimPathTypeBetweenRapids 

between rapids

TrimPathTypeCutLevel 

cut level

Trim Side Type.

Enumerator
TrimSideTypeOutside 

outside

TrimSideTypeInside 

inside

Member Function Documentation

double NXOpen::CAM::ToolPathEditorBuilder::ArcAngle ( )

Returns the arc angle
Created in NX6.0.0.



License requirements : None

double NXOpen::CAM::ToolPathEditorBuilder::ArcRadius ( )

Returns the arc radius
Created in NX6.0.0.



License requirements : None

double NXOpen::CAM::ToolPathEditorBuilder::DeltaXC ( )

Returns the delta xc
Created in NX6.0.0.



License requirements : None

double NXOpen::CAM::ToolPathEditorBuilder::DeltaYC ( )

Returns the delta yc
Created in NX6.0.0.



License requirements : None

double NXOpen::CAM::ToolPathEditorBuilder::DeltaZC ( )

Returns the delta zc
Created in NX6.0.0.



License requirements : None

void NXOpen::CAM::ToolPathEditorBuilder::Extend ( )

Extend
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

NXOpen::Axis* NXOpen::CAM::ToolPathEditorBuilder::ExtendDirection ( )

Returns the extend direction
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::ToolPathEditorBuilder::ExtendMethodType NXOpen::CAM::ToolPathEditorBuilder::ExtendMethod ( )

Returns the extend method
Created in NX6.0.0.



License requirements : None

double NXOpen::CAM::ToolPathEditorBuilder::FirstLinearDistance ( )

Returns the first linear distance
Created in NX6.0.0.



License requirements : None

int NXOpen::CAM::ToolPathEditorBuilder::GetNumberOfGouges ( )

Get number of gouges.

Returns

Created in NX6.0.0.

License requirements : cam_base ("CAM BASE")
void NXOpen::CAM::ToolPathEditorBuilder::GougeCheck ( )

Gouge check
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

NXOpen::CAM::ToolPathEditorBuilder::ClearanceMethodType NXOpen::CAM::ToolPathEditorBuilder::GougeCheckClearanceMethod ( )

Returns the gouge check clearance plane method
Created in NX6.0.0.



License requirements : None

NXOpen::NXObject* NXOpen::CAM::ToolPathEditorBuilder::GougeCheckClearancePlane ( )

Returns the clearance plane,plane entity type covers Xform and Plane
Created in NX6.0.0.



License requirements : None

bool NXOpen::CAM::ToolPathEditorBuilder::HolderCheck ( )

Returns the holder check
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::ToolPathEditorBuilder::MotionMethodType NXOpen::CAM::ToolPathEditorBuilder::MotionMethod ( )

Returns the motion method
Created in NX6.0.0.



License requirements : None

void NXOpen::CAM::ToolPathEditorBuilder::Move ( )

Move
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

bool NXOpen::CAM::ToolPathEditorBuilder::MoveStartPoint ( )

Returns the move start point
Created in NX6.0.0.



License requirements : None

void NXOpen::CAM::ToolPathEditorBuilder::MoveToClearancePlane ( )

Move to clearance plane
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

NXOpen::NXObject* NXOpen::CAM::ToolPathEditorBuilder::PermanentBoundary ( )

Returns the permanent boundary
Created in NX6.0.0.



License requirements : None

NXOpen::Point* NXOpen::CAM::ToolPathEditorBuilder::ReferencePoint ( )

Returns the reference point
Created in NX6.0.0.



License requirements : None

void NXOpen::CAM::ToolPathEditorBuilder::Reverse ( )

Reverse
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

double NXOpen::CAM::ToolPathEditorBuilder::SecondLinearDistance ( )

Returns the second linear distance
Created in NX6.0.0.



License requirements : None

void NXOpen::CAM::ToolPathEditorBuilder::SelectAllGouges ( )

Select all gouges
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

void NXOpen::CAM::ToolPathEditorBuilder::SelectNextGouge ( )

Select next gouge
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

void NXOpen::CAM::ToolPathEditorBuilder::SelectPreviousGouge ( )

Select previous gouge
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

void NXOpen::CAM::ToolPathEditorBuilder::SetArcAngle ( double  angle)

Sets the arc angle
Created in NX6.0.0.



License requirements : None

Parameters
angleangle
void NXOpen::CAM::ToolPathEditorBuilder::SetArcRadius ( double  radius)

Sets the arc radius
Created in NX6.0.0.



License requirements : None

Parameters
radiusradius
void NXOpen::CAM::ToolPathEditorBuilder::SetDeltaXC ( double  deltaXC)

Sets the delta xc
Created in NX6.0.0.



License requirements : None

Parameters
deltaXCdeltaxc
void NXOpen::CAM::ToolPathEditorBuilder::SetDeltaYC ( double  deltaYC)

Sets the delta yc
Created in NX6.0.0.



License requirements : None

Parameters
deltaYCdeltayc
void NXOpen::CAM::ToolPathEditorBuilder::SetDeltaZC ( double  deltaZC)

Sets the delta zc
Created in NX6.0.0.



License requirements : None

Parameters
deltaZCdeltazc
void NXOpen::CAM::ToolPathEditorBuilder::SetExtendDirection ( NXOpen::Axis direction)

Sets the extend direction
Created in NX6.0.0.



License requirements : None

Parameters
directiondirection
void NXOpen::CAM::ToolPathEditorBuilder::SetExtendMethod ( NXOpen::CAM::ToolPathEditorBuilder::ExtendMethodType  motionMethod)

Sets the extend method
Created in NX6.0.0.



License requirements : None

Parameters
motionMethodmotionmethod
void NXOpen::CAM::ToolPathEditorBuilder::SetFirstLinearDistance ( double  distance)

Sets the first linear distance
Created in NX6.0.0.



License requirements : None

Parameters
distancedistance
void NXOpen::CAM::ToolPathEditorBuilder::SetGougeCheckClearanceMethod ( NXOpen::CAM::ToolPathEditorBuilder::ClearanceMethodType  method)

Sets the gouge check clearance plane method
Created in NX6.0.0.



License requirements : None

Parameters
methodmethod
void NXOpen::CAM::ToolPathEditorBuilder::SetGougeCheckClearancePlane ( NXOpen::NXObject clearancePlane)

Sets the clearance plane,plane entity type covers Xform and Plane
Created in NX6.0.0.



License requirements : None

Parameters
clearancePlaneclearanceplane
void NXOpen::CAM::ToolPathEditorBuilder::SetHolderCheck ( bool  transformCircles)

Sets the holder check
Created in NX6.0.0.



License requirements : None

Parameters
transformCirclestransformcircles
void NXOpen::CAM::ToolPathEditorBuilder::SetMotionMethod ( NXOpen::CAM::ToolPathEditorBuilder::MotionMethodType  motionMethod)

Sets the motion method
Created in NX6.0.0.



License requirements : None

Parameters
motionMethodmotionmethod
void NXOpen::CAM::ToolPathEditorBuilder::SetMoveStartPoint ( bool  moveStartPoint)

Sets the move start point
Created in NX6.0.0.



License requirements : None

Parameters
moveStartPointmovestartpoint
void NXOpen::CAM::ToolPathEditorBuilder::SetPermanentBoundary ( NXOpen::NXObject bnd)

Sets the permanent boundary
Created in NX6.0.0.



License requirements : None

Parameters
bndbnd
void NXOpen::CAM::ToolPathEditorBuilder::SetReferencePoint ( NXOpen::Point refPoint)

Sets the reference point
Created in NX6.0.0.



License requirements : None

Parameters
refPointrefpoint
void NXOpen::CAM::ToolPathEditorBuilder::SetSecondLinearDistance ( double  distance)

Sets the second linear distance
Created in NX6.0.0.



License requirements : None

Parameters
distancedistance
void NXOpen::CAM::ToolPathEditorBuilder::SetToPoint ( NXOpen::Point toPoint)

Sets the to point
Created in NX6.0.0.



License requirements : None

Parameters
toPointtopoint
void NXOpen::CAM::ToolPathEditorBuilder::SetTransformCircles ( bool  transformCircles)

Sets the transform circles
Created in NX6.0.0.



License requirements : None

Parameters
transformCirclestransformcircles
void NXOpen::CAM::ToolPathEditorBuilder::SetTrimClearanceMethod ( NXOpen::CAM::ToolPathEditorBuilder::ClearanceMethodType  clrMethod)

Sets the trimming clearance plane method
Created in NX6.0.0.



License requirements : None

Parameters
clrMethodclrmethod
void NXOpen::CAM::ToolPathEditorBuilder::SetTrimClearancePlane ( NXOpen::NXObject plane)

Sets the trimming clearance plane,plane entity type covers Xform and Plane
Created in NX6.0.0.



License requirements : None

Parameters
planeplane
void NXOpen::CAM::ToolPathEditorBuilder::SetTrimConnectionMethod ( NXOpen::CAM::ToolPathEditorBuilder::ConnectionMethodType  connMethod)

Sets the trimming connection method
Created in NX6.0.0.



License requirements : None

Parameters
connMethodconnmethod
void NXOpen::CAM::ToolPathEditorBuilder::SetTrimDirection ( NXOpen::Axis dir)

Sets the normal to the trim line
Created in NX6.0.0.



License requirements : None

Parameters
dirdir
void NXOpen::CAM::ToolPathEditorBuilder::SetTrimGeometry ( NXOpen::CAM::ToolPathEditorBuilder::TrimGeometryType  geomType)

Sets the trim geometry type
Created in NX6.0.0.



License requirements : None

Parameters
geomTypegeomtype
void NXOpen::CAM::ToolPathEditorBuilder::SetTrimLine ( NXOpen::NXObject line)

Sets the trim line
Created in NX6.0.0.



License requirements : None

Parameters
lineline
void NXOpen::CAM::ToolPathEditorBuilder::SetTrimPlane ( NXOpen::NXObject plane)

Sets the trim plane,plane entity type covers Xform and Plane
Created in NX6.0.0.



License requirements : None

Parameters
planeplane
void NXOpen::CAM::ToolPathEditorBuilder::SetTrimSide ( NXOpen::CAM::ToolPathEditorBuilder::TrimSideType  side)

Sets the side to trim
Created in NX6.0.0.



License requirements : None

Parameters
sideside
NXOpen::Point* NXOpen::CAM::ToolPathEditorBuilder::ToPoint ( )

Returns the to point
Created in NX6.0.0.



License requirements : None

bool NXOpen::CAM::ToolPathEditorBuilder::TransformCircles ( )

Returns the transform circles
Created in NX6.0.0.



License requirements : None

void NXOpen::CAM::ToolPathEditorBuilder::Trim ( )

Trim
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

NXOpen::CAM::ToolPathEditorBuilder::ClearanceMethodType NXOpen::CAM::ToolPathEditorBuilder::TrimClearanceMethod ( )

Returns the trimming clearance plane method
Created in NX6.0.0.



License requirements : None

NXOpen::NXObject* NXOpen::CAM::ToolPathEditorBuilder::TrimClearancePlane ( )

Returns the trimming clearance plane,plane entity type covers Xform and Plane
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::ToolPathEditorBuilder::ConnectionMethodType NXOpen::CAM::ToolPathEditorBuilder::TrimConnectionMethod ( )

Returns the trimming connection method
Created in NX6.0.0.



License requirements : None

NXOpen::Axis* NXOpen::CAM::ToolPathEditorBuilder::TrimDirection ( )

Returns the normal to the trim line
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::ToolPathEditorBuilder::TrimGeometryType NXOpen::CAM::ToolPathEditorBuilder::TrimGeometry ( )

Returns the trim geometry type
Created in NX6.0.0.



License requirements : None

NXOpen::NXObject* NXOpen::CAM::ToolPathEditorBuilder::TrimLine ( )

Returns the trim line
Created in NX6.0.0.



License requirements : None

NXOpen::NXObject* NXOpen::CAM::ToolPathEditorBuilder::TrimPlane ( )

Returns the trim plane,plane entity type covers Xform and Plane
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::ToolPathEditorBuilder::TrimSideType NXOpen::CAM::ToolPathEditorBuilder::TrimSide ( )

Returns the side to trim
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.