NX Open C++ Reference Guide
|
This class defines the path limit method used by a Stiffener or Edge Reinforcement feature. More...
Public Types | |
enum | LimitType { LimitTypeValue, LimitTypeSquareCut, LimitTypeNeatTrim } |
Path limiting method. More... | |
Public Member Functions | |
NXOpen::SelectDisplayableObject * | LimitGeometry () |
Returns the limiting geometry Created in NX8.0.0. | |
NXOpen::Features::ShipDesign::StiffenerLimitBuilder::LimitType | LimitMethod () |
Returns the limit method Created in NX8.0.0. | |
NXOpen::Expression * | LimitValue () |
Returns the fixed limiting value Created in NX8.0.0. | |
void | SetLimitMethod (NXOpen::Features::ShipDesign::StiffenerLimitBuilder::LimitType limitMethod) |
Sets the limit method Created in NX8.0.0. | |
NXOpen::Expression * | SquareCutClearance () |
Returns the limit clearance value Created in NX8.0.0. | |
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 path limit method used by a Stiffener or Edge Reinforcement feature.
Created in NX8.0.0.
Path limiting method.
LimitTypeValue |
Trim or extend by a fixed distance value. |
LimitTypeSquareCut |
Stiffener will extend into limiting geometry. |
LimitTypeNeatTrim |
It will automatically create an End Cut that trim the stiffener to the selected geometry. |
NXOpen::SelectDisplayableObject* NXOpen::Features::ShipDesign::StiffenerLimitBuilder::LimitGeometry | ( | ) |
Returns the limiting geometry
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::StiffenerLimitBuilder::LimitType NXOpen::Features::ShipDesign::StiffenerLimitBuilder::LimitMethod | ( | ) |
Returns the limit method
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::StiffenerLimitBuilder::LimitValue | ( | ) |
Returns the fixed limiting value
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::StiffenerLimitBuilder::SetLimitMethod | ( | NXOpen::Features::ShipDesign::StiffenerLimitBuilder::LimitType | limitMethod | ) |
Sets the limit method
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
limitMethod | limitmethod |
NXOpen::Expression* NXOpen::Features::ShipDesign::StiffenerLimitBuilder::SquareCutClearance | ( | ) |
Returns the limit clearance value
Created in NX8.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.