NX Open C++ Reference Guide
Public Member Functions
NXOpen::Annotations::FrameBarElementStyleBuilder Class Reference

Represents a Annotations::FrameBarElementStyleBuilder . More...

Inheritance diagram for NXOpen::Annotations::FrameBarElementStyleBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Member Functions

int ExtendedTicBegin ()
 Returns the extended tic from which display to be started
Created in NX8.0.0.
int ExtendedTicColor ()
 Returns the extended tic color
Created in NX8.0.0.
int ExtendedTicFont ()
 Returns the extended tic font
Created in NX8.0.0.
int ExtendedTicFrequency ()
 Returns the extended tic display frequency
Created in NX8.0.0.
double ExtendedTicLength ()
 Returns the extended tic length
Created in NX8.0.0.
int ExtendedTicWidth ()
 Returns the extended tic width
Created in NX8.0.0.
int LabelColor ()
 Returns the label color
Created in NX8.0.0.
int LabelFont ()
 Returns the label font
Created in NX8.0.0.
int LabelName ()
 Returns the label name
Created in NX8.0.0.
int LabelWidth ()
 Returns the label width
Created in NX8.0.0.
void SetExtendedTicBegin (int displayExtendBegin)
 Sets the extended tic from which display to be started
Created in NX8.0.0.
void SetExtendedTicColor (int extendColor)
 Sets the extended tic color
Created in NX8.0.0.
void SetExtendedTicFont (int extendFont)
 Sets the extended tic font
Created in NX8.0.0.
void SetExtendedTicFrequency (int displayExtendFrequency)
 Sets the extended tic display frequency
Created in NX8.0.0.
void SetExtendedTicLength (double extendLength)
 Sets the extended tic length
Created in NX8.0.0.
void SetExtendedTicWidth (int extendWidth)
 Sets the extended tic width
Created in NX8.0.0.
void SetLabelColor (int labelColor)
 Sets the label color
Created in NX8.0.0.
void SetLabelFont (int labelFont)
 Sets the label font
Created in NX8.0.0.
void SetLabelName (int labelName)
 Sets the label name
Created in NX8.0.0.
void SetLabelWidth (int labelWidth)
 Sets the label width
Created in NX8.0.0.
void SetSkipLabelBegin (int skipLabelBegin)
 Sets the label from which skip to be started
Created in NX8.0.0.
void SetSkipLabelFrequency (int skipLabelFrequency)
 Sets the label skip frequency
Created in NX8.0.0.
void SetSkipTicBegin (int skipTicBegin)
 Sets the tic from which skip to be started
Created in NX8.0.0.
void SetSkipTicFrequency (int skipTicFrequency)
 Sets the tic skip frequency
Created in NX8.0.0.
void SetTicColor (int ticColor)
 Sets the tic color
Created in NX8.0.0.
void SetTicDisplay (int ticDisplay)
 Sets the transverse frames tic display type
Created in NX8.0.0.
void SetTicFont (int ticFont)
 Sets the tic font
Created in NX8.0.0.
void SetTicLength (double ticLength)
 Sets the tic length
Created in NX8.0.0.
void SetTicWidth (int ticWidth)
 Sets the tic width
Created in NX8.0.0.
int SkipLabelBegin ()
 Returns the label from which skip to be started
Created in NX8.0.0.
int SkipLabelFrequency ()
 Returns the label skip frequency
Created in NX8.0.0.
int SkipTicBegin ()
 Returns the tic from which skip to be started
Created in NX8.0.0.
int SkipTicFrequency ()
 Returns the tic skip frequency
Created in NX8.0.0.
int TicColor ()
 Returns the tic color
Created in NX8.0.0.
int TicDisplay ()
 Returns the transverse frames tic display type
Created in NX8.0.0.
int TicFont ()
 Returns the tic font
Created in NX8.0.0.
double TicLength ()
 Returns the tic length
Created in NX8.0.0.
int TicWidth ()
 Returns the tic width
Created in NX8.0.0.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

Detailed Description

Represents a Annotations::FrameBarElementStyleBuilder .

This class queries and sets FrameBar preferences when creating and editing FrameBar drafting annotations.


Created in NX6.0.0.


Member Function Documentation

Returns the extended tic from which display to be started
Created in NX8.0.0.



License requirements : None

Returns the extended tic color
Created in NX8.0.0.



License requirements : None

Returns the extended tic font
Created in NX8.0.0.



License requirements : None

Returns the extended tic display frequency
Created in NX8.0.0.



License requirements : None

Returns the extended tic length
Created in NX8.0.0.



License requirements : None

Returns the extended tic width
Created in NX8.0.0.



License requirements : None

Returns the label color
Created in NX8.0.0.



License requirements : None

Returns the label font
Created in NX8.0.0.



License requirements : None

Returns the label name
Created in NX8.0.0.



License requirements : None

Returns the label width
Created in NX8.0.0.



License requirements : None

Sets the extended tic from which display to be started
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
displayExtendBegindisplayextendbegin

Sets the extended tic color
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
extendColorextendcolor

Sets the extended tic font
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
extendFontextendfont

Sets the extended tic display frequency
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
displayExtendFrequencydisplayextendfrequency

Sets the extended tic length
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
extendLengthextendlength

Sets the extended tic width
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
extendWidthextendwidth

Sets the label color
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
labelColorlabelcolor

Sets the label font
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
labelFontlabelfont

Sets the label name
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
labelNamelabelname

Sets the label width
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
labelWidthlabelwidth

Sets the label from which skip to be started
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
skipLabelBeginskiplabelbegin

Sets the label skip frequency
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
skipLabelFrequencyskiplabelfrequency

Sets the tic from which skip to be started
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
skipTicBeginskipticbegin

Sets the tic skip frequency
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
skipTicFrequencyskipticfrequency

Sets the tic color
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
ticColorticcolor

Sets the transverse frames tic display type
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
ticDisplayticdisplay

Sets the tic font
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
ticFontticfont

Sets the tic length
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
ticLengthticlength

Sets the tic width
Created in NX8.0.0.



License requirements : nx_ship_drafting ("Ship Drafting")

Parameters:
ticWidthticwidth

Returns the label from which skip to be started
Created in NX8.0.0.



License requirements : None

Returns the label skip frequency
Created in NX8.0.0.



License requirements : None

Returns the tic from which skip to be started
Created in NX8.0.0.



License requirements : None

Returns the tic skip frequency
Created in NX8.0.0.



License requirements : None

Returns the tic color
Created in NX8.0.0.



License requirements : None

Returns the transverse frames tic display type
Created in NX8.0.0.



License requirements : None

Returns the tic font
Created in NX8.0.0.



License requirements : None

Returns the tic length
Created in NX8.0.0.



License requirements : None

Returns the tic width
Created in NX8.0.0.



License requirements : None

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.