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

Represents a NXOpen::CAM::NcmClearanceBuilder. More...

Inheritance diagram for NXOpen::CAM::NcmClearanceBuilder:
NXOpen::TaggedObject

Public Types

enum  ClearanceTypes {
  ClearanceTypesUseCommon, ClearanceTypesNone, ClearanceTypesAutomatic, ClearanceTypesPlane,
  ClearanceTypesPoint, ClearanceTypesCylinder, ClearanceTypesSphere, ClearanceTypesBoundingBox,
  ClearanceTypesBoundingCylinder
}
 the types available for clearance More...
 

Public Member Functions

NXOpen::NXObjectAxis ()
 Returns the clearance cylinder axis
Created in NX5.0.0. More...
 
double BoundingBoxClearance ()
 Returns the distance for bounding box clearance
Created in NX5.0.0. More...
 
NXOpen::CAM::NcmClearanceBuilder::ClearanceTypes ClearanceType ()
 Returns the clearance type
Created in NX5.0.0. More...
 
NXOpen::NXObjectPlaneXform ()
 Returns the clearance plane,plane entity type covers Xform and Plane
Created in NX5.0.0. More...
 
NXOpen::NXObjectPoint ()
 Returns the point for clearance types point, cylinder and sphere
Created in NX5.0.0. More...
 
double Radius ()
 Returns the clearance cylinder and sphere radius
Created in NX5.0.0. More...
 
double SafeDistance ()
 Returns the safe distance for automatic clearance
Created in NX5.0.0. More...
 
void SetAxis (NXOpen::NXObject *axis)
 Sets the clearance cylinder axis
Created in NX5.0.0. More...
 
void SetBoundingBoxClearance (double boundingBoxClearance)
 Sets the distance for bounding box clearance
Created in NX5.0.0. More...
 
void SetClearanceType (NXOpen::CAM::NcmClearanceBuilder::ClearanceTypes clearanceType)
 Sets the clearance type
Created in NX5.0.0. More...
 
void SetPlaneXform (NXOpen::NXObject *plane)
 Sets the clearance plane,plane entity type covers Xform and Plane
Created in NX5.0.0. More...
 
void SetPoint (NXOpen::NXObject *point)
 Sets the point for clearance types point, cylinder and sphere
Created in NX5.0.0. More...
 
void SetRadius (double radius)
 Sets the clearance cylinder and sphere radius
Created in NX5.0.0. More...
 
void SetSafeDistance (double newValue)
 Sets the safe distance for automatic clearance
Created in NX5.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::NcmClearanceBuilder.


Created in NX5.0.0.

Member Enumeration Documentation

the types available for clearance

Enumerator
ClearanceTypesUseCommon 

inherited from common or parent

ClearanceTypesNone 

clearance turned off

ClearanceTypesAutomatic 

automatic with distance for planar operations

ClearanceTypesPlane 

clearance plane

ClearanceTypesPoint 

clearance point

ClearanceTypesCylinder 

clearance cylinder

ClearanceTypesSphere 

clearance sphere

ClearanceTypesBoundingBox 

clearance box

ClearanceTypesBoundingCylinder 

clearance bounding cylinder

Member Function Documentation

NXOpen::NXObject* NXOpen::CAM::NcmClearanceBuilder::Axis ( )

Returns the clearance cylinder axis
Created in NX5.0.0.



License requirements : None

double NXOpen::CAM::NcmClearanceBuilder::BoundingBoxClearance ( )

Returns the distance for bounding box clearance
Created in NX5.0.0.



License requirements : None

NXOpen::CAM::NcmClearanceBuilder::ClearanceTypes NXOpen::CAM::NcmClearanceBuilder::ClearanceType ( )

Returns the clearance type
Created in NX5.0.0.



License requirements : None

NXOpen::NXObject* NXOpen::CAM::NcmClearanceBuilder::PlaneXform ( )

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



License requirements : None

NXOpen::NXObject* NXOpen::CAM::NcmClearanceBuilder::Point ( )

Returns the point for clearance types point, cylinder and sphere
Created in NX5.0.0.



License requirements : None

double NXOpen::CAM::NcmClearanceBuilder::Radius ( )

Returns the clearance cylinder and sphere radius
Created in NX5.0.0.



License requirements : None

double NXOpen::CAM::NcmClearanceBuilder::SafeDistance ( )

Returns the safe distance for automatic clearance
Created in NX5.0.0.



License requirements : None

void NXOpen::CAM::NcmClearanceBuilder::SetAxis ( NXOpen::NXObject axis)

Sets the clearance cylinder axis
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
axisaxis
void NXOpen::CAM::NcmClearanceBuilder::SetBoundingBoxClearance ( double  boundingBoxClearance)

Sets the distance for bounding box clearance
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
boundingBoxClearanceboundingboxclearance
void NXOpen::CAM::NcmClearanceBuilder::SetClearanceType ( NXOpen::CAM::NcmClearanceBuilder::ClearanceTypes  clearanceType)

Sets the clearance type
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
clearanceTypeclearancetype
void NXOpen::CAM::NcmClearanceBuilder::SetPlaneXform ( NXOpen::NXObject plane)

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



License requirements : cam_base ("CAM BASE")

Parameters
planeentity type can be XFORM or PLANE
void NXOpen::CAM::NcmClearanceBuilder::SetPoint ( NXOpen::NXObject point)

Sets the point for clearance types point, cylinder and sphere
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
pointpoint
void NXOpen::CAM::NcmClearanceBuilder::SetRadius ( double  radius)

Sets the clearance cylinder and sphere radius
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
radiusradius
void NXOpen::CAM::NcmClearanceBuilder::SetSafeDistance ( double  newValue)

Sets the safe distance for automatic clearance
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuenewvalue

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