|
NX Open C++ Reference Guide
|
Represents a Drawings.SectionLineStyleBuiler. 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 | SetLetter (const char *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. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Drawings.SectionLineStyleBuiler.
The SectionLineStyleBuilder is used to specify section line style. <br> To create a new instance of this class, use @link Drawings::SectionLineCollection::CreateSectionLineStyleBuilder Drawings::SectionLineCollection::CreateSectionLineStyleBuilder @endlink <br>
Created in NX6.0.0.
This enum represents section line standard style type.
This enum represents section line width style type.
| double NXOpen::Drawings::SectionLineStyleBuilder::ArrowheadAngle | ( | ) |
Returns the arrowhead angle
Created in NX6.0.0.
License requirements : None
| double NXOpen::Drawings::SectionLineStyleBuilder::ArrowheadLength | ( | ) |
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
| double NXOpen::Drawings::SectionLineStyleBuilder::ArrowLength | ( | ) |
Returns the arrow length
Created in NX6.0.0.
License requirements : None
| double NXOpen::Drawings::SectionLineStyleBuilder::BorderToArrowDistance | ( | ) |
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
| bool NXOpen::Drawings::SectionLineStyleBuilder::DisplayJisrotationLetter | ( | ) |
Returns the display jisrotation letter
Created in NX6.0.0.
License requirements : None
| bool NXOpen::Drawings::SectionLineStyleBuilder::DisplayLabel | ( | ) |
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
| NXOpen::NXColor* NXOpen::Drawings::SectionLineStyleBuilder::GetColor | ( | ) |
Returns the color.
| NXOpen::Drawings::SectionLineStyleBuilder::LabelLocationStyle NXOpen::Drawings::SectionLineStyleBuilder::LabelLocation | ( | ) |
Returns the label location
Created in NX6.0.0.
License requirements : None
| NXString NXOpen::Drawings::SectionLineStyleBuilder::Letter | ( | ) |
Returns the letter
Created in NX6.0.0.
License requirements : None
| double NXOpen::Drawings::SectionLineStyleBuilder::LineLength | ( | ) |
Returns the line length
Created in NX6.0.0.
License requirements : None
| double NXOpen::Drawings::SectionLineStyleBuilder::Offset | ( | ) |
Returns the offset
Created in NX6.0.0.
License requirements : None
| NXOpen::SelectTaggedObject* NXOpen::Drawings::SectionLineStyleBuilder::SelectLetter | ( | ) |
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::SetLetter | ( | const char * | 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
| double NXOpen::Drawings::SectionLineStyleBuilder::StubLength | ( | ) |
Returns the stub length
Created in NX6.0.0.
License requirements : None
| bool NXOpen::Drawings::SectionLineStyleBuilder::UseOffset | ( | ) |
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