Class MorphMeshPreferences
Inheritance
System.Object
System.MarshalByRefObject
MorphMeshPreferences
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class MorphMeshPreferences : NXRemotableObject, IMessageSink
Constructors
MorphMeshPreferences(SessionPreferences)
Declaration
protected MorphMeshPreferences(SessionPreferences owner)
Parameters
Properties
CagePolylineColor
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.CagePolylineColor instead.")]
public int CagePolylineColor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CagePolylineStyle
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.CagePolylineFont instead.")]
public int CagePolylineStyle { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CagePolylineVertexColor
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.CagePolylineVertexColor instead.")]
public int CagePolylineVertexColor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CagePolylineVertexSize
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.CagePolylineVertexSize instead.")]
public MorphMeshPreferences.CagePolylineVertexSizes CagePolylineVertexSize { get; set; }
Property Value
CagePolylineVertexStyle
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.CagePolylineVertexStyle instead.")]
public MorphMeshPreferences.CagePolylineVertexStyles CagePolylineVertexStyle { get; set; }
Property Value
CagePolylineWidth
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.CagePolylineWidth instead.")]
public int CagePolylineWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CanAllowBackSideSelection
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.CanAllowBackSideSelection instead.")]
public bool CanAllowBackSideSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CanRefineMesh
Declaration
public bool CanRefineMesh { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ConstraintColor
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.ConstraintColor instead.")]
public int ConstraintColor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HighlightFaceTranslucency
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.HighlightFaceTranslucency instead.")]
public int HighlightFaceTranslucency { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsXRayCage
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.IsXRayCage instead.")]
public bool IsXRayCage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LineColor
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.LineColor instead")]
public int LineColor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LineStyle
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.LineFont instead.")]
public int LineStyle { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LineWidth
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.LineWidth instead.")]
public int LineWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RefinementRatio
Declaration
public double RefinementRatio { get; set; }
Property Value
Type |
Description |
System.Double |
|
Tag
Declaration
Property Value
VertexColor
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.VertexColor instead.")]
public int VertexColor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
VertexSize
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.VertexSize instead.")]
public MorphMeshPreferences.VertexSizeTypes VertexSize { get; set; }
Property Value
VertexStyle
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use Preferences.SubdivisionModelingPreferences.VertexStyle instead.")]
public MorphMeshPreferences.VertexStyleTypes VertexStyle { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink