Interface ICadLayout
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.IDisposable.Dispose()
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
Color
Declaration
Color Color { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Color |
|
Disposed
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Empty
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Flatten
Declaration
bool Flatten { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Length
Declaration
Property Value
Type |
Description |
System.Single |
|
MaxX
Declaration
Property Value
Type |
Description |
System.Single |
|
MaxZ
Declaration
Property Value
Type |
Description |
System.Single |
|
MinX
Declaration
Property Value
Type |
Description |
System.Single |
|
MinZ
Declaration
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
Property Value
Type |
Description |
System.Single |
|
Yaw
Declaration
Property Value
Type |
Description |
System.Single |
|
Methods
Clear()
Declaration
Read(String)
Declaration
void Read(string filename)
Parameters
Type |
Name |
Description |
System.String |
filename |
|