Class SubdivisionModelingPreferences
Inheritance
SubdivisionModelingPreferences
Assembly: NXOpen.dll
Syntax
public class SubdivisionModelingPreferences : NXRemotableObject, IMessageSink
Constructors
SubdivisionModelingPreferences(SessionPreferences)
Declaration
protected SubdivisionModelingPreferences(SessionPreferences owner)
Parameters
Properties
CagePolylineColor
Declaration
public int CagePolylineColor { get; set; }
Property Value
CagePolylineFont
Declaration
public int CagePolylineFont { get; set; }
Property Value
CagePolylineVertexColor
Declaration
public int CagePolylineVertexColor { get; set; }
Property Value
CagePolylineVertexSize
Declaration
public SubdivisionModelingPreferences.CagePolylineVertexSizes CagePolylineVertexSize { get; set; }
Property Value
CagePolylineVertexStyle
Declaration
public SubdivisionModelingPreferences.CagePolylineVertexStyles CagePolylineVertexStyle { get; set; }
Property Value
CagePolylineWidth
Declaration
public int CagePolylineWidth { get; set; }
Property Value
CanAllowBackSideSelection
Declaration
public bool CanAllowBackSideSelection { get; set; }
Property Value
CanShowWeight
Declaration
public bool CanShowWeight { get; set; }
Property Value
ConstraintColor
Declaration
public int ConstraintColor { get; set; }
Property Value
DisplayMode
Declaration
public SubdivisionModelingPreferences.DisplayModes DisplayMode { get; set; }
Property Value
HighlightFaceTranslucency
Declaration
public int HighlightFaceTranslucency { get; set; }
Property Value
IsXRayCage
Declaration
public bool IsXRayCage { get; set; }
Property Value
LineColor
Declaration
public int LineColor { get; set; }
Property Value
LineFont
Declaration
public int LineFont { get; set; }
Property Value
LineWidth
Declaration
public int LineWidth { get; set; }
Property Value
SharpEdgeLineFont
Declaration
public int SharpEdgeLineFont { get; set; }
Property Value
Tag
Declaration
Property Value
VertexColor
Declaration
public int VertexColor { get; set; }
Property Value
VertexSize
Declaration
public SubdivisionModelingPreferences.VertexSizeTypes VertexSize { get; set; }
Property Value
VertexStyle
Declaration
public SubdivisionModelingPreferences.VertexStyleTypes VertexStyle { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink