Show / Hide Table of Contents

Class CadLayoutInfo

Inheritance
System.Object
CadLayoutInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.CAD
Assembly: Experior.Core.dll
Syntax
[Serializable]
public class CadLayoutInfo

Fields

Color

Declaration
public Color Color
Field Value
Type Description
System.Windows.Media.Color

Embedded

Declaration
public bool Embedded
Field Value
Type Description
System.Boolean

FileName

Declaration
public string FileName
Field Value
Type Description
System.String

Flatten

Declaration
public bool Flatten
Field Value
Type Description
System.Boolean

Offset

Declaration
public Vector3 Offset
Field Value
Type Description
System.Numerics.Vector3

Scale

Declaration
public Vector3 Scale
Field Value
Type Description
System.Numerics.Vector3

UseCustomColor

Declaration
public bool UseCustomColor
Field Value
Type Description
System.Boolean

Visibility

Declaration
public CadLayoutVisibility Visibility
Field Value
Type Description
CadLayoutVisibility

Yaw

Declaration
public float Yaw
Field Value
Type Description
System.Single

Properties

ColorName

Declaration
[Browsable(false)]
public string ColorName { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX