NX Open C++ Reference Guide
|
This class represents a face set (collector) offset data. More...
Public Member Functions | |
NXOpen::ScCollector * | FaceCollector () |
Returns the face collector. | |
void | FlipDirection () |
Flip offset direction. | |
NXOpen::Expression * | Offset () |
Returns the offset distance. | |
void | SetFaceCollector (NXOpen::ScCollector *faceCollector) |
Sets the face collector. | |
void | SetOffset (const NXString &offsetValue) |
Sets the offset distance. |
This class represents a face set (collector) offset data.
As the name indicates, it is a combination of a face collector and an offset distance.
To create a new instance of this class, use GeometricUtilities::FaceSetOffsetCollection::CreateEmptyFaceSet
Created in NX4.0.0.
Returns the face collector.
Created in NX4.0.0.
License requirements : None
Flip offset direction.
This API flips the direction of offset keeping the offset distance same.
Created in NX4.0.0.
License requirements : None
Returns the offset distance.
Created in NX4.0.0.
License requirements : None
void NXOpen::GeometricUtilities::FaceSetOffset::SetFaceCollector | ( | NXOpen::ScCollector * | faceCollector | ) |
Sets the face collector.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
faceCollector | Smart collector for the face set |
void NXOpen::GeometricUtilities::FaceSetOffset::SetOffset | ( | const NXString & | offsetValue | ) |
Sets the offset distance.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
offsetValue | Input offset distance for the face set NOTE: The full Unicode character set is not supported for this parameter. |