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

Represents a CAM boundary object
This is an abstract class and cannot be instantiated. More...

Inheritance diagram for NXOpen::CAM::Boundary:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::CAM::BoundaryPlanarMill

Public Member Functions

std::vector
< NXOpen::CAM::BoundarySet * > 
AppendFaceBoundary (NXOpen::TaggedObject *face, bool ignoreHole, bool ignoreIsland, bool ignoreChamfer, NXOpen::CAM::BoundarySet::ToolSideTypes toolSide)
 Append the face boundary. More...
 
NXOpen::CAM::BoundarySetListBoundaryList ()
 Returns the boundary list
Created in NX9.0.0. More...
 
NXOpen::CAM::BoundaryMillingSetCreateBoundaryMillingSet ()
 Create an empty milling boundary set. More...
 
NXOpen::CAM::BoundarySetCreateBoundarySet ()
 Create an empty boundary set. More...
 
NXOpen::CAM::BoundarySetPlanarMillCreateBoundarySetPlanarMill ()
 Create an empty boundary set for planar mill/surface contour operation. More...
 
NXOpen::CAM::BoundaryTurnSetCreateBoundaryTurnSet ()
 Create an empty turning boundary set. More...
 
void RemoveFaceBoundary (NXOpen::TaggedObject *face)
 Remove the face boundaries
Created in NX9.0.0. 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 CAM boundary object
This is an abstract class and cannot be instantiated.



Created in NX9.0.0.

Member Function Documentation

std::vector<NXOpen::CAM::BoundarySet *> NXOpen::CAM::Boundary::AppendFaceBoundary ( NXOpen::TaggedObject face,
bool  ignoreHole,
bool  ignoreIsland,
bool  ignoreChamfer,
NXOpen::CAM::BoundarySet::ToolSideTypes  toolSide 
)

Append the face boundary.

Returns
array of the appended face boundary set objects
Created in NX9.0.0.

License requirements : cam_base ("CAM BASE")
Parameters
facethe face to create boundaries
ignoreHoleflag to ignore holes in face
ignoreIslandflag to ignore islands on face
ignoreChamferflag to ignore chamfers on face
toolSidetool side for the face boundary
NXOpen::CAM::BoundarySetList* NXOpen::CAM::Boundary::BoundaryList ( )

Returns the boundary list
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::BoundaryMillingSet* NXOpen::CAM::Boundary::CreateBoundaryMillingSet ( )

Create an empty milling boundary set.

Returns
the milling boundary set object
Created in NX9.0.0.

License requirements : cam_base ("CAM BASE")
NXOpen::CAM::BoundarySet* NXOpen::CAM::Boundary::CreateBoundarySet ( )

Create an empty boundary set.

Returns
the boundary set object
Created in NX9.0.0.

License requirements : cam_base ("CAM BASE")
NXOpen::CAM::BoundarySetPlanarMill* NXOpen::CAM::Boundary::CreateBoundarySetPlanarMill ( )

Create an empty boundary set for planar mill/surface contour operation.

Returns
the planar mill/surface contour boundary set object
Created in NX11.0.1.

License requirements : cam_base ("CAM BASE")
NXOpen::CAM::BoundaryTurnSet* NXOpen::CAM::Boundary::CreateBoundaryTurnSet ( )

Create an empty turning boundary set.

Returns
the turning boundary set object
Created in NX9.0.2.

License requirements : cam_base ("CAM BASE")
void NXOpen::CAM::Boundary::RemoveFaceBoundary ( NXOpen::TaggedObject face)

Remove the face boundaries
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
facethe face to be removed
virtual bool NXOpen::CAM::Boundary::Validate ( )
virtual

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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