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 Created in NX7.0.0. | |
void | DeleteAllOffsetRelationOnBody () |
Deletes all the offset relations on the body which the face belongs to Created in NX7.0.0. | |
void | DeleteConstraint (NXOpen::Features::Feature *feature) |
Deletes the persistent constraint Created in NX7.0.0. | |
void | DeleteOffsetRelation (const std::vector< NXOpen::NXObject * > &offsetFaces) |
Deletes the offset relation Created in NX7.0.0. | |
void | LockConstraint (NXOpen::Features::Feature *feature) |
Locks the persistent constraint Created in NX7.0.0. | |
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 Created in NX7.0.0. | |
void | UnlockConstraint (NXOpen::Features::Feature *feature) |
Unlocks the persistent constraint Created in NX7.0.0. |
Represents a builder for a Show Related Faces.
To create a new instance of this class, use Features::FeatureCollection::CreateShowRelatedFacesBuilder
Created in NX7.0.0.
Deletes all the persistent constraints on the related face
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Deletes all the offset relations on the body which the face belongs to
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
void NXOpen::Features::ShowRelatedFacesBuilder::DeleteConstraint | ( | NXOpen::Features::Feature * | feature | ) |
Deletes the persistent constraint
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
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")
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")
feature | the persistent constraint feature |
Returns the value indicating whether to keep offset relations or not
Created in NX7.0.0.
License requirements : None
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")
keepOffsetRelations | Flag indicating whether to include the offset relation |
Unlocks all the persistent constraints on the related face
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
void NXOpen::Features::ShowRelatedFacesBuilder::UnlockConstraint | ( | NXOpen::Features::Feature * | feature | ) |
Unlocks the persistent constraint
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
feature | the persistent constraint feature |