NX Open C++ Reference Guide
|
Represents a @link Annotations::IntersectionSymbol Annotations::IntersectionSymbol@endlink builder <br> To create a new instance of this class, use @link Annotations::IntersectionSymbolCollection::CreateIntersectionSymbolBuilder Annotations::IntersectionSymbolCollection::CreateIntersectionSymbolBuilder @endlink <br>
Default values. More...
Public Types | |
enum | Thickness { ThicknessThin, ThicknessNormal, ThicknessThick, ThicknessOne = 6, ThicknessTwo, ThicknessThree, ThicknessFour, ThicknessFive, ThicknessSix, ThicknessSeven, ThicknessEight, ThicknessNine } |
the types of intersection symbol thickness More... | |
Public Member Functions | |
NXOpen::NXColor * | Color () |
Returns the color Created in NX6.0.0. | |
double | Extension () |
Returns the extension Created in NX6.0.0. | |
NXOpen::SelectNXObject * | Inherit () |
Returns the inherit Created in NX6.0.0. | |
NXOpen::SelectNXObject * | IntersectionObject1 () |
Returns the intersection object1 Created in NX6.0.0. | |
NXOpen::SelectNXObject * | IntersectionObject2 () |
Returns the intersection object2 Created in NX6.0.0. | |
void | SetColor (NXOpen::NXColor *color) |
Sets the color Created in NX6.0.0. | |
void | SetExtension (double extension) |
Sets the extension Created in NX6.0.0. | |
void | SetWidth (NXOpen::Annotations::IntersectionSymbolBuilder::Thickness width) |
Sets the width Created in NX6.0.0. | |
NXOpen::Annotations::IntersectionSymbolBuilder::Thickness | Width () |
Returns the width Created in NX6.0.0. | |
Represents a @link Annotations::IntersectionSymbol Annotations::IntersectionSymbol@endlink builder <br> To create a new instance of this class, use @link Annotations::IntersectionSymbolCollection::CreateIntersectionSymbolBuilder Annotations::IntersectionSymbolCollection::CreateIntersectionSymbolBuilder @endlink <br>
Default values.
Property | Value |
---|---|
Extension |
3 |
Width |
Thin |
Created in NX6.0.0.
the types of intersection symbol thickness
NXOpen::NXColor* NXOpen::Annotations::IntersectionSymbolBuilder::Color | ( | ) |
Returns the color
Created in NX6.0.0.
License requirements : None
double NXOpen::Annotations::IntersectionSymbolBuilder::Extension | ( | ) |
Returns the extension
Created in NX6.0.0.
License requirements : None
NXOpen::SelectNXObject* NXOpen::Annotations::IntersectionSymbolBuilder::Inherit | ( | ) |
Returns the inherit
Created in NX6.0.0.
License requirements : None
NXOpen::SelectNXObject* NXOpen::Annotations::IntersectionSymbolBuilder::IntersectionObject1 | ( | ) |
Returns the intersection object1
Created in NX6.0.0.
License requirements : None
NXOpen::SelectNXObject* NXOpen::Annotations::IntersectionSymbolBuilder::IntersectionObject2 | ( | ) |
Returns the intersection object2
Created in NX6.0.0.
License requirements : None
void NXOpen::Annotations::IntersectionSymbolBuilder::SetColor | ( | NXOpen::NXColor * | color | ) |
Sets the color
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
color | color |
void NXOpen::Annotations::IntersectionSymbolBuilder::SetExtension | ( | double | extension | ) |
Sets the extension
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
extension | extension |
void NXOpen::Annotations::IntersectionSymbolBuilder::SetWidth | ( | NXOpen::Annotations::IntersectionSymbolBuilder::Thickness | width | ) |
Sets the width
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
width | width |
NXOpen::Annotations::IntersectionSymbolBuilder::Thickness NXOpen::Annotations::IntersectionSymbolBuilder::Width | ( | ) |
Returns the width
Created in NX6.0.0.
License requirements : None