SectionCurveSettingsBuilder Class

class NXOpen.Display.SectionCurveSettingsBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Display.SectionCurveSettingsBuilder

New in version NX6.0.0.

Properties

Property Description
Color Returns or sets the curve color.
ColorOption Returns or sets the curve color option
Show Returns or sets the curve on off flag.
Tag Returns the Tag for this object.

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

SectionCurveSettingsBuilderColorOptionType Enumeration Specifies the color of the curves.

Property Detail

Color

SectionCurveSettingsBuilder.Color

Returns or sets the curve color.

Used when the curve color option is set to NXOpen.Display.SectionCurveSettingsBuilderColorOptionType.Any.

-------------------------------------

Getter Method

Signature Color()

Returns:
Return type:Id

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Color(curveColor)

Parameters:curveColor (Id) –

New in version NX6.0.0.

License requirements: None.

ColorOption

SectionCurveSettingsBuilder.ColorOption

Returns or sets the curve color option

-------------------------------------

Getter Method

Signature ColorOption()

Returns:
Return type:NXOpen.Display.SectionCurveSettingsBuilderColorOptionType

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ColorOption(curveColorOption)

Parameters:curveColorOption (NXOpen.Display.SectionCurveSettingsBuilderColorOptionType) –

New in version NX5.0.0.

License requirements: None.

Show

SectionCurveSettingsBuilder.Show

Returns or sets the curve on off flag.

-------------------------------------

Getter Method

Signature Show()

Returns:
Return type:bool

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Show(showCurves)

Parameters:showCurves (bool) –

New in version NX6.0.0.

License requirements: None.

Method Detail

Validate

SectionCurveSettingsBuilder.Validate

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.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.