NX Open C++ Reference Guide
|
Represents a WaveSketchBuilder. More...
Public Member Functions | |
bool | Associative () |
Returns the associative Created in NX5.0.1. | |
NXOpen::Features::Feature * | CommitCreateOnTheFly () |
Commits the feature and set create on the fly flag. | |
void | GetWaveLinkInformation (NXString *info, bool *xformExists, NXOpen::Point3d *xformOrigin, NXOpen::Matrix3x3 *xformOrientation, double *xformScale) |
Prints wave browser type information about link Created in NX6.0.0. | |
bool | HideOriginal () |
Returns the hide original option Created in NX5.0.1. | |
bool | InheritDisplayProperties () |
Returns the inherit display property option Created in NX6.0.0. | |
bool | MakePositionIndependent () |
Returns the make position independent option Created in NX5.0.1. | |
void | SetAssociative (bool associative) |
Sets the associative Created in NX5.0.1. | |
void | SetHideOriginal (bool hideoriginal) |
Sets the hide original option Created in NX5.0.1. | |
void | SetInheritDisplayProperties (bool inheritDisplayProperties) |
Sets the inherit display property option Created in NX6.0.0. | |
void | SetMakePositionIndependent (bool makePositionIndependent) |
Sets the make position independent option Created in NX5.0.1. | |
NXOpen::SelectTaggedObjectList * | Sketches () |
Returns the sketch to link Created in NX5.0.1. |
Represents a WaveSketchBuilder.
To create a new instance of this class, use Features::FeatureCollection::CreateWaveSketchBuilder
Default values.
Property | Value |
---|---|
Associative |
True |
InheritDisplayProperties |
False |
Created in NX5.0.1.
Returns the associative
Created in NX5.0.1.
License requirements : None
Commits the feature and set create on the fly flag.
void NXOpen::Features::WaveSketchBuilder::GetWaveLinkInformation | ( | NXString * | info, |
bool * | xformExists, | ||
NXOpen::Point3d * | xformOrigin, | ||
NXOpen::Matrix3x3 * | xformOrientation, | ||
double * | xformScale | ||
) |
Prints wave browser type information about link
Created in NX6.0.0.
License requirements : wave ("WAVE FUNCTIONALITY")
info | queried wave information |
xformExists | true if there is a transform |
xformOrigin | transformation origin |
xformOrientation | transformation matrix |
xformScale | transformation scale |
Returns the hide original option
Created in NX5.0.1.
License requirements : None
Returns the inherit display property option
Created in NX6.0.0.
License requirements : None
Returns the make position independent option
Created in NX5.0.1.
License requirements : None
void NXOpen::Features::WaveSketchBuilder::SetAssociative | ( | bool | associative | ) |
Sets the associative
Created in NX5.0.1.
License requirements : solid_modeling ("SOLIDS MODELING")
associative | associative |
void NXOpen::Features::WaveSketchBuilder::SetHideOriginal | ( | bool | hideoriginal | ) |
Sets the hide original option
Created in NX5.0.1.
License requirements : solid_modeling ("SOLIDS MODELING")
hideoriginal | hideoriginal |
void NXOpen::Features::WaveSketchBuilder::SetInheritDisplayProperties | ( | bool | inheritDisplayProperties | ) |
Sets the inherit display property option
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
inheritDisplayProperties | inheritdisplayproperties |
void NXOpen::Features::WaveSketchBuilder::SetMakePositionIndependent | ( | bool | makePositionIndependent | ) |
Sets the make position independent option
Created in NX5.0.1.
License requirements : solid_modeling ("SOLIDS MODELING")
makePositionIndependent | makepositionindependent |
Returns the sketch to link
Created in NX5.0.1.
License requirements : None