DisplayResolutionBuilder Class¶
-
class
NXOpen.GeometricUtilities.DisplayResolutionBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents 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
AngleToleranceReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AngleToleranceParameters: angleTolerance (float) – New in version NX8.0.0.
License requirements: None.
EdgeTolerance¶
-
DisplayResolutionBuilder.EdgeTolerance¶ Returns or sets the edge tolerance
-------------------------------------Getter Method
Signature
EdgeToleranceReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
EdgeToleranceParameters: edgeTolerance (float) – New in version NX8.0.0.
License requirements: None.
FaceTolerance¶
-
DisplayResolutionBuilder.FaceTolerance¶ Returns or sets the face tolerance
-------------------------------------Getter Method
Signature
FaceToleranceReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FaceToleranceParameters: faceTolerance (float) – New in version NX8.0.0.
License requirements: None.
Resolution¶
-
DisplayResolutionBuilder.Resolution¶ Returns or sets the resolution
-------------------------------------Getter Method
Signature
ResolutionReturns: Return type: NXOpen.Preferences.PartVisualizationShadeAdvViewToleranceTypeNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ResolutionParameters: 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
WidthToleranceReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WidthToleranceParameters: 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.