NX Open C++ Reference Guide
|
Represents a End Cut Block Builder. More...
Public Types | |
enum | TaperTypeOption { TaperTypeOptionTrim, TaperTypeOptionExtend, TaperTypeOptionTrimAndExtend } |
Taper Type. More... | |
Public Member Functions | |
NXOpen::Expression * | Angle () |
Returns the angle Created in NX5.0.3. | |
NXOpen::Expression * | Offset () |
Returns the offset Created in NX5.0.3. | |
void | SetTaperType (NXOpen::EndCutBlockBuilder::TaperTypeOption taperType) |
Sets the taperType Created in NX5.0.3. | |
NXOpen::SketchExpressionModifierBuilder * | SketchBlock () |
Returns the end cut block Created in NX5.0.3. | |
NXOpen::EndCutBlockBuilder::TaperTypeOption | TaperType () |
Returns the taperType Created in NX5.0.3. | |
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. | |
Represents a End Cut Block Builder.
Created in NX5.3.0.
NXOpen::Expression* NXOpen::EndCutBlockBuilder::Angle | ( | ) |
Returns the angle
Created in NX5.0.3.
License requirements : None
NXOpen::Expression* NXOpen::EndCutBlockBuilder::Offset | ( | ) |
Returns the offset
Created in NX5.0.3.
License requirements : None
void NXOpen::EndCutBlockBuilder::SetTaperType | ( | NXOpen::EndCutBlockBuilder::TaperTypeOption | taperType | ) |
Sets the taperType
Created in NX5.0.3.
License requirements : nx_ship_concept ("Ship Concept")
taperType | tapertype |
NXOpen::SketchExpressionModifierBuilder* NXOpen::EndCutBlockBuilder::SketchBlock | ( | ) |
Returns the end cut block
Created in NX5.0.3.
License requirements : None
NXOpen::EndCutBlockBuilder::TaperTypeOption NXOpen::EndCutBlockBuilder::TaperType | ( | ) |
Returns the taperType
Created in NX5.0.3.
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.