NX Open C++ Reference Guide
|
Represents a Annotations::LineWeldDataBuilder
Created in NX6.0.0.
More...
Represents a Annotations::LineWeldDataBuilder
Created in NX6.0.0.
Represents the contour symbol type.
Represents the weld symbol type.
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
Returns the groove or coutersink angle
Created in NX6.0.0.
License requirements : None
Returns the compound weld
Created in NX7.5.0.
License requirements : None
Returns the length or pitch
Created in NX6.0.0.
License requirements : None
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::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::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::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::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::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 bool NXOpen::Annotations::LineWeldDataBuilder::Validate | ( | ) | [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.
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