NX Open C++ Reference Guide
|
Represents a Features::Promotion builder
To create a new instance of this class, use Features::FeatureCollection::CreatePromotionBuilder
Default values.
More...
Public Member Functions | |
bool | Associative () |
Returns the flag denoting the associative state of the Promotion feature Created in NX6.0.0. | |
NXOpen::SelectBodyList * | Body () |
Returns the body to be promoted Created in NX6.0.0. | |
bool | ConvertToLinkedBody () |
Returns the flag denoting whether the Promotion feature will convert to linked body Created in NX6.0.0. | |
bool | FaceDirection () |
Returns the face direction for a sheet body Created in NX6.0.0. | |
void | SetAssociative (bool associative) |
Sets the flag denoting the associative state of the Promotion feature Created in NX6.0.0. | |
void | SetConvertToLinkedBody (bool convertToLinkedBody) |
Sets the flag denoting whether the Promotion feature will convert to linked body Created in NX6.0.0. | |
void | SetFaceDirection (bool faceDirection) |
Sets the face direction for a sheet body Created in NX6.0.0. |
Represents a Features::Promotion builder
To create a new instance of this class, use Features::FeatureCollection::CreatePromotionBuilder
Default values.
Property | Value |
---|---|
Associative |
True |
ConvertToLinkedBody |
False |
Created in NX6.0.0.
Returns the flag denoting the associative state of the Promotion feature
Created in NX6.0.0.
License requirements : None
Returns the body to be promoted
Created in NX6.0.0.
License requirements : None
Returns the flag denoting whether the Promotion feature will convert to linked body
Created in NX6.0.0.
License requirements : None
Returns the face direction for a sheet body
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::PromotionBuilder::SetAssociative | ( | bool | associative | ) |
Sets the flag denoting the associative state of the Promotion feature
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
associative | associative |
void NXOpen::Features::PromotionBuilder::SetConvertToLinkedBody | ( | bool | convertToLinkedBody | ) |
Sets the flag denoting whether the Promotion feature will convert to linked body
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
convertToLinkedBody | converttolinkedbody |
void NXOpen::Features::PromotionBuilder::SetFaceDirection | ( | bool | faceDirection | ) |
Sets the face direction for a sheet body
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
faceDirection | facedirection |