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

Represents a Drawings.SectionLineStyleBuiler. More...

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

List of all members.

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::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 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.

Detailed Description

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.


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


Member Function Documentation

Returns the arrowhead angle
Created in NX6.0.0.



License requirements : None

Returns the arrowhead length
Created in NX6.0.0.



License requirements : None

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

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

Returns the font
Created in NX6.0.0.



License requirements : None

Returns the color.

Returns:

Created in NX6.0.0.

License requirements : None

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

Sets the arrowhead angle
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
arrowheadAnglearrowheadangle

Sets the arrowhead length
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
arrowheadLengtharrowheadlength

Sets the arrowhead style
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
arrowheadStylearrowheadstyle

Sets the arrow length
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
arrowLengtharrowlength

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



License requirements : drafting ("DRAFTING")

Parameters:
borderToArrowDistancebordertoarrowdistance

Sets the color
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
colorcolor

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

Sets the display jisrotation letter
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
displayJISRotationLetterdisplayjisrotationletter

Sets the display label
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
displayLabeldisplaylabel

Sets the font
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
fontfont

Sets the label location
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
labelLocationlabel location

Sets the letter
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
letterletter

Sets the line length
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
lineLengthlinelength

Sets the offset
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
offsetoffset

Sets the standard
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
standardstandard

Sets the stub length
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
stubLengthstublength

Sets the use offset
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
useOffsetuseoffset

Sets the width
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
widthwidth

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

Returns the width
Created in NX6.0.0.



License requirements : None


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