NX Open C++ Reference Guide
|
Represents a Annotations::LineWeldDataBuilder
Created in NX6.0.0.
More...
Public Member Functions | |
NXString | CompoundWeldSize () |
Returns the compound weld size Created in NX7.5.0. | |
NXOpen::Annotations::LineWeldDataBuilder::WeldSizeCodeType | CompoundWeldSizeCode () |
Returns the compound weld size letter code Created in NX7.5.0. | |
NXOpen::Annotations::LineWeldDataBuilder::ContourSymbolType | ContourSymbol () |
Returns the supplementary contour weld symbols that identify the shape of the weld surface or execution of a weld for both top and bottom of the reference line Created in NX6.0.0. | |
NXOpen::Annotations::LineWeldDataBuilder::FinishSymbolType | FinishSymbol () |
Returns the finishing method for the weld symbol Created in NX6.0.0. | |
NXString | GrooveCountersinkAngle () |
Returns the groove or coutersink angle Created in NX6.0.0. | |
bool | IsCompound () |
Returns the compound weld Created in NX7.5.0. | |
NXString | LengthPitch () |
Returns the length or pitch Created in NX6.0.0. | |
NXString | NumberRootDepth () |
Returns the number of welds or root opening or depth of weld Created in NX6.0.0. | |
void | SetCompound (bool isCompound) |
Sets the compound weld Created in NX7.5.0. | |
void | SetCompoundWeldSize (const NXString &compoundWeldSize) |
Sets the compound weld size Created in NX7.5.0. | |
void | SetCompoundWeldSize (const char *compoundWeldSize) |
Sets the compound weld size Created in NX7.5.0. | |
void | SetCompoundWeldSizeCode (NXOpen::Annotations::LineWeldDataBuilder::WeldSizeCodeType compoundWeldSizeCode) |
Sets the compound weld size letter code Created in NX7.5.0. | |
void | SetContourSymbol (NXOpen::Annotations::LineWeldDataBuilder::ContourSymbolType contourSymbol) |
Sets the supplementary contour weld symbols that identify the shape of the weld surface or execution of a weld for both top and bottom of the reference line Created in NX6.0.0. | |
void | SetFinishSymbol (NXOpen::Annotations::LineWeldDataBuilder::FinishSymbolType finishSymbol) |
Sets the finishing method for the weld symbol Created in NX6.0.0. | |
void | SetGrooveCountersinkAngle (const NXString &grooveCountersinkAngle) |
Sets the groove or coutersink angle Created in NX6.0.0. | |
void | SetGrooveCountersinkAngle (const char *grooveCountersinkAngle) |
Sets the groove or coutersink angle Created in NX6.0.0. | |
void | SetLengthPitch (const NXString &lengthPitch) |
Sets the length or pitch Created in NX6.0.0. | |
void | SetLengthPitch (const char *lengthPitch) |
Sets the length or pitch Created in NX6.0.0. | |
void | SetNumberRootDepth (const NXString &numberRootDepth) |
Sets the number of welds or root opening or depth of weld Created in NX6.0.0. | |
void | SetNumberRootDepth (const char *numberRootDepth) |
Sets the number of welds or root opening or depth of weld Created in NX6.0.0. | |
void | SetWeldSize (const NXString &weldSize) |
Sets the weld size Created in NX6.0.0. | |
void | SetWeldSize (const char *weldSize) |
Sets the weld size Created in NX6.0.0. | |
void | SetWeldSizeCode (NXOpen::Annotations::LineWeldDataBuilder::WeldSizeCodeType weldSizeCode) |
Sets the weld size letter code Created in NX6.0.0. | |
void | SetWeldSymbol (NXOpen::Annotations::LineWeldDataBuilder::WeldSymbolType weldSymbol) |
Sets the weld symbol Created in NX6.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXString | WeldSize () |
Returns the weld size Created in NX6.0.0. | |
NXOpen::Annotations::LineWeldDataBuilder::WeldSizeCodeType | WeldSizeCode () |
Returns the weld size letter code Created in NX6.0.0. | |
NXOpen::Annotations::LineWeldDataBuilder::WeldSymbolType | WeldSymbol () |
Returns the weld symbol Created in NX6.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 Annotations::LineWeldDataBuilder
Created in NX6.0.0.
Represents the contour symbol type.
Represents the weld symbol type.
NXString NXOpen::Annotations::LineWeldDataBuilder::CompoundWeldSize | ( | ) |
Returns the compound weld size
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::LineWeldDataBuilder::WeldSizeCodeType NXOpen::Annotations::LineWeldDataBuilder::CompoundWeldSizeCode | ( | ) |
Returns the compound weld size letter code
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::LineWeldDataBuilder::ContourSymbolType NXOpen::Annotations::LineWeldDataBuilder::ContourSymbol | ( | ) |
Returns the supplementary contour weld symbols that identify the shape of the weld surface or execution of a weld for both top and bottom of the reference line
Created in NX6.0.0.
License requirements : None
NXOpen::Annotations::LineWeldDataBuilder::FinishSymbolType NXOpen::Annotations::LineWeldDataBuilder::FinishSymbol | ( | ) |
Returns the finishing method for the weld symbol
Created in NX6.0.0.
License requirements : None
NXString NXOpen::Annotations::LineWeldDataBuilder::GrooveCountersinkAngle | ( | ) |
Returns the groove or coutersink angle
Created in NX6.0.0.
License requirements : None
bool NXOpen::Annotations::LineWeldDataBuilder::IsCompound | ( | ) |
Returns the compound weld
Created in NX7.5.0.
License requirements : None
NXString NXOpen::Annotations::LineWeldDataBuilder::LengthPitch | ( | ) |
Returns the length or pitch
Created in NX6.0.0.
License requirements : None
NXString NXOpen::Annotations::LineWeldDataBuilder::NumberRootDepth | ( | ) |
Returns the number of welds or root opening or depth of weld
Created in NX6.0.0.
License requirements : None
void NXOpen::Annotations::LineWeldDataBuilder::SetCompound | ( | bool | isCompound | ) |
Sets the compound weld
Created in NX7.5.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
isCompound | iscompound |
void NXOpen::Annotations::LineWeldDataBuilder::SetCompoundWeldSize | ( | const NXString & | compoundWeldSize | ) |
Sets the compound weld size
Created in NX7.5.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
compoundWeldSize | compoundweldsize |
void NXOpen::Annotations::LineWeldDataBuilder::SetCompoundWeldSize | ( | const char * | compoundWeldSize | ) |
Sets the compound weld size
Created in NX7.5.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
compoundWeldSize | compoundweldsize |
void NXOpen::Annotations::LineWeldDataBuilder::SetCompoundWeldSizeCode | ( | NXOpen::Annotations::LineWeldDataBuilder::WeldSizeCodeType | compoundWeldSizeCode | ) |
Sets the compound weld size letter code
Created in NX7.5.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
compoundWeldSizeCode | compoundweldsizecode |
void NXOpen::Annotations::LineWeldDataBuilder::SetContourSymbol | ( | NXOpen::Annotations::LineWeldDataBuilder::ContourSymbolType | contourSymbol | ) |
Sets the supplementary contour weld symbols that identify the shape of the weld surface or execution of a weld for both top and bottom of the reference line
Created in NX6.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
contourSymbol | contoursymbol |
void NXOpen::Annotations::LineWeldDataBuilder::SetFinishSymbol | ( | NXOpen::Annotations::LineWeldDataBuilder::FinishSymbolType | finishSymbol | ) |
Sets the finishing method for the weld symbol
Created in NX6.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
finishSymbol | finishsymbol |
void NXOpen::Annotations::LineWeldDataBuilder::SetGrooveCountersinkAngle | ( | const NXString & | grooveCountersinkAngle | ) |
Sets the groove or coutersink angle
Created in NX6.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
grooveCountersinkAngle | groovecountersinkangle |
void NXOpen::Annotations::LineWeldDataBuilder::SetGrooveCountersinkAngle | ( | const char * | grooveCountersinkAngle | ) |
Sets the groove or coutersink angle
Created in NX6.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
grooveCountersinkAngle | groovecountersinkangle |
void NXOpen::Annotations::LineWeldDataBuilder::SetLengthPitch | ( | const NXString & | lengthPitch | ) |
Sets the length or pitch
Created in NX6.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
lengthPitch | lengthpitch |
void NXOpen::Annotations::LineWeldDataBuilder::SetLengthPitch | ( | const char * | lengthPitch | ) |
Sets the length or pitch
Created in NX6.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
lengthPitch | lengthpitch |
void NXOpen::Annotations::LineWeldDataBuilder::SetNumberRootDepth | ( | const NXString & | numberRootDepth | ) |
Sets the number of welds or root opening or depth of weld
Created in NX6.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
numberRootDepth | numberrootdepth |
void NXOpen::Annotations::LineWeldDataBuilder::SetNumberRootDepth | ( | const char * | numberRootDepth | ) |
Sets the number of welds or root opening or depth of weld
Created in NX6.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
numberRootDepth | numberrootdepth |
void NXOpen::Annotations::LineWeldDataBuilder::SetWeldSize | ( | const NXString & | weldSize | ) |
Sets the weld size
Created in NX6.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
weldSize | weldsize |
void NXOpen::Annotations::LineWeldDataBuilder::SetWeldSize | ( | const char * | weldSize | ) |
Sets the weld size
Created in NX6.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
weldSize | weldsize |
void NXOpen::Annotations::LineWeldDataBuilder::SetWeldSizeCode | ( | NXOpen::Annotations::LineWeldDataBuilder::WeldSizeCodeType | weldSizeCode | ) |
Sets the weld size letter code
Created in NX6.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
weldSizeCode | weldsizecode |
void NXOpen::Annotations::LineWeldDataBuilder::SetWeldSymbol | ( | NXOpen::Annotations::LineWeldDataBuilder::WeldSymbolType | weldSymbol | ) |
Sets the weld symbol
Created in NX6.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
weldSymbol | weldsymbol |
|
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.
NXString NXOpen::Annotations::LineWeldDataBuilder::WeldSize | ( | ) |
Returns the weld size
Created in NX6.0.0.
License requirements : None
NXOpen::Annotations::LineWeldDataBuilder::WeldSizeCodeType NXOpen::Annotations::LineWeldDataBuilder::WeldSizeCode | ( | ) |
Returns the weld size letter code
Created in NX6.0.0.
License requirements : None
NXOpen::Annotations::LineWeldDataBuilder::WeldSymbolType NXOpen::Annotations::LineWeldDataBuilder::WeldSymbol | ( | ) |
Returns the weld symbol
Created in NX6.0.0.
License requirements : None