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

Represents a NXOpen::LineWidthBuilder. More...

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

Public Member Functions

bool IsValidOption (NXOpen::LineWidthOption widthOption)
 Determines if the specified width option is supported. More...
 
void SetWidth (NXOpen::DisplayableObject::ObjectWidth width)
 Sets the width. More...
 
void SetWidthOption (NXOpen::LineWidthOption widthOption)
 Sets the width option
Use NXOpen::LineWidthBuilder::IsValidOption to check whether the width option is supported by the builder. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
NXOpen::DisplayableObject::ObjectWidth Width ()
 Returns the width. More...
 
NXOpen::LineWidthOption WidthOption ()
 Returns the width option
Use NXOpen::LineWidthBuilder::IsValidOption to check whether the width option is supported by the builder. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::LineWidthBuilder.


Created in NX8.5.0.

Member Function Documentation

bool NXOpen::LineWidthBuilder::IsValidOption ( NXOpen::LineWidthOption  widthOption)

Determines if the specified width option is supported.

Returns

Created in NX8.5.0.

License requirements : None
Parameters
widthOptionwidthoption
void NXOpen::LineWidthBuilder::SetWidth ( NXOpen::DisplayableObject::ObjectWidth  width)

Sets the width.

Used when the width option is set to LineWidthOptionAssigned .


Created in NX8.5.0.

License requirements : None

Parameters
widthwidth
void NXOpen::LineWidthBuilder::SetWidthOption ( NXOpen::LineWidthOption  widthOption)

Sets the width option
Use NXOpen::LineWidthBuilder::IsValidOption to check whether the width option is supported by the builder.



Created in NX8.5.0.

License requirements : None

Parameters
widthOptionwidthoption
virtual bool NXOpen::LineWidthBuilder::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.

NXOpen::DisplayableObject::ObjectWidth NXOpen::LineWidthBuilder::Width ( )

Returns the width.

Used when the width option is set to LineWidthOptionAssigned .


Created in NX8.5.0.

License requirements : None

NXOpen::LineWidthOption NXOpen::LineWidthBuilder::WidthOption ( )

Returns the width option
Use NXOpen::LineWidthBuilder::IsValidOption to check whether the width option is supported by the builder.



Created in NX8.5.0.

License requirements : None


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