NX Open C++ Reference Guide
|
Represents a SketchMirrorPatternBuilder
To create a new instance of this class, use SketchCollection::CreateSketchMirrorPatternBuilder
Default values.
More...
Public Member Functions | |
bool | ConvertToReference () |
Returns the flag to indicate if the centerline needs to be converted to reference Created in NX7.5.0. | |
NXOpen::SelectNXObject * | DirectionObject () |
Returns the direction object. | |
NXOpen::Section * | Section () |
Returns the pattern section Created in NX7.5.0. | |
void | SetConvertToReference (bool reference) |
Sets the flag to indicate if the centerline needs to be converted to reference Created in NX7.5.0. | |
void | SetEndConstraint (NXOpen::NXObject *parent, bool isStart, bool constraint) |
This function removes end constraint from the given mirror pattern Created in NX7.5.0. |
Represents a SketchMirrorPatternBuilder
To create a new instance of this class, use SketchCollection::CreateSketchMirrorPatternBuilder
Default values.
Property | Value |
---|---|
ConvertToReference |
True |
Created in NX7.5.0.
Returns the flag to indicate if the centerline needs to be converted to reference
Created in NX7.5.0.
License requirements : None
Returns the direction object.
This function gets direction object of the pattern constraint
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the pattern section
Created in NX7.5.0.
License requirements : None
void NXOpen::SketchMirrorPatternBuilder::SetConvertToReference | ( | bool | reference | ) |
Sets the flag to indicate if the centerline needs to be converted to reference
Created in NX7.5.0.
License requirements : None
reference | reference |
void NXOpen::SketchMirrorPatternBuilder::SetEndConstraint | ( | NXOpen::NXObject * | parent, |
bool | isStart, | ||
bool | constraint | ||
) |
This function removes end constraint from the given mirror pattern
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
parent | Parent object in base chain |
isStart | TRUE, if we want to remove the start end con |
constraint | TRUE to add the con, false to remove |