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

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

Created in NX9.0.0. More...

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

Public Types

enum  LineFontType {
  LineFontTypeNoChange, LineFontTypeOriginal, LineFontTypeInvisible, LineFontTypeSolid,
  LineFontTypeDashed, LineFontTypePhantom, LineFontTypeCenterline, LineFontTypeDotted,
  LineFontTypeLongDashed, LineFontTypeDottedDashed
}
 line font types More...
 

Public Member Functions

NXOpen::LineFontBuilder::LineFontType LineFont ()
 Returns the line font
Created in NX9.0.0. More...
 
void SetLineFont (NXOpen::LineFontBuilder::LineFontType lineFont)
 Sets the line font
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::LineFontBuilder
This is a sub-builder class and cannot be directly instantiated

Created in NX9.0.0.


Member Enumeration Documentation

line font types

Enumerator
LineFontTypeNoChange 

No Change line font.

LineFontTypeOriginal 

Original line font.

LineFontTypeInvisible 

Invisible line font.

LineFontTypeSolid 

Solid line font.

LineFontTypeDashed 

Dashed line font.

LineFontTypePhantom 

Phantom line font.

LineFontTypeCenterline 

Centerline line font.

LineFontTypeDotted 

Dotted line font.

LineFontTypeLongDashed 

Long Dashed line font.

LineFontTypeDottedDashed 

Dotted Dashed line font.

Member Function Documentation

NXOpen::LineFontBuilder::LineFontType NXOpen::LineFontBuilder::LineFont ( )

Returns the line font
Created in NX9.0.0.



License requirements : None

void NXOpen::LineFontBuilder::SetLineFont ( NXOpen::LineFontBuilder::LineFontType  lineFont)

Sets the line font
Created in NX9.0.0.



License requirements : None

Parameters
lineFontlinefont
virtual bool NXOpen::LineFontBuilder::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.