Class HSSProfile
Inheritance
System.Object
HSSProfile
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 HSSProfile : ParametricProfile, INotifyPropertyChanged, IEquatable<Profile>
Constructors
HSSProfile()
Declaration
HSSProfile(Polygon, IList<Polygon>, Guid, String)
Declaration
[JsonConstructor]
public HSSProfile(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
Declaration
Field Value
Type |
Description |
System.Double |
|
b_tdes
Declaration
Field Value
Type |
Description |
System.Double |
|
C
Declaration
Field Value
Type |
Description |
System.Double |
|
h
Declaration
Field Value
Type |
Description |
System.Double |
|
h_tdes
Declaration
Field Value
Type |
Description |
System.Double |
|
Ht
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 |
|
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 |
|
tdes
Declaration
Field Value
Type |
Description |
System.Double |
|
tnom
Declaration
Field Value
Type |
Description |
System.Double |
|
W
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