NX Open C++ Reference Guide
|
This builder is used to define the bead shape. More...
Public Types | |
enum | Size { SizeDefault1, SizeDefault2, SizeDefault3, SizeDefault4, SizeDefault5, SizeCustom } |
Settings to indicate which standard size to use from the customer defaults file. More... | |
Public Member Functions | |
NXOpen::Section * | CustomSection () |
Returns the section containing the custom bead shape. | |
NXOpen::GeometricUtilities::OnPathDimensionBuilder * | PathLocation () |
Returns the location on the path to place the bead shape. | |
double | SemiMajor () |
Returns the semi the semi major size of an ellipse shaped bead. | |
double | SemiMinor () |
Returns the semi minor size of an ellipse shaped bead. | |
void | SetSemiMajor (double semiMajor) |
Sets the semi the semi major size of an ellipse shaped bead. | |
void | SetSemiMinor (double semiMinor) |
Sets the semi minor size of an ellipse shaped bead. | |
void | SetSizeString (NXOpen::Weld::WeldBeadSizeBuilder::Size sizeString) |
Sets the standard size setting. | |
void | SetTubeDiameter (double tubeDiameter) |
Sets the diameter size of the tube shape. | |
NXOpen::Weld::WeldBeadSizeBuilder::Size | SizeString () |
Returns the standard size setting. | |
double | TubeDiameter () |
Returns the diameter size of the tube shape. | |
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 builder is used to define the bead shape.
To create a new instance of this class, use Weld::WeldBeadBuilder::NewSize
Created in NX7.5.0.
Settings to indicate which standard size to use from the customer defaults file.
NXOpen::Section* NXOpen::Weld::WeldBeadSizeBuilder::CustomSection | ( | ) |
Returns the section containing the custom bead shape.
Created in NX7.5.0.
License requirements : None
NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::Weld::WeldBeadSizeBuilder::PathLocation | ( | ) |
Returns the location on the path to place the bead shape.
Created in NX7.5.0.
License requirements : None
double NXOpen::Weld::WeldBeadSizeBuilder::SemiMajor | ( | ) |
Returns the semi the semi major size of an ellipse shaped bead.
Created in NX7.5.0.
License requirements : None
double NXOpen::Weld::WeldBeadSizeBuilder::SemiMinor | ( | ) |
Returns the semi minor size of an ellipse shaped bead.
Created in NX7.5.0.
License requirements : None
void NXOpen::Weld::WeldBeadSizeBuilder::SetSemiMajor | ( | double | semiMajor | ) |
Sets the semi the semi major size of an ellipse shaped bead.
Created in NX7.5.0.
License requirements : ugweld ("UG WELD")
semiMajor | semimajor |
void NXOpen::Weld::WeldBeadSizeBuilder::SetSemiMinor | ( | double | semiMinor | ) |
Sets the semi minor size of an ellipse shaped bead.
Created in NX7.5.0.
License requirements : ugweld ("UG WELD")
semiMinor | semiminor |
void NXOpen::Weld::WeldBeadSizeBuilder::SetSizeString | ( | NXOpen::Weld::WeldBeadSizeBuilder::Size | sizeString | ) |
Sets the standard size setting.
Created in NX7.5.0.
License requirements : ugweld ("UG WELD")
sizeString | sizestring |
void NXOpen::Weld::WeldBeadSizeBuilder::SetTubeDiameter | ( | double | tubeDiameter | ) |
Sets the diameter size of the tube shape.
Created in NX7.5.0.
License requirements : ugweld ("UG WELD")
tubeDiameter | tubediameter |
NXOpen::Weld::WeldBeadSizeBuilder::Size NXOpen::Weld::WeldBeadSizeBuilder::SizeString | ( | ) |
Returns the standard size setting.
Created in NX7.5.0.
License requirements : None
double NXOpen::Weld::WeldBeadSizeBuilder::TubeDiameter | ( | ) |
Returns the diameter size of the tube shape.
Created in NX7.5.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.