NX Open C++ Reference Guide
|
Represents a CAM geometry object
Created in NX8.0.0.
More...
Public Member Functions | |
NXOpen::CAM::GeometrySet * | AppendGeometrySet (NXOpen::CAM::GeometrySet *templateSet, const std::vector< NXOpen::DisplayableObject * > &entities) |
Append an geometry set with dumb rules. | |
NXOpen::CAM::GeometrySet * | CreateGeometrySet () |
Create an empty geometry set. | |
void | ExpandSets (const std::vector< NXOpen::CAM::GeometrySet * > &sets) |
Expanding the geometry sets Created in NX8.0.0. | |
NXOpen::CAM::GeometrySetList * | GeometryList () |
返回几何列表 Created in NX8.0.0. | |
void | InitializeData (bool reloadGeometry) |
Prepare and update geometry data Created in NX8.0.0. | |
void | PreselectGeometry () |
Pre-select the wall geometry Created in NX8.0.0. | |
NXOpen::CAM::Topology * | Topology () |
Returns the topology builder Created in NX8.0.0. | |
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 geometry object
Created in NX8.0.0.
NXOpen::CAM::GeometrySet* NXOpen::CAM::Geometry::AppendGeometrySet | ( | NXOpen::CAM::GeometrySet * | templateSet, |
const std::vector< NXOpen::DisplayableObject * > & | entities | ||
) |
Append an geometry set with dumb rules.
templateSet | the template set for copying custom data |
entities | array of the geometry entities for appending. The entities must be from same component part |
NXOpen::CAM::GeometrySet* NXOpen::CAM::Geometry::CreateGeometrySet | ( | ) |
Create an empty geometry set.
void NXOpen::CAM::Geometry::ExpandSets | ( | const std::vector< NXOpen::CAM::GeometrySet * > & | sets | ) |
Expanding the geometry sets
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
sets | array of sets |
NXOpen::CAM::GeometrySetList* NXOpen::CAM::Geometry::GeometryList | ( | ) |
Returns the geometry list
Created in NX8.0.0.
License requirements : None
void NXOpen::CAM::Geometry::InitializeData | ( | bool | reloadGeometry | ) |
Prepare and update geometry data
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
reloadGeometry | the flag to reload the geometry list if it has been changed somewhere. |
void NXOpen::CAM::Geometry::PreselectGeometry | ( | ) |
Pre-select the wall geometry
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
NXOpen::CAM::Topology* NXOpen::CAM::Geometry::Topology | ( | ) |
Returns the topology builder
Created in NX8.0.0.
License requirements : None
|
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.