SectionCurveSettingsBuilder Class¶
-
class
NXOpen.Display.SectionCurveSettingsBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.Display.SectionCurveSettingsBuilderNew 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
ColorReturns: Return type: Id New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ColorParameters: curveColor (Id) – New in version NX6.0.0.
License requirements: None.
ColorOption¶
-
SectionCurveSettingsBuilder.ColorOption¶ Returns or sets the curve color option
-------------------------------------Getter Method
Signature
ColorOptionReturns: Return type: NXOpen.Display.SectionCurveSettingsBuilderColorOptionTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ColorOptionParameters: 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
ShowReturns: Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowParameters: 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.