NX Open C++ Reference Guide
|
Represents a CAM drive geometry object for surface area
Created in NX8.0.0.
More...
Public Member Functions | |
void | Commit () |
Commits any edits that have been applied to the builder. | |
NXOpen::CAM::SurfaceDriveGeometrySet * | CreateEmptyGeometrySet () |
Create an empty geometry set. | |
NXOpen::CAM::SurfaceDriveGeometrySet * | CreateGeometrySet (NXOpen::NXObject *surface) |
Create a new geometry set. | |
NXOpen::CAM::SurfaceDriveGeometrySetList * | GeometryList () |
Returns the geometry list Created in NX8.0.0. | |
NXOpen::CAM::SurfaceDriveGeometrySet * | StartNextRow (NXOpen::NXObject *surface) |
Select next row. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAM drive geometry object for surface area
Created in NX8.0.0.
void NXOpen::CAM::SurfaceDriveGeometry::Commit | ( | ) |
Commits any edits that have been applied to the builder.
Created in NX8.5.0.
License requirements : cam_base ("CAM BASE")
NXOpen::CAM::SurfaceDriveGeometrySet* NXOpen::CAM::SurfaceDriveGeometry::CreateEmptyGeometrySet | ( | ) |
Create an empty geometry set.
NXOpen::CAM::SurfaceDriveGeometrySet* NXOpen::CAM::SurfaceDriveGeometry::CreateGeometrySet | ( | NXOpen::NXObject * | surface | ) |
Create a new geometry set.
surface | the surface |
NXOpen::CAM::SurfaceDriveGeometrySetList* NXOpen::CAM::SurfaceDriveGeometry::GeometryList | ( | ) |
Returns the geometry list
Created in NX8.0.0.
License requirements : None
NXOpen::CAM::SurfaceDriveGeometrySet* NXOpen::CAM::SurfaceDriveGeometry::StartNextRow | ( | NXOpen::NXObject * | surface | ) |
Select next row.
surface | the surface |
|
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.