ViewStyleSmoothEdgesBuilder Class

class NXOpen.Drawings.ViewStyleSmoothEdgesBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents the SMOOTH EDGES tab on the View Style Dialog (Drawings.

ViewStyleSmoothEdgesBuilder)

New in version NX6.0.0.

Properties

Property Description
Color Returns or sets the color on the SMOOTH EDGES tab of the View Style Dialog
EndGaps Returns or sets the end gaps toggle on the SMOOTH EDGES tab of the View Style Dialog
EndGapsDistance Returns or sets the end gaps data on the SMOOTH EDGES tab of the View Style Dialog
Font Returns or sets the font on the SMOOTH EDGES tab of the View Style Dialog
SmoothEdge Returns or sets the smooth edge toggle on the SMOOTH EDGES tab of the View Style Dialog
Tag Returns the Tag for this object.
Tolerance Returns or sets the angle tolerance toggle on the SMOOTH EDGES tab of the View Style Dialog
ToleranceValue Returns or sets the angle tolerance data on the SMOOTH EDGES tab of the View Style Dialog
Width Returns or sets the width on the SMOOTH EDGES tab of the View Style Dialog

Methods

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

Property Detail

Color

ViewStyleSmoothEdgesBuilder.Color

Returns or sets the color on the SMOOTH EDGES tab of the View Style Dialog

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

Getter Method

Signature Color

Returns:Returns the color that is on the smooth edges sub-builder
Return type:Id

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Color

Parameters:color (Id) – Sets a new color on the smooth edge sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

EndGaps

ViewStyleSmoothEdgesBuilder.EndGaps

Returns or sets the end gaps toggle on the SMOOTH EDGES tab of the View Style Dialog

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

Getter Method

Signature EndGaps

Returns:Returns the end gaps toggle value that is on the smooth edges sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature EndGaps

Parameters:endGapsToggle (bool) – Sets a new end gaps toggle value on the smooth edge sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

EndGapsDistance

ViewStyleSmoothEdgesBuilder.EndGapsDistance

Returns or sets the end gaps data on the SMOOTH EDGES tab of the View Style Dialog

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

Getter Method

Signature EndGapsDistance

Returns:Returns the end gaps data that is on the smooth edges sub-builder
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature EndGapsDistance

Parameters:endGapsData (float) – Sets new end gaps data on the smooth edge sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Font

ViewStyleSmoothEdgesBuilder.Font

Returns or sets the font on the SMOOTH EDGES tab of the View Style Dialog

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

Getter Method

Signature Font

Returns:Returns the font that is on the smooth edges sub-builder
Return type:NXOpen.Preferences.Font

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Font

Parameters:font (NXOpen.Preferences.Font) – Sets a new font on the smooth edge sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

SmoothEdge

ViewStyleSmoothEdgesBuilder.SmoothEdge

Returns or sets the smooth edge toggle on the SMOOTH EDGES tab of the View Style Dialog

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

Getter Method

Signature SmoothEdge

Returns:Returns the smooth edge toggle value that is on the smooth edges sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature SmoothEdge

Parameters:smoothEdgesToggle (bool) – Sets a new smooth edge toggle value on the smooth edge sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Tolerance

ViewStyleSmoothEdgesBuilder.Tolerance

Returns or sets the angle tolerance toggle on the SMOOTH EDGES tab of the View Style Dialog

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

Getter Method

Signature Tolerance

Returns:Returns the tolerance toggle value that is on the smooth edges sub-builder
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature Tolerance

Parameters:toleranceToggle (bool) – Sets a new tolerance toggle value on the smooth edge sub-builder

New in version NX7.5.0.

License requirements: drafting (“DRAFTING”)

ToleranceValue

ViewStyleSmoothEdgesBuilder.ToleranceValue

Returns or sets the angle tolerance data on the SMOOTH EDGES tab of the View Style Dialog

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

Getter Method

Signature ToleranceValue

Returns:Returns the tolerance data that is on the smooth edges sub-builder
Return type:float

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ToleranceValue

Parameters:toleranceData (float) – Sets new tolerance data on the smooth edge sub-builder

New in version NX7.5.0.

License requirements: drafting (“DRAFTING”)

Width

ViewStyleSmoothEdgesBuilder.Width

Returns or sets the width on the SMOOTH EDGES tab of the View Style Dialog

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

Getter Method

Signature Width

Returns:Returns the width that is on the smooth edges sub-builder
Return type:NXOpen.Preferences.Width

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Width

Parameters:width (NXOpen.Preferences.Width) – Sets a new width on the smooth edge sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Method Detail

Validate

ViewStyleSmoothEdgesBuilder.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.