Class SHSProfile
A square hollow section profile.
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()
Namespace: Elements.Geometry.Profiles
Assembly: Hypar.Elements.dll
Syntax
public class SHSProfile : RHSProfile, INotifyPropertyChanged, IEquatable<Profile>
Constructors
SHSProfile(String, Guid, Double, Double, Double)
Construct an square hollow section profile.
Declaration
[JsonConstructor]
public SHSProfile(string name, Guid id, double a, double b, double t)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Guid | id | |
System.Double | a | |
System.Double | b | |
System.Double | t |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>