NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
NXOpen.Preferences.SmoothEdgesViewPreferences Class Reference

Represents set of Smooth Edges View Preferences applicable to drafting views. More...

Inheritance diagram for NXOpen.Preferences.SmoothEdgesViewPreferences:
NXOpen.Utilities.NXRemotableObject NXOpen.Preferences.ISmoothEdgesViewPreferences IMessageSink

Properties

unsafe bool SmoothEdge [get, set]
 Returns or sets the status of smooth edge. More...
 
unsafe int SmoothEdgeColor [get, set]
 Returns or sets the color of smooth edge. More...
 
unsafe bool SmoothEdgeEndGaps [get, set]
 Returns or sets the status of smooth edge end gaps. More...
 
unsafe double SmoothEdgeEndGapsData [get, set]
 Returns or sets the value of smooth edge end gaps. More...
 
unsafe NXOpen.Preferences.Font SmoothEdgeFont [get, set]
 Returns or sets the font of smooth edge. More...
 
unsafe bool SmoothEdgeTolerance [get, set]
 Returns or sets the status of smooth edge angle tolerance. More...
 
unsafe double SmoothEdgeToleranceData [get, set]
 Returns or sets the value of smooth edge angle tolerance in degrees. More...
 
unsafe NXOpen.Preferences.Width SmoothEdgeWidth [get, set]
 Returns or sets the width of smooth edge. More...
 
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents set of Smooth Edges View Preferences applicable to drafting views.

Allows to control the display of smooth edges. Smooth edges are those whose adjacent faces have the same surface tangent at the edge where they meet.

To obtain an instance of this class use Preferences.ViewPreferences.SmoothEdges

Created in NX5.0.0

Property Documentation

unsafe bool NXOpen.Preferences.SmoothEdgesViewPreferences.SmoothEdge
getset

Returns or sets the status of smooth edge.

If True then it enables the smooth edge options.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe int NXOpen.Preferences.SmoothEdgesViewPreferences.SmoothEdgeColor
getset

Returns or sets the color of smooth edge.

The value should be between 1 and 216.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Preferences.SmoothEdgesViewPreferences.SmoothEdgeEndGaps
getset

Returns or sets the status of smooth edge end gaps.

If True, the visible ends are suppressed from the display. The length of the suppressed end is in drawing units and is controlled by the value set in the End Gap field. If False, the visible ends are not suppressed from the display.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe double NXOpen.Preferences.SmoothEdgesViewPreferences.SmoothEdgeEndGapsData
getset

Returns or sets the value of smooth edge end gaps.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Preferences.Font NXOpen.Preferences.SmoothEdgesViewPreferences.SmoothEdgeFont
getset

Returns or sets the font of smooth edge.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Preferences.SmoothEdgesViewPreferences.SmoothEdgeTolerance
getset

Returns or sets the status of smooth edge angle tolerance.

If True, the value set in the Tolerance Data field is used. If False, the system default angle tolerance is used.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe double NXOpen.Preferences.SmoothEdgesViewPreferences.SmoothEdgeToleranceData
getset

Returns or sets the value of smooth edge angle tolerance in degrees.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Preferences.Width NXOpen.Preferences.SmoothEdgesViewPreferences.SmoothEdgeWidth
getset

Returns or sets the width of smooth edge.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

Tag NXOpen.Preferences.SmoothEdgesViewPreferences.Tag
get

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.