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

Represents a Drawings.SectionLineStyleBuiler. More...

Inheritance diagram for NXOpen::Drawings::SectionLineStyleBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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, WidthStyleThicknessOne = 5,
  WidthStyleThicknessTwo, WidthStyleThicknessThree, WidthStyleThicknessFour, WidthStyleThicknessFive,
  WidthStyleThicknessSix, WidthStyleThicknessSeven, WidthStyleThicknessEight, WidthStyleThicknessNine
}
 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::NXColorGetColor ()
 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::SelectTaggedObjectSelectLetter ()
 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::NXObjectCommit ()
 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::NXObjectGetObject ()
 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.
 

Detailed Description

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.

Member Enumeration Documentation

This enum represents arrowhead style type.

Enumerator:
ArrowheadStyleTypeOpen 

open

ArrowheadStyleTypeClosed 

closed

ArrowheadStyleTypeFilled 

filled

This enum represents whether or not to create a view for the section line.

Enumerator:
CreateSectionLineTypeWithView 

with view

CreateSectionLineTypeWithoutView 

without view

This enum represents section line font style type.

Enumerator:
FontStyleNone 

none

FontStyleSolid 

solid

FontStyleDashed 

dashed

FontStylePhantom 

phantom

FontStyleCenterline 

centerline

FontStyleDotted 

dotted

FontStyleLongDashed 

long dashed

FontStyleDottedDashed 

dotted dashed

This enum represents section line label location for ISO128 section lines.

Enumerator:
LabelLocationStyleOnArrow 

on arrow

LabelLocationStyleOnEnd 

on end

This enum represents section line standard style type.

Enumerator:
StandardStyleAnsiStandard 

ansi standard

StandardStyleIsoStandard 

iso standard

StandardStyleIso128Standard 

iso128standard

StandardStyleJisStandard 

jis standard

StandardStyleGbStandard 

gb standard

StandardStyleEskdStandard 

eskd standard

This enum represents section line width style type.

Enumerator:
WidthStyleThin 

Thin.

WidthStyleNormal 

Normal.

WidthStyleThick 

Thick.

WidthStyleThicknessTwo 

Width Two.

WidthStyleThicknessThree 

Width Three.

WidthStyleThicknessFour 

Width Four.

WidthStyleThicknessFive 

Width Five.

WidthStyleThicknessSix 

Width Six.

WidthStyleThicknessSeven 

Width Seven.

WidthStyleThicknessEight 

Width Eight.

WidthStyleThicknessNine 

Width Nine.

Member Function Documentation

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.

Returns

Created in NX6.0.0.

License requirements : None
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")

Parameters
arrowheadAnglearrowheadangle
void NXOpen::Drawings::SectionLineStyleBuilder::SetArrowheadLength ( double  arrowheadLength)

Sets the arrowhead length
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
arrowheadLengtharrowheadlength
void NXOpen::Drawings::SectionLineStyleBuilder::SetArrowheadStyle ( NXOpen::Drawings::SectionLineStyleBuilder::ArrowheadStyleType  arrowheadStyle)

Sets the arrowhead style
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
arrowheadStylearrowheadstyle
void NXOpen::Drawings::SectionLineStyleBuilder::SetArrowLength ( double  arrowLength)

Sets the arrow length
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
arrowLengtharrowlength
void NXOpen::Drawings::SectionLineStyleBuilder::SetBorderToArrowDistance ( double  borderToArrowDistance)

Sets the border to arrow distance
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
borderToArrowDistancebordertoarrowdistance
void NXOpen::Drawings::SectionLineStyleBuilder::SetColor ( NXOpen::NXColor color)

Sets the color
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

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

Parameters
createSectionLinecreatesectionline
void NXOpen::Drawings::SectionLineStyleBuilder::SetDisplayJisrotationLetter ( bool  displayJISRotationLetter)

Sets the display jisrotation letter
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
displayJISRotationLetterdisplayjisrotationletter
void NXOpen::Drawings::SectionLineStyleBuilder::SetDisplayLabel ( bool  displayLabel)

Sets the display label
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
displayLabeldisplaylabel
void NXOpen::Drawings::SectionLineStyleBuilder::SetFont ( NXOpen::Drawings::SectionLineStyleBuilder::FontStyle  font)

Sets the font
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
fontfont
void NXOpen::Drawings::SectionLineStyleBuilder::SetLabelLocation ( NXOpen::Drawings::SectionLineStyleBuilder::LabelLocationStyle  labelLocation)

Sets the label location
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
labelLocationlabel location
void NXOpen::Drawings::SectionLineStyleBuilder::SetLetter ( const NXString letter)

Sets the letter
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
letterletter
void NXOpen::Drawings::SectionLineStyleBuilder::SetLetter ( const char *  letter)

Sets the letter
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
letterletter
void NXOpen::Drawings::SectionLineStyleBuilder::SetLineLength ( double  lineLength)

Sets the line length
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
lineLengthlinelength
void NXOpen::Drawings::SectionLineStyleBuilder::SetOffset ( double  offset)

Sets the offset
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
offsetoffset
void NXOpen::Drawings::SectionLineStyleBuilder::SetStandard ( NXOpen::Drawings::SectionLineStyleBuilder::StandardStyle  standard)

Sets the standard
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
standardstandard
void NXOpen::Drawings::SectionLineStyleBuilder::SetStubLength ( double  stubLength)

Sets the stub length
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
stubLengthstublength
void NXOpen::Drawings::SectionLineStyleBuilder::SetUseOffset ( bool  useOffset)

Sets the use offset
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
useOffsetuseoffset
void NXOpen::Drawings::SectionLineStyleBuilder::SetWidth ( NXOpen::Drawings::SectionLineStyleBuilder::WidthStyle  width)

Sets the width
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
widthwidth
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


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