NX Open C++ Reference Guide
|
Represents a Annotations::TargetPoint builder
To create a new instance of this class, use Annotations::TargetPointCollection::CreateTargetPointBuilder
Default values.
More...
Public Types | |
enum | Thickness { ThicknessThin, ThicknessNormal, ThicknessThick } |
the types of target point thickness More... | |
Public Member Functions | |
double | Angle () |
Returns the angle Created in NX6.0.0. | |
NXOpen::NXColor * | Color () |
Returns the color Created in NX6.0.0. | |
double | Height () |
Returns the height Created in NX6.0.0. | |
NXOpen::SelectNXObject * | Inherit () |
Returns the inherit Created in NX6.0.0. | |
NXOpen::SelectNXObject * | Location () |
Returns the location Created in NX6.0.0. | |
void | SetAngle (double angle) |
Sets the angle Created in NX6.0.0. | |
void | SetColor (NXOpen::NXColor *color) |
Sets the color Created in NX6.0.0. | |
void | SetHeight (double height) |
Sets the height Created in NX6.0.0. | |
void | SetWidth (NXOpen::Annotations::TargetPointBuilder::Thickness width) |
Sets the width Created in NX6.0.0. | |
NXOpen::Annotations::TargetPointBuilder::Thickness | Width () |
Returns the width Created in NX6.0.0. |
Represents a Annotations::TargetPoint builder
To create a new instance of this class, use Annotations::TargetPointCollection::CreateTargetPointBuilder
Default values.
Property | Value |
---|---|
Angle |
0 |
Height |
5 |
Width |
Thin |
Created in NX6.0.0.
Returns the angle
Created in NX6.0.0.
License requirements : None
Returns the color
Created in NX6.0.0.
License requirements : None
Returns the height
Created in NX6.0.0.
License requirements : None
Returns the inherit
Created in NX6.0.0.
License requirements : None
Returns the location
Created in NX6.0.0.
License requirements : None
void NXOpen::Annotations::TargetPointBuilder::SetAngle | ( | double | angle | ) |
Sets the angle
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
angle | angle |
void NXOpen::Annotations::TargetPointBuilder::SetColor | ( | NXOpen::NXColor * | color | ) |
Sets the color
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
color | color |
void NXOpen::Annotations::TargetPointBuilder::SetHeight | ( | double | height | ) |
Sets the height
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
height | height |
void NXOpen::Annotations::TargetPointBuilder::SetWidth | ( | NXOpen::Annotations::TargetPointBuilder::Thickness | width | ) |
Sets the width
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
width | width |
NXOpen::Annotations::TargetPointBuilder::Thickness NXOpen::Annotations::TargetPointBuilder::Width | ( | ) |
Returns the width
Created in NX6.0.0.
License requirements : None