Struct ElementEdgeCheckBuilder.EdgeDisplayStyle
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.ModelCheck
Assembly: NXOpen.dll
Syntax
public struct EdgeDisplayStyle
Constructors
EdgeDisplayStyle(DisplayableObject.ObjectFont, DisplayableObject.ObjectWidth, NXColor)
Declaration
public EdgeDisplayStyle(DisplayableObject.ObjectFont Font, DisplayableObject.ObjectWidth Width, NXColor Color)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject.ObjectFont | Font | |
DisplayableObject.ObjectWidth | Width | |
NXColor | Color |
Fields
Color
Declaration
public NXColor Color
Field Value
Type | Description |
---|---|
NXColor |
Font
Declaration
public DisplayableObject.ObjectFont Font
Field Value
Type | Description |
---|---|
DisplayableObject.ObjectFont |
Width
Declaration
public DisplayableObject.ObjectWidth Width
Field Value
Type | Description |
---|---|
DisplayableObject.ObjectWidth |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()