|
NX Open C++ Reference Guide
|
Represents a builder for a Show Related Faces. More...
Public Member Functions | |
| void | DeleteAllConstraints () |
Deletes all the persistent constraints on the related face | |
| void | DeleteAllOffsetRelationOnBody () |
Deletes all the offset relations on the body which the face belongs to | |
| void | DeleteConstraint (NXOpen::Features::Feature *feature) |
Deletes the persistent constraint | |
| void | DeleteOffsetRelation (const std::vector< NXOpen::NXObject * > &offsetFaces) |
Deletes the offset relation | |
| void | LockConstraint (NXOpen::Features::Feature *feature) |
Locks the persistent constraint | |
| bool | OffsetRelations () |
| Returns the value indicating whether to keep offset relations or not Created in NX7.0.0. | |
| NXOpen::SelectFace * | RelatedFace () |
| Returns the related face Created in NX7.0.0. | |
| void | SetOffsetRelations (bool keepOffsetRelations) |
| Sets the value indicating whether to keep offset relations or not Created in NX7.0.0. | |
| void | UnlockAllConstraints () |
Unlocks all the persistent constraints on the related face | |
| void | UnlockConstraint (NXOpen::Features::Feature *feature) |
Unlocks the persistent constraint | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a builder for a Show Related Faces.
<br> To create a new instance of this class, use @link Features::FeatureCollection::CreateShowRelatedFacesBuilder Features::FeatureCollection::CreateShowRelatedFacesBuilder @endlink <br>
Created in NX7.0.0.
| void NXOpen::Features::ShowRelatedFacesBuilder::DeleteAllConstraints | ( | ) |
Deletes all the persistent constraints on the related face
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
| void NXOpen::Features::ShowRelatedFacesBuilder::DeleteAllOffsetRelationOnBody | ( | ) |
Deletes all the offset relations on the body which the face belongs to
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
| void NXOpen::Features::ShowRelatedFacesBuilder::DeleteConstraint | ( | NXOpen::Features::Feature * | feature | ) |
Deletes the persistent constraint
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
| feature | the persistent constraint feature |
| void NXOpen::Features::ShowRelatedFacesBuilder::DeleteOffsetRelation | ( | const std::vector< NXOpen::NXObject * > & | offsetFaces | ) |
Deletes the offset relation
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
| offsetFaces | offsetfaces |
| void NXOpen::Features::ShowRelatedFacesBuilder::LockConstraint | ( | NXOpen::Features::Feature * | feature | ) |
Locks the persistent constraint
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
| feature | the persistent constraint feature |
| bool NXOpen::Features::ShowRelatedFacesBuilder::OffsetRelations | ( | ) |
Returns the value indicating whether to keep offset relations or not
Created in NX7.0.0.
License requirements : None
| NXOpen::SelectFace* NXOpen::Features::ShowRelatedFacesBuilder::RelatedFace | ( | ) |
Returns the related face
Created in NX7.0.0.
License requirements : None
| void NXOpen::Features::ShowRelatedFacesBuilder::SetOffsetRelations | ( | bool | keepOffsetRelations | ) |
Sets the value indicating whether to keep offset relations or not
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
| keepOffsetRelations | Flag indicating whether to include the offset relation |
| void NXOpen::Features::ShowRelatedFacesBuilder::UnlockAllConstraints | ( | ) |
Unlocks all the persistent constraints on the related face
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
| void NXOpen::Features::ShowRelatedFacesBuilder::UnlockConstraint | ( | NXOpen::Features::Feature * | feature | ) |
Unlocks the persistent constraint
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
| feature | the persistent constraint feature |