NX Open C++ Reference Guide
|
This class defines each region of the orientation. More...
Public Types | |
enum | OrientationMethodTypes { OrientationMethodTypesNormalToSurface, OrientationMethodTypesOrthogonal, OrientationMethodTypesLinearTwist, OrientationMethodTypesCubicTwist, OrientationMethodTypesAlongVector, OrientationMethodTypesPlanarAtAngle } |
Settings to indicate how the web orientation is defined for this region. More... | |
Public Member Functions | |
NXOpen::Features::ShipDesign::OrientationAngleMethodsBuilder * | AngleMethods () |
Returns the angle definition for the region's orientation. | |
NXOpen::Features::ShipDesign::OrientationAngleMethodsBuilder * | EndAngleMethods () |
Returns the angle definition for the end of this region's orientation. | |
NXOpen::Features::ShipDesign::OrientationPointMethodsBuilder * | EndPointMethods () |
Returns the boundary definition at the end of this region. | |
NXOpen::Features::ShipDesign::OrientationRegionItemBuilder::OrientationMethodTypes | OrientationMethod () |
Returns the orientation method used to define the direction of the web for this region. | |
void | SetOrientationMethod (NXOpen::Features::ShipDesign::OrientationRegionItemBuilder::OrientationMethodTypes orientationMethod) |
Sets the orientation method used to define the direction of the web for this region. | |
NXOpen::Features::ShipDesign::OrientationAngleMethodsBuilder * | StartAngleMethods () |
Returns the angle definition for the start of this region's orientation. | |
NXOpen::Features::ShipDesign::OrientationPointMethodsBuilder * | StartPointMethods () |
Returns the boundary definition at the start of this region. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
This class defines each region of the orientation.
To create a new instance of this class, use Features::ShipDesign::OrientationDefinitionBuilder::CreateNewRegion
Created in NX9.0.0.
Settings to indicate how the web orientation is defined for this region.
NXOpen::Features::ShipDesign::OrientationAngleMethodsBuilder* NXOpen::Features::ShipDesign::OrientationRegionItemBuilder::AngleMethods | ( | ) |
Returns the angle definition for the region's orientation.
Only used when OrientationMethod is Features::ShipDesign::OrientationRegionItemBuilder::OrientationMethodTypesNormalToSurface , Features::ShipDesign::OrientationRegionItemBuilder::OrientationMethodTypesOrthogonal , Features::ShipDesign::OrientationRegionItemBuilder::OrientationMethodTypesAlongVector , or Features::ShipDesign::OrientationRegionItemBuilder::OrientationMethodTypesPlanarAtAngle
Created in NX9.0.0.
License requirements : None
NXOpen::Features::ShipDesign::OrientationAngleMethodsBuilder* NXOpen::Features::ShipDesign::OrientationRegionItemBuilder::EndAngleMethods | ( | ) |
Returns the angle definition for the end of this region's orientation.
Only used when OrientationMethod is Features::ShipDesign::OrientationRegionItemBuilder::OrientationMethodTypesLinearTwist , of Features::ShipDesign::OrientationRegionItemBuilder::OrientationMethodTypesCubicTwist .
Created in NX9.0.0.
License requirements : None
NXOpen::Features::ShipDesign::OrientationPointMethodsBuilder* NXOpen::Features::ShipDesign::OrientationRegionItemBuilder::EndPointMethods | ( | ) |
Returns the boundary definition at the end of this region.
Note this is NULL for the last region. The object output is the same as the start of the following region.
Created in NX9.0.0.
License requirements : None
NXOpen::Features::ShipDesign::OrientationRegionItemBuilder::OrientationMethodTypes NXOpen::Features::ShipDesign::OrientationRegionItemBuilder::OrientationMethod | ( | ) |
Returns the orientation method used to define the direction of the web for this region.
Created in NX9.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::OrientationRegionItemBuilder::SetOrientationMethod | ( | NXOpen::Features::ShipDesign::OrientationRegionItemBuilder::OrientationMethodTypes | orientationMethod | ) |
Sets the orientation method used to define the direction of the web for this region.
Created in NX9.0.0.
License requirements : nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design")
orientationMethod | orientationmethod |
NXOpen::Features::ShipDesign::OrientationAngleMethodsBuilder* NXOpen::Features::ShipDesign::OrientationRegionItemBuilder::StartAngleMethods | ( | ) |
Returns the angle definition for the start of this region's orientation.
Only used when OrientationMethod is Features::ShipDesign::OrientationRegionItemBuilder::OrientationMethodTypesLinearTwist , of Features::ShipDesign::OrientationRegionItemBuilder::OrientationMethodTypesCubicTwist .
Created in NX9.0.0.
License requirements : None
NXOpen::Features::ShipDesign::OrientationPointMethodsBuilder* NXOpen::Features::ShipDesign::OrientationRegionItemBuilder::StartPointMethods | ( | ) |
Returns the boundary definition at the start of this region.
Note this is NULL for the first region. The object output is the same as the end of the previous region.
Created in NX9.0.0.
License requirements : None