DisplayResolutionBuilder Class

class NXOpen.GeometricUtilities.DisplayResolutionBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.GeometricUtilities.DisplayResolutionBuilder.

The display resolution block defines the parameters for faceting. .. versionadded:: NX8.0.0

Properties

Property Description
AngleTolerance Returns or sets the angle tolerance
EdgeTolerance Returns or sets the edge tolerance
FaceTolerance Returns or sets the face tolerance
Resolution Returns or sets the resolution
Tag Returns the Tag for this object.
WidthTolerance Returns or sets the width tolerance

Methods

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

Property Detail

AngleTolerance

DisplayResolutionBuilder.AngleTolerance

Returns or sets the angle tolerance

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

Getter Method

Signature AngleTolerance()

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature AngleTolerance(angleTolerance)

Parameters:angleTolerance (float) –

New in version NX8.0.0.

License requirements: None.

EdgeTolerance

DisplayResolutionBuilder.EdgeTolerance

Returns or sets the edge tolerance

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

Getter Method

Signature EdgeTolerance()

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature EdgeTolerance(edgeTolerance)

Parameters:edgeTolerance (float) –

New in version NX8.0.0.

License requirements: None.

FaceTolerance

DisplayResolutionBuilder.FaceTolerance

Returns or sets the face tolerance

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

Getter Method

Signature FaceTolerance()

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature FaceTolerance(faceTolerance)

Parameters:faceTolerance (float) –

New in version NX8.0.0.

License requirements: None.

Resolution

DisplayResolutionBuilder.Resolution

Returns or sets the resolution

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

Getter Method

Signature Resolution()

Returns:
Return type:NXOpen.Preferences.PartVisualizationShadeAdvViewToleranceType

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature Resolution(resolution)

Parameters:resolution (NXOpen.Preferences.PartVisualizationShadeAdvViewToleranceType) –

New in version NX8.0.0.

License requirements: None.

WidthTolerance

DisplayResolutionBuilder.WidthTolerance

Returns or sets the width tolerance

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

Getter Method

Signature WidthTolerance()

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature WidthTolerance(widthTolerance)

Parameters:widthTolerance (float) –

New in version NX8.0.0.

License requirements: None.

Method Detail

Validate

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