NX Open C++ Reference Guide
|
Represents a BuiltUpOffsetBuilder .This class is for splitting ship built-up solidbodies. More...
Public Member Functions | |
NXOpen::Expression * | FlangeAngle () |
Returns the flange angle used to determin the boundary of seam/split Created in NX9.0.0. | |
NXOpen::Expression * | FlangeOffset () |
Returns the flange offset used to determin the boundary of seam/split Created in NX9.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::Expression * | WebAngle () |
Returns the web angle used to determin the boundary of seam/split Created in NX9.0.0. | |
NXOpen::Expression * | WebOffset () |
Returns the web offset used to determin the boundary of seam/split Created in NX9.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a BuiltUpOffsetBuilder .This class is for splitting ship built-up solidbodies.
Created in NX9.0.0.
NXOpen::Expression* NXOpen::Features::ShipDesign::BuiltUpOffsetBuilder::FlangeAngle | ( | ) |
Returns the flange angle used to determin the boundary of seam/split
Created in NX9.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::BuiltUpOffsetBuilder::FlangeOffset | ( | ) |
Returns the flange offset used to determin the boundary of seam/split
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.
NXOpen::Expression* NXOpen::Features::ShipDesign::BuiltUpOffsetBuilder::WebAngle | ( | ) |
Returns the web angle used to determin the boundary of seam/split
Created in NX9.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::BuiltUpOffsetBuilder::WebOffset | ( | ) |
Returns the web offset used to determin the boundary of seam/split
Created in NX9.0.0.
License requirements : None