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

Represent a NXOpen::LineColorFontWidthBuilder
This is a sub-builder class and cannot be directly instantiated

Created in NX9.0.0. More...

Inheritance diagram for NXOpen::LineColorFontWidthBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::NXColorLineColor ()
 Returns the line color
Created in NX9.0.0. More...
 
NXOpen::LineFontBuilderLineFont ()
 Returns the line font
Created in NX9.0.0. More...
 
NXOpen::DisplayableObject::ObjectWidth LineWidth ()
 Returns the line width
Created in NX9.0.0. More...
 
void SetLineColor (NXOpen::NXColor *lineColor)
 Sets the line color
Created in NX9.0.0. More...
 
void SetLineWidth (NXOpen::DisplayableObject::ObjectWidth width)
 Sets the line width
Created in NX9.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represent a NXOpen::LineColorFontWidthBuilder
This is a sub-builder class and cannot be directly instantiated

Created in NX9.0.0.


Member Function Documentation

NXOpen::NXColor* NXOpen::LineColorFontWidthBuilder::LineColor ( )

Returns the line color
Created in NX9.0.0.



License requirements : None

NXOpen::LineFontBuilder* NXOpen::LineColorFontWidthBuilder::LineFont ( )

Returns the line font
Created in NX9.0.0.



License requirements : None

NXOpen::DisplayableObject::ObjectWidth NXOpen::LineColorFontWidthBuilder::LineWidth ( )

Returns the line width
Created in NX9.0.0.



License requirements : None

void NXOpen::LineColorFontWidthBuilder::SetLineColor ( NXOpen::NXColor lineColor)

Sets the line color
Created in NX9.0.0.



License requirements : None

Parameters
lineColorlinecolor
void NXOpen::LineColorFontWidthBuilder::SetLineWidth ( NXOpen::DisplayableObject::ObjectWidth  width)

Sets the line width
Created in NX9.0.0.



License requirements : None

Parameters
widthwidth
virtual bool NXOpen::LineColorFontWidthBuilder::Validate ( )
virtual

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