NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Drawings::ViewProjectedArrowSettingsBuilder Class Reference

Represents a NXOpen::Drawings::ViewProjectedArrowSettingsBuilder
Created in NX9.0.0. More...

Inheritance diagram for NXOpen::Drawings::ViewProjectedArrowSettingsBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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. More...
 
double ArrowHeadLength ()
 Returns the arrow head length
Created in NX9.0.0. More...
 
NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DimensionsStyleType ArrowHeadStyle ()
 Returns the arrow head style
Created in NX9.0.0. More...
 
double ArrowLineDistanceToGeometry ()
 Returns the arrow line distance to geometry
Created in NX9.0.0. More...
 
double ArrowLineLength ()
 Returns the arrow line length
Created in NX9.0.0. More...
 
NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DispalyLabelType DisplayLabel ()
 Returns the display label
Created in NX9.0.0. More...
 
NXOpen::LineColorFontWidthBuilderLineColorFontWidth ()
 Returns the line color font width0
Created in NX9.0.0. More...
 
void SetArrowHeadAngle (double arrowHeadAngle)
 Sets the arrow head angle
Created in NX9.0.0. More...
 
void SetArrowHeadLength (double arrowHeadLength)
 Sets the arrow head length
Created in NX9.0.0. More...
 
void SetArrowHeadStyle (NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DimensionsStyleType arrowHeadStyle)
 Sets the arrow head style
Created in NX9.0.0. More...
 
void SetArrowLineDistanceToGeometry (double arrowLineDistanceToGeometry)
 Sets the arrow line distance to geometry
Created in NX9.0.0. More...
 
void SetArrowLineLength (double arrowLineLength)
 Sets the arrow line length
Created in NX9.0.0. More...
 
void SetDisplayLabel (NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DispalyLabelType displayLabel)
 Sets the display label
Created in NX9.0.0. More...
 
void SetSizeFactor (double sizeFactor)
 Sets the size factor
Created in NX9.0.0. More...
 
double SizeFactor ()
 Returns the size factor
Created in NX9.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Drawings::ViewProjectedArrowSettingsBuilder
Created in NX9.0.0.


Member Enumeration Documentation

Represents arrowhead style.

Enumerator
DimensionsStyleTypeFilled 

filled

DimensionsStyleTypeClosed 

closed

DimensionsStyleTypeOpen 

open

Represents display label type.

Enumerator
DispalyLabelTypeNo 

no

DispalyLabelTypeOnReferenceArrow 

on reference arrow

DispalyLabelTypeOnReferenceArrowAndView 

on reference arrow and view

Member Function Documentation

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")

Parameters
arrowHeadAnglearrowheadangle
void NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SetArrowHeadLength ( double  arrowHeadLength)

Sets the arrow head length
Created in NX9.0.0.



License requirements : drafting ("DRAFTING")

Parameters
arrowHeadLengtharrowheadlength
void NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SetArrowHeadStyle ( NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DimensionsStyleType  arrowHeadStyle)

Sets the arrow head style
Created in NX9.0.0.



License requirements : drafting ("DRAFTING")

Parameters
arrowHeadStylearrowheadstyle
void NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SetArrowLineDistanceToGeometry ( double  arrowLineDistanceToGeometry)

Sets the arrow line distance to geometry
Created in NX9.0.0.



License requirements : drafting ("DRAFTING")

Parameters
arrowLineDistanceToGeometryarrowlinedistancetogeometry
void NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SetArrowLineLength ( double  arrowLineLength)

Sets the arrow line length
Created in NX9.0.0.



License requirements : drafting ("DRAFTING")

Parameters
arrowLineLengtharrowlinelength
void NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SetDisplayLabel ( NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::DispalyLabelType  displayLabel)

Sets the display label
Created in NX9.0.0.



License requirements : drafting ("DRAFTING")

Parameters
displayLabeldisplaylabel
void NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SetSizeFactor ( double  sizeFactor)

Sets the size factor
Created in NX9.0.0.



License requirements : drafting ("DRAFTING")

Parameters
sizeFactorsizefactor
double NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::SizeFactor ( )

Returns the size factor
Created in NX9.0.0.



License requirements : None

virtual bool NXOpen::Drawings::ViewProjectedArrowSettingsBuilder::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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.