Show / Hide Table of Contents

Interface ICadLayout

Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.IDisposable.Dispose()
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface ICadLayout : INotifyPropertyChanged, IDisposable

Properties

CadProperties

Declaration
object CadProperties { get; }
Property Value
Type Description
System.Object

CadVisibility

Declaration
CadLayoutVisibility CadVisibility { get; set; }
Property Value
Type Description
CadLayoutVisibility

Color

Declaration
Color Color { get; set; }
Property Value
Type Description
System.Windows.Media.Color

Disposed

Declaration
bool Disposed { get; }
Property Value
Type Description
System.Boolean

Empty

Declaration
bool Empty { get; }
Property Value
Type Description
System.Boolean

Flatten

Declaration
bool Flatten { get; set; }
Property Value
Type Description
System.Boolean

Length

Declaration
float Length { get; }
Property Value
Type Description
System.Single

MaxX

Declaration
float MaxX { get; }
Property Value
Type Description
System.Single

MaxZ

Declaration
float MaxZ { get; }
Property Value
Type Description
System.Single

MinX

Declaration
float MinX { get; }
Property Value
Type Description
System.Single

MinZ

Declaration
float MinZ { get; }
Property Value
Type Description
System.Single

Offset

Declaration
Vector3 Offset { get; set; }
Property Value
Type Description
System.Numerics.Vector3

Scale

Declaration
float Scale { get; set; }
Property Value
Type Description
System.Single

VerticeCount

Declaration
int VerticeCount { get; }
Property Value
Type Description
System.Int32

Width

Declaration
float Width { get; }
Property Value
Type Description
System.Single

Yaw

Declaration
float Yaw { get; set; }
Property Value
Type Description
System.Single

Methods

Clear()

Declaration
void Clear()

Read(String)

Declaration
void Read(string filename)
Parameters
Type Name Description
System.String filename
Back to top Generated by DocFX