NX Open C++ Reference Guide
|
Represents a Features::VariableOffset builder
To create a new instance of this class, use Features::FeatureCollection::CreateVariableOffsetBuilder
Default values.
More...
Public Types | |
enum | MethodOptions { MethodOptionsLinear, MethodOptionsCubic } |
offset methods for creating the new surface More... | |
Public Member Functions | |
double | DistanceTolerance () |
Returns the distance tolerance. | |
NXOpen::SelectFace * | Face () |
Returns the face to be offset Created in NX8.0.0. | |
bool | IsApplyToAll () |
Returns the toggle to set all offsets to equal value. | |
bool | IsKeepParameterization () |
Returns the toggle to maintain source face parameterization in the offset face. | |
bool | IsReverseDirection () |
Returns the toggle to reverse the direction of all offsets. | |
NXOpen::Features::VariableOffsetBuilder::MethodOptions | Method () |
Returns the offset method Created in NX8.0.0. | |
NXOpen::Expression * | OffsetAtA () |
Returns the offset at corner A. | |
NXOpen::Expression * | OffsetAtB () |
Returns the offset at corner B. | |
NXOpen::Expression * | OffsetAtC () |
Returns the offset at corner C. | |
NXOpen::Expression * | OffsetAtD () |
Returns the offset at corner D. | |
NXOpen::Point * | PointA () |
Returns the point at corner A. | |
NXOpen::Point * | PointB () |
Returns the point at corner B. | |
NXOpen::Point * | PointC () |
Returns the point at corner C. | |
NXOpen::Point * | PointD () |
Returns the point at corner D. | |
void | SetApplyToAll (bool isApplyToAll) |
Sets the toggle to set all offsets to equal value. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance. | |
void | SetKeepParameterization (bool isKeepParameterization) |
Sets the toggle to maintain source face parameterization in the offset face. | |
void | SetMethod (NXOpen::Features::VariableOffsetBuilder::MethodOptions method) |
Sets the offset method Created in NX8.0.0. | |
void | SetPointA (NXOpen::Point *point) |
Sets the point at corner A. | |
void | SetPointB (NXOpen::Point *point) |
Sets the point at corner B. | |
void | SetPointC (NXOpen::Point *point) |
Sets the point at corner C. | |
void | SetPointD (NXOpen::Point *point) |
Sets the point at corner D. | |
void | SetReverseDirection (bool isReverseDirection) |
Sets the toggle to reverse the direction of all offsets. |
Represents a Features::VariableOffset builder
To create a new instance of this class, use Features::FeatureCollection::CreateVariableOffsetBuilder
Default values.
Property | Value |
---|---|
IsApplyToAll |
0 |
IsKeepParameterization |
0 |
Method |
Linear |
Created in NX8.0.0.
Returns the distance tolerance.
Created in NX8.0.0.
License requirements : None
Returns the face to be offset
Created in NX8.0.0.
License requirements : None
Returns the toggle to set all offsets to equal value.
Created in NX8.0.0.
License requirements : None
Returns the toggle to maintain source face parameterization in the offset face.
Created in NX8.0.0.
License requirements : None
Returns the toggle to reverse the direction of all offsets.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::VariableOffsetBuilder::MethodOptions NXOpen::Features::VariableOffsetBuilder::Method | ( | ) |
Returns the offset method
Created in NX8.0.0.
License requirements : None
Returns the offset at corner A.
Created in NX8.0.0.
License requirements : None
Returns the offset at corner B.
Created in NX8.0.0.
License requirements : None
Returns the offset at corner C.
Created in NX8.0.0.
License requirements : None
Returns the offset at corner D.
Created in NX8.0.0.
License requirements : None
Returns the point at corner A.
Created in NX8.0.0.
License requirements : None
Returns the point at corner B.
Created in NX8.0.0.
License requirements : None
Returns the point at corner C.
Created in NX8.0.0.
License requirements : None
Returns the point at corner D.
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::VariableOffsetBuilder::SetApplyToAll | ( | bool | isApplyToAll | ) |
Sets the toggle to set all offsets to equal value.
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
isApplyToAll | isapplytoall |
void NXOpen::Features::VariableOffsetBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance.
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
distanceTolerance | distancetolerance |
void NXOpen::Features::VariableOffsetBuilder::SetKeepParameterization | ( | bool | isKeepParameterization | ) |
Sets the toggle to maintain source face parameterization in the offset face.
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
isKeepParameterization | iskeepparameterization |
void NXOpen::Features::VariableOffsetBuilder::SetMethod | ( | NXOpen::Features::VariableOffsetBuilder::MethodOptions | method | ) |
Sets the offset method
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
method | method |
void NXOpen::Features::VariableOffsetBuilder::SetPointA | ( | NXOpen::Point * | point | ) |
Sets the point at corner A.
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
point | point |
void NXOpen::Features::VariableOffsetBuilder::SetPointB | ( | NXOpen::Point * | point | ) |
Sets the point at corner B.
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
point | point |
void NXOpen::Features::VariableOffsetBuilder::SetPointC | ( | NXOpen::Point * | point | ) |
Sets the point at corner C.
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
point | point |
void NXOpen::Features::VariableOffsetBuilder::SetPointD | ( | NXOpen::Point * | point | ) |
Sets the point at corner D.
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
point | point |
void NXOpen::Features::VariableOffsetBuilder::SetReverseDirection | ( | bool | isReverseDirection | ) |
Sets the toggle to reverse the direction of all offsets.
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
isReverseDirection | isreversedirection |