NX Open C++ Reference Guide
|
This class defines the builder to collect stiffener by support path data for Stiffener feature. More...
Public Types | |
enum | AlignedTo { AlignedToWeb, AlignedToFlange } |
Which face the stiffener is aligned to. More... | |
enum | Method { MethodAlignedBoundary, MethodAlignedLength, MethodBoundToBound, MethodParallelToLine, MethodHorizontal, MethodVertical, MethodNormalToCurve, MethodThroughPoint } |
Type of Stiffener by Support Method. More... | |
enum | Scenario { ScenarioBasicDesign, ScenarioDetailDesign } |
Scenarios of Stiffener by Support. More... | |
Public Member Functions | |
NXOpen::Expression * | Angle () |
Returns the angle of horizontal or vertical method, in degrees Created in NX9.0.0. | |
NXOpen::SelectDisplayableObject * | EndBoundary () |
Returns the end boundary, it allows to select curve, sheet body and solid body Created in NX9.0.0. | |
NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::AlignedTo | LengthAlignMethod () |
Returns the aligned length method Created in NX9.0.0. | |
NXOpen::Expression * | LengthParams () |
Returns the length parameter, which defines the stiffener by support length when the ShipDesign::StiffenerBySupportPathBuilder::Method is ShipDesign::StiffenerBySupportPathBuilder::MethodAlignedLength . | |
bool | OrientationBySupport () |
Returns the flag to indicate whether the orientation of the stiffener is aligned to the start boundary. | |
NXOpen::SelectNXObject * | RefParallelLine () |
Returns the referenced parallel line for stiffener by support path Created in NX9.0.0. | |
void | SetLengthAlignMethod (NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::AlignedTo method) |
Sets the aligned length method Created in NX9.0.0. | |
void | SetOrientationBySupport (bool orientationBySupport) |
Sets the flag to indicate whether the orientation of the stiffener is aligned to the start boundary. | |
void | SetStiffenerBySupportMethod (NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::Method method) |
Sets the stiffener by support path method Created in NX9.0.0. | |
void | SetSwitchSide (bool switchSide) |
Sets the switch side flag, which can change the stiffener by support orienation when the ShipDesign::StiffenerBySupportPathBuilder::Method is ShipDesign::StiffenerBySupportPathBuilder::MethodAlignedLength . | |
void | SetThroughPointLocation (NXOpen::Point *throughPointLocation) |
Sets the through point location. | |
NXOpen::SelectDisplayableObjectList * | StartBoundary () |
Returns the start boundary, it allows to select curve, sheet body and solid body Created in NX9.0.0. | |
NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::Method | StiffenerBySupportMethod () |
Returns the stiffener by support path method Created in NX9.0.0. | |
bool | SwitchSide () |
Returns the switch side flag, which can change the stiffener by support orienation when the ShipDesign::StiffenerBySupportPathBuilder::Method is ShipDesign::StiffenerBySupportPathBuilder::MethodAlignedLength . | |
NXOpen::Point * | ThroughPointLocation () |
Returns the through point location. | |
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 the builder to collect stiffener by support path data for Stiffener feature.
Created in NX9.0.0.
Type of Stiffener by Support Method.
Scenarios of Stiffener by Support.
NXOpen::Expression* NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::Angle | ( | ) |
Returns the angle of horizontal or vertical method, in degrees
Created in NX9.0.0.
License requirements : None
NXOpen::SelectDisplayableObject* NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::EndBoundary | ( | ) |
Returns the end boundary, it allows to select curve, sheet body and solid body
Created in NX9.0.0.
License requirements : None
NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::AlignedTo NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::LengthAlignMethod | ( | ) |
Returns the aligned length method
Created in NX9.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::LengthParams | ( | ) |
Returns the length parameter, which defines the stiffener by support length when the ShipDesign::StiffenerBySupportPathBuilder::Method is ShipDesign::StiffenerBySupportPathBuilder::MethodAlignedLength .
Created in NX9.0.0.
License requirements : None
bool NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::OrientationBySupport | ( | ) |
Returns the flag to indicate whether the orientation of the stiffener is aligned to the start boundary.
Created in NX9.0.0.
License requirements : None
NXOpen::SelectNXObject* NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::RefParallelLine | ( | ) |
Returns the referenced parallel line for stiffener by support path
Created in NX9.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::SetLengthAlignMethod | ( | NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::AlignedTo | method | ) |
Sets the aligned length method
Created in NX9.0.0.
License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")
method | method |
void NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::SetOrientationBySupport | ( | bool | orientationBySupport | ) |
Sets the flag to indicate whether the orientation of the stiffener is aligned to the start boundary.
Created in NX9.0.0.
License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")
orientationBySupport | orientationbysupport |
void NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::SetStiffenerBySupportMethod | ( | NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::Method | method | ) |
Sets the stiffener by support path method
Created in NX9.0.0.
License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")
method | method |
void NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::SetSwitchSide | ( | bool | switchSide | ) |
Sets the switch side flag, which can change the stiffener by support orienation when the ShipDesign::StiffenerBySupportPathBuilder::Method is ShipDesign::StiffenerBySupportPathBuilder::MethodAlignedLength .
Created in NX9.0.0.
License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")
switchSide | switchside |
void NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::SetThroughPointLocation | ( | NXOpen::Point * | throughPointLocation | ) |
Sets the through point location.
Created in NX9.0.0.
License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")
throughPointLocation | throughpointlocation |
NXOpen::SelectDisplayableObjectList* NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::StartBoundary | ( | ) |
Returns the start boundary, it allows to select curve, sheet body and solid body
Created in NX9.0.0.
License requirements : None
NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::Method NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::StiffenerBySupportMethod | ( | ) |
Returns the stiffener by support path method
Created in NX9.0.0.
License requirements : None
bool NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::SwitchSide | ( | ) |
Returns the switch side flag, which can change the stiffener by support orienation when the ShipDesign::StiffenerBySupportPathBuilder::Method is ShipDesign::StiffenerBySupportPathBuilder::MethodAlignedLength .
Created in NX9.0.0.
License requirements : None
NXOpen::Point* NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder::ThroughPointLocation | ( | ) |
Returns the through point location.
Created in NX9.0.0.
License requirements : None
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.