ViewStyleSmoothEdgesBuilder Class¶
-
class
NXOpen.Drawings.ViewStyleSmoothEdgesBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents 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
ColorReturns: 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
ColorParameters: 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
EndGapsReturns: 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
EndGapsParameters: 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
EndGapsDistanceReturns: 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
EndGapsDistanceParameters: 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
FontReturns: Returns the font that is on the smooth edges sub-builder Return type: NXOpen.Preferences.FontNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FontParameters: font ( NXOpen.Preferences.Font) – Sets a new font on the smooth edge sub-builderNew 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
SmoothEdgeReturns: 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
SmoothEdgeParameters: 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
ToleranceReturns: 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
ToleranceParameters: 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
ToleranceValueReturns: 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
ToleranceValueParameters: 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
WidthReturns: Returns the width that is on the smooth edges sub-builder Return type: NXOpen.Preferences.WidthNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WidthParameters: width ( NXOpen.Preferences.Width) – Sets a new width on the smooth edge sub-builderNew 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.