NX Open C++ Reference Guide
|
Represents a Drawings.SectionLineStyleBuiler. More...
Public Types | |
enum | ArrowheadStyleType { ArrowheadStyleTypeOpen, ArrowheadStyleTypeClosed, ArrowheadStyleTypeFilled } |
This enum represents arrowhead style type. More... | |
enum | CreateSectionLineType { CreateSectionLineTypeWithView, CreateSectionLineTypeWithoutView } |
This enum represents whether or not to create a view for the section line. More... | |
enum | FontStyle { FontStyleNone, FontStyleSolid, FontStyleDashed, FontStylePhantom, FontStyleCenterline, FontStyleDotted, FontStyleLongDashed, FontStyleDottedDashed } |
This enum represents section line font style type. More... | |
enum | LabelLocationStyle { LabelLocationStyleOnArrow, LabelLocationStyleOnEnd } |
This enum represents section line label location for ISO128 section lines. More... | |
enum | StandardStyle { StandardStyleAnsiStandard, StandardStyleIsoStandard, StandardStyleIso128Standard, StandardStyleJisStandard, StandardStyleGbStandard, StandardStyleEskdStandard } |
This enum represents section line standard style type. More... | |
enum | WidthStyle { WidthStyleThin, WidthStyleNormal, WidthStyleThick } |
This enum represents section line width style type. More... | |
Public Member Functions | |
double | ArrowheadAngle () |
Returns the arrowhead angle Created in NX6.0.0. | |
double | ArrowheadLength () |
Returns the arrowhead length Created in NX6.0.0. | |
NXOpen::Drawings::SectionLineStyleBuilder::ArrowheadStyleType | ArrowheadStyle () |
Returns the arrowhead style Created in NX6.0.0. | |
double | ArrowLength () |
Returns the arrow length Created in NX6.0.0. | |
double | BorderToArrowDistance () |
Returns the border to arrow distance Created in NX6.0.0. | |
NXOpen::Drawings::SectionLineStyleBuilder::CreateSectionLineType | CreateSectionLine () |
Returns a value that indicates whether or not to create a view for the section line Created in NX6.0.0. | |
bool | DisplayJisrotationLetter () |
Returns the display jisrotation letter Created in NX6.0.0. | |
bool | DisplayLabel () |
Returns the display label Created in NX6.0.0. | |
NXOpen::Drawings::SectionLineStyleBuilder::FontStyle | Font () |
Returns the font Created in NX6.0.0. | |
NXOpen::NXColor * | GetColor () |
Returns the color. | |
NXOpen::Drawings::SectionLineStyleBuilder::LabelLocationStyle | LabelLocation () |
Returns the label location Created in NX6.0.0. | |
NXString | Letter () |
Returns the letter Created in NX6.0.0. | |
double | LineLength () |
Returns the line length Created in NX6.0.0. | |
double | Offset () |
Returns the offset Created in NX6.0.0. | |
NXOpen::SelectTaggedObject * | SelectLetter () |
Returns the selected note for jisrotation letter Created in NX6.0.0. | |
void | SetArrowheadAngle (double arrowheadAngle) |
Sets the arrowhead angle Created in NX6.0.0. | |
void | SetArrowheadLength (double arrowheadLength) |
Sets the arrowhead length Created in NX6.0.0. | |
void | SetArrowheadStyle (NXOpen::Drawings::SectionLineStyleBuilder::ArrowheadStyleType arrowheadStyle) |
Sets the arrowhead style Created in NX6.0.0. | |
void | SetArrowLength (double arrowLength) |
Sets the arrow length Created in NX6.0.0. | |
void | SetBorderToArrowDistance (double borderToArrowDistance) |
Sets the border to arrow distance Created in NX6.0.0. | |
void | SetColor (NXOpen::NXColor *color) |
Sets the color Created in NX6.0.0. | |
void | SetCreateSectionLine (NXOpen::Drawings::SectionLineStyleBuilder::CreateSectionLineType createSectionLine) |
Sets a value that indicates whether or not to create a view for the section line Created in NX6.0.0. | |
void | SetDisplayJisrotationLetter (bool displayJISRotationLetter) |
Sets the display jisrotation letter Created in NX6.0.0. | |
void | SetDisplayLabel (bool displayLabel) |
Sets the display label Created in NX6.0.0. | |
void | SetFont (NXOpen::Drawings::SectionLineStyleBuilder::FontStyle font) |
Sets the font Created in NX6.0.0. | |
void | SetLabelLocation (NXOpen::Drawings::SectionLineStyleBuilder::LabelLocationStyle labelLocation) |
Sets the label location Created in NX6.0.0. | |
void | SetLetter (const NXString &letter) |
Sets the letter Created in NX6.0.0. | |
void | SetLineLength (double lineLength) |
Sets the line length Created in NX6.0.0. | |
void | SetOffset (double offset) |
Sets the offset Created in NX6.0.0. | |
void | SetStandard (NXOpen::Drawings::SectionLineStyleBuilder::StandardStyle standard) |
Sets the standard Created in NX6.0.0. | |
void | SetStubLength (double stubLength) |
Sets the stub length Created in NX6.0.0. | |
void | SetUseOffset (bool useOffset) |
Sets the use offset Created in NX6.0.0. | |
void | SetWidth (NXOpen::Drawings::SectionLineStyleBuilder::WidthStyle width) |
Sets the width Created in NX6.0.0. | |
NXOpen::Drawings::SectionLineStyleBuilder::StandardStyle | Standard () |
Returns the standard Created in NX6.0.0. | |
double | StubLength () |
Returns the stub length Created in NX6.0.0. | |
bool | UseOffset () |
Returns the use offset Created in NX6.0.0. | |
NXOpen::Drawings::SectionLineStyleBuilder::WidthStyle | Width () |
Returns the width Created in NX6.0.0. |
Represents a Drawings.SectionLineStyleBuiler.
The SectionLineStyleBuilder is used to specify section line style.
To create a new instance of this class, use Drawings::SectionLineCollection::CreateSectionLineStyleBuilder
Created in NX6.0.0.
This enum represents section line standard style type.
Returns the arrowhead angle
Created in NX6.0.0.
License requirements : None
Returns the arrowhead length
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::SectionLineStyleBuilder::ArrowheadStyleType NXOpen::Drawings::SectionLineStyleBuilder::ArrowheadStyle | ( | ) |
Returns the arrowhead style
Created in NX6.0.0.
License requirements : None
Returns the arrow length
Created in NX6.0.0.
License requirements : None
Returns the border to arrow distance
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::SectionLineStyleBuilder::CreateSectionLineType NXOpen::Drawings::SectionLineStyleBuilder::CreateSectionLine | ( | ) |
Returns a value that indicates whether or not to create a view for the section line
Created in NX6.0.0.
License requirements : None
Returns the display jisrotation letter
Created in NX6.0.0.
License requirements : None
Returns the display label
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::SectionLineStyleBuilder::FontStyle NXOpen::Drawings::SectionLineStyleBuilder::Font | ( | ) |
Returns the font
Created in NX6.0.0.
License requirements : None
Returns the color.
NXOpen::Drawings::SectionLineStyleBuilder::LabelLocationStyle NXOpen::Drawings::SectionLineStyleBuilder::LabelLocation | ( | ) |
Returns the label location
Created in NX6.0.0.
License requirements : None
Returns the letter
Created in NX6.0.0.
License requirements : None
Returns the line length
Created in NX6.0.0.
License requirements : None
Returns the offset
Created in NX6.0.0.
License requirements : None
Returns the selected note for jisrotation letter
Created in NX6.0.0.
License requirements : None
void NXOpen::Drawings::SectionLineStyleBuilder::SetArrowheadAngle | ( | double | arrowheadAngle | ) |
Sets the arrowhead angle
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
arrowheadAngle | arrowheadangle |
void NXOpen::Drawings::SectionLineStyleBuilder::SetArrowheadLength | ( | double | arrowheadLength | ) |
Sets the arrowhead length
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
arrowheadLength | arrowheadlength |
void NXOpen::Drawings::SectionLineStyleBuilder::SetArrowheadStyle | ( | NXOpen::Drawings::SectionLineStyleBuilder::ArrowheadStyleType | arrowheadStyle | ) |
Sets the arrowhead style
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
arrowheadStyle | arrowheadstyle |
void NXOpen::Drawings::SectionLineStyleBuilder::SetArrowLength | ( | double | arrowLength | ) |
Sets the arrow length
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
arrowLength | arrowlength |
void NXOpen::Drawings::SectionLineStyleBuilder::SetBorderToArrowDistance | ( | double | borderToArrowDistance | ) |
Sets the border to arrow distance
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
borderToArrowDistance | bordertoarrowdistance |
void NXOpen::Drawings::SectionLineStyleBuilder::SetColor | ( | NXOpen::NXColor * | color | ) |
Sets the color
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
color | color |
void NXOpen::Drawings::SectionLineStyleBuilder::SetCreateSectionLine | ( | NXOpen::Drawings::SectionLineStyleBuilder::CreateSectionLineType | createSectionLine | ) |
Sets a value that indicates whether or not to create a view for the section line
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
createSectionLine | createsectionline |
void NXOpen::Drawings::SectionLineStyleBuilder::SetDisplayJisrotationLetter | ( | bool | displayJISRotationLetter | ) |
Sets the display jisrotation letter
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
displayJISRotationLetter | displayjisrotationletter |
void NXOpen::Drawings::SectionLineStyleBuilder::SetDisplayLabel | ( | bool | displayLabel | ) |
Sets the display label
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
displayLabel | displaylabel |
void NXOpen::Drawings::SectionLineStyleBuilder::SetFont | ( | NXOpen::Drawings::SectionLineStyleBuilder::FontStyle | font | ) |
Sets the font
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
font | font |
void NXOpen::Drawings::SectionLineStyleBuilder::SetLabelLocation | ( | NXOpen::Drawings::SectionLineStyleBuilder::LabelLocationStyle | labelLocation | ) |
Sets the label location
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
labelLocation | label location |
void NXOpen::Drawings::SectionLineStyleBuilder::SetLetter | ( | const NXString & | letter | ) |
Sets the letter
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
letter | letter |
void NXOpen::Drawings::SectionLineStyleBuilder::SetLineLength | ( | double | lineLength | ) |
Sets the line length
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
lineLength | linelength |
void NXOpen::Drawings::SectionLineStyleBuilder::SetOffset | ( | double | offset | ) |
Sets the offset
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
offset | offset |
void NXOpen::Drawings::SectionLineStyleBuilder::SetStandard | ( | NXOpen::Drawings::SectionLineStyleBuilder::StandardStyle | standard | ) |
Sets the standard
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
standard | standard |
void NXOpen::Drawings::SectionLineStyleBuilder::SetStubLength | ( | double | stubLength | ) |
Sets the stub length
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
stubLength | stublength |
void NXOpen::Drawings::SectionLineStyleBuilder::SetUseOffset | ( | bool | useOffset | ) |
Sets the use offset
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
useOffset | useoffset |
void NXOpen::Drawings::SectionLineStyleBuilder::SetWidth | ( | NXOpen::Drawings::SectionLineStyleBuilder::WidthStyle | width | ) |
Sets the width
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
width | width |
NXOpen::Drawings::SectionLineStyleBuilder::StandardStyle NXOpen::Drawings::SectionLineStyleBuilder::Standard | ( | ) |
Returns the standard
Created in NX6.0.0.
License requirements : None
Returns the stub length
Created in NX6.0.0.
License requirements : None
Returns the use offset
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::SectionLineStyleBuilder::WidthStyle NXOpen::Drawings::SectionLineStyleBuilder::Width | ( | ) |
Returns the width
Created in NX6.0.0.
License requirements : None