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

Represents a NXOpen::Display::SectionCurveSettingsBuilder. More...

Inheritance diagram for NXOpen::Display::SectionCurveSettingsBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  ColorOptionType { ColorOptionTypeBody, ColorOptionTypeAny }
 Specifies the color of the curves. More...
 

Public Member Functions

NXOpen::NXColorColor ()
 Returns the curve color. More...
 
NXOpen::Display::SectionCurveSettingsBuilder::ColorOptionType ColorOption ()
 Returns the curve color option
Created in NX5.0.0. More...
 
void SetColor (NXOpen::NXColor *curveColor)
 Sets the curve color. More...
 
void SetColorOption (NXOpen::Display::SectionCurveSettingsBuilder::ColorOptionType curveColorOption)
 Sets the curve color option
Created in NX5.0.0. More...
 
void SetShow (bool showCurves)
 Sets the curve on off flag. More...
 
bool Show ()
 Returns the curve on off flag. 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

Represents a NXOpen::Display::SectionCurveSettingsBuilder.


Created in NX6.0.0.

Member Enumeration Documentation

Specifies the color of the curves.

When color is set to body color, user specified color will be ignored.

Enumerator
ColorOptionTypeBody 

Use body color.

ColorOptionTypeAny 

Use specified color.

Member Function Documentation

NXOpen::NXColor* NXOpen::Display::SectionCurveSettingsBuilder::Color ( )

Returns the curve color.

Used when the curve color option is set to NXOpen::Display::SectionCurveSettingsBuilder::ColorOptionTypeAny .


Created in NX6.0.0.

License requirements : None

NXOpen::Display::SectionCurveSettingsBuilder::ColorOptionType NXOpen::Display::SectionCurveSettingsBuilder::ColorOption ( )

Returns the curve color option
Created in NX5.0.0.



License requirements : None

void NXOpen::Display::SectionCurveSettingsBuilder::SetColor ( NXOpen::NXColor curveColor)

Sets the curve color.

Used when the curve color option is set to NXOpen::Display::SectionCurveSettingsBuilder::ColorOptionTypeAny .


Created in NX6.0.0.

License requirements : None

Parameters
curveColorcurvecolor
void NXOpen::Display::SectionCurveSettingsBuilder::SetColorOption ( NXOpen::Display::SectionCurveSettingsBuilder::ColorOptionType  curveColorOption)

Sets the curve color option
Created in NX5.0.0.



License requirements : None

Parameters
curveColorOptioncurvecoloroption
void NXOpen::Display::SectionCurveSettingsBuilder::SetShow ( bool  showCurves)

Sets the curve on off flag.


Created in NX6.0.0.

License requirements : None

Parameters
showCurvesshowcurves
bool NXOpen::Display::SectionCurveSettingsBuilder::Show ( )

Returns the curve on off flag.


Created in NX6.0.0.

License requirements : None

virtual bool NXOpen::Display::SectionCurveSettingsBuilder::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.