Class LProfile
Inheritance
System.Object
LProfile
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 LProfile : ParametricProfile, INotifyPropertyChanged, IEquatable<Profile>
Constructors
LProfile()
Declaration
LProfile(Polygon, IList<Polygon>, Guid, String)
Declaration
[JsonConstructor]
public LProfile(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 |
|
b
Declaration
Field Value
Type |
Description |
System.Double |
|
b_t
Declaration
Field Value
Type |
Description |
System.Double |
|
Cw
Declaration
Field Value
Type |
Description |
System.Double |
|
d
Declaration
Field Value
Type |
Description |
System.Double |
|
H
Declaration
Field Value
Type |
Description |
System.Double |
|
Iw
Declaration
Field Value
Type |
Description |
System.Double |
|
Ix
Declaration
Field Value
Type |
Description |
System.Double |
|
Iy
Declaration
Field Value
Type |
Description |
System.Double |
|
Iz
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 |
|
PA2
Declaration
Field Value
Type |
Description |
System.Double |
|
PB
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 |
|
rz
Declaration
Field Value
Type |
Description |
System.Double |
|
SwA
Declaration
Field Value
Type |
Description |
System.Double |
|
SwB
Declaration
Field Value
Type |
Description |
System.Double |
|
SwC
Declaration
Field Value
Type |
Description |
System.Double |
|
Sx
Declaration
Field Value
Type |
Description |
System.Double |
|
Sy
Declaration
Field Value
Type |
Description |
System.Double |
|
Sz
Declaration
Field Value
Type |
Description |
System.Double |
|
SzA
Declaration
Field Value
Type |
Description |
System.Double |
|
SzB
Declaration
Field Value
Type |
Description |
System.Double |
|
SzC
Declaration
Field Value
Type |
Description |
System.Double |
|
t
Declaration
Field Value
Type |
Description |
System.Double |
|
tan_α
Declaration
Field Value
Type |
Description |
System.Double |
|
W
Declaration
Field Value
Type |
Description |
System.Double |
|
wA
Declaration
Field Value
Type |
Description |
System.Double |
|
wB
Declaration
Field Value
Type |
Description |
System.Double |
|
wC
Declaration
Field Value
Type |
Description |
System.Double |
|
x
Declaration
Field Value
Type |
Description |
System.Double |
|
xp
Declaration
Field Value
Type |
Description |
System.Double |
|
y
Declaration
Field Value
Type |
Description |
System.Double |
|
yp
Declaration
Field Value
Type |
Description |
System.Double |
|
zA
Declaration
Field Value
Type |
Description |
System.Double |
|
zB
Declaration
Field Value
Type |
Description |
System.Double |
|
zC
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