Class WTProfile
Inheritance
System.Object
WTProfile
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Hypar.Elements.dll
Syntax
public class WTProfile : ParametricProfile, INotifyPropertyChanged, IEquatable<Profile>
Constructors
WTProfile()
Declaration
WTProfile(Polygon, IList<Polygon>, Guid, String)
Declaration
[JsonConstructor]
public WTProfile(Polygon perimeter, IList<Polygon> voids, Guid id = default(Guid), string name = null)
Parameters
Type |
Name |
Description |
Polygon |
perimeter |
|
System.Collections.Generic.IList<Polygon> |
voids |
|
System.Guid |
id |
|
System.String |
name |
|
Fields
A
Declaration
Field Value
Type |
Description |
System.Double |
|
bf
Declaration
Field Value
Type |
Description |
System.Double |
|
bf_2tf
Declaration
Field Value
Type |
Description |
System.Double |
|
bfdet
Declaration
Field Value
Type |
Description |
System.Double |
|
Cw
Declaration
Field Value
Type |
Description |
System.Double |
|
d
Declaration
Field Value
Type |
Description |
System.Double |
|
D_t
Declaration
Field Value
Type |
Description |
System.Double |
|
ddet
Declaration
Field Value
Type |
Description |
System.Double |
|
H
Declaration
Field Value
Type |
Description |
System.Double |
|
Ix
Declaration
Field Value
Type |
Description |
System.Double |
|
Iy
Declaration
Field Value
Type |
Description |
System.Double |
|
J
Declaration
Field Value
Type |
Description |
System.Double |
|
kdes
Declaration
Field Value
Type |
Description |
System.Double |
|
kdet
Declaration
Field Value
Type |
Description |
System.Double |
|
PA
Declaration
Field Value
Type |
Description |
System.Double |
|
PB
Declaration
Field Value
Type |
Description |
System.Double |
|
PC
Declaration
Field Value
Type |
Description |
System.Double |
|
PD
Declaration
Field Value
Type |
Description |
System.Double |
|
ro
Declaration
Field Value
Type |
Description |
System.Double |
|
rx
Declaration
Field Value
Type |
Description |
System.Double |
|
ry
Declaration
Field Value
Type |
Description |
System.Double |
|
Sx
Declaration
Field Value
Type |
Description |
System.Double |
|
Sy
Declaration
Field Value
Type |
Description |
System.Double |
|
tf
Declaration
Field Value
Type |
Description |
System.Double |
|
tfdet
Declaration
Field Value
Type |
Description |
System.Double |
|
tw
Declaration
Field Value
Type |
Description |
System.Double |
|
twdet
Declaration
Field Value
Type |
Description |
System.Double |
|
twdet_2
Declaration
Field Value
Type |
Description |
System.Double |
|
W
Declaration
Field Value
Type |
Description |
System.Double |
|
WGi
Declaration
Field Value
Type |
Description |
System.Double |
|
y
Declaration
Field Value
Type |
Description |
System.Double |
|
yp
Declaration
Field Value
Type |
Description |
System.Double |
|
Zx
Declaration
Field Value
Type |
Description |
System.Double |
|
Zy
Declaration
Field Value
Type |
Description |
System.Double |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
Extension Methods