NX Open C++ Reference Guide
|
Represents a Drawings::ViewProjectedArrowSettingsBuilder
Created in NX9.0.0.
More...
Public Types | |
enum | DimensionsStyleType { DimensionsStyleTypeFilled, DimensionsStyleTypeClosed, DimensionsStyleTypeOpen } |
Represents arrowhead style. More... | |
enum | DispalyLabelType { DispalyLabelTypeNo, DispalyLabelTypeOnReferenceArrow, DispalyLabelTypeOnReferenceArrowAndView } |
Represents display label type. More... | |
Public Member Functions | |
double | ArrowHeadAngle () |
Returns the arrow head angle Created in NX9.0.0. | |
double | ArrowHeadLength () |
Returns the arrow head length Created in NX9.0.0. | |
NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DimensionsStyleType | ArrowHeadStyle () |
Returns the arrow head style Created in NX9.0.0. | |
double | ArrowLineDistanceToGeometry () |
Returns the arrow line distance to geometry Created in NX9.0.0. | |
double | ArrowLineLength () |
Returns the arrow line length Created in NX9.0.0. | |
NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DispalyLabelType | DisplayLabel () |
Returns the display label Created in NX9.0.0. | |
NXOpen::LineColorFontWidthBuilder * | LineColorFontWidth () |
Returns the line color font width0 Created in NX9.0.0. | |
void | SetArrowHeadAngle (double arrowHeadAngle) |
Sets the arrow head angle Created in NX9.0.0. | |
void | SetArrowHeadLength (double arrowHeadLength) |
Sets the arrow head length Created in NX9.0.0. | |
void | SetArrowHeadStyle (NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DimensionsStyleType arrowHeadStyle) |
Sets the arrow head style Created in NX9.0.0. | |
void | SetArrowLineDistanceToGeometry (double arrowLineDistanceToGeometry) |
Sets the arrow line distance to geometry Created in NX9.0.0. | |
void | SetArrowLineLength (double arrowLineLength) |
Sets the arrow line length Created in NX9.0.0. | |
void | SetDisplayLabel (NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DispalyLabelType displayLabel) |
Sets the display label Created in NX9.0.0. | |
void | SetSizeFactor (double sizeFactor) |
Sets the size factor Created in NX9.0.0. | |
double | SizeFactor () |
Returns the size factor Created in NX9.0.0. | |
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. | |
Represents a Drawings::ViewProjectedArrowSettingsBuilder
Created in NX9.0.0.
double NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::ArrowHeadAngle | ( | ) |
Returns the arrow head angle
Created in NX9.0.0.
License requirements : None
double NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::ArrowHeadLength | ( | ) |
Returns the arrow head length
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DimensionsStyleType NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::ArrowHeadStyle | ( | ) |
Returns the arrow head style
Created in NX9.0.0.
License requirements : None
double NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::ArrowLineDistanceToGeometry | ( | ) |
Returns the arrow line distance to geometry
Created in NX9.0.0.
License requirements : None
double NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::ArrowLineLength | ( | ) |
Returns the arrow line length
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DispalyLabelType NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DisplayLabel | ( | ) |
Returns the display label
Created in NX9.0.0.
License requirements : None
NXOpen::LineColorFontWidthBuilder* NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::LineColorFontWidth | ( | ) |
Returns the line color font width0
Created in NX9.0.0.
License requirements : None
void NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SetArrowHeadAngle | ( | double | arrowHeadAngle | ) |
Sets the arrow head angle
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
arrowHeadAngle | arrowheadangle |
void NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SetArrowHeadLength | ( | double | arrowHeadLength | ) |
Sets the arrow head length
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
arrowHeadLength | arrowheadlength |
void NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SetArrowHeadStyle | ( | NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DimensionsStyleType | arrowHeadStyle | ) |
Sets the arrow head style
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
arrowHeadStyle | arrowheadstyle |
void NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SetArrowLineDistanceToGeometry | ( | double | arrowLineDistanceToGeometry | ) |
Sets the arrow line distance to geometry
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
arrowLineDistanceToGeometry | arrowlinedistancetogeometry |
void NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SetArrowLineLength | ( | double | arrowLineLength | ) |
Sets the arrow line length
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
arrowLineLength | arrowlinelength |
void NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SetDisplayLabel | ( | NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DispalyLabelType | displayLabel | ) |
Sets the display label
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
displayLabel | displaylabel |
void NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SetSizeFactor | ( | double | sizeFactor | ) |
Sets the size factor
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
sizeFactor | sizefactor |
double NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SizeFactor | ( | ) |
Returns the size factor
Created in NX9.0.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.