ICircular |
Represents a circular section hole
Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
The ICircularSectionHole type exposes the following members.
Properties
Name | Description | |
---|---|---|
Area |
Gets the area of the hole (in [mm²])
(Inherited from ISectionHole) | |
Diameter | Gets the diameter of the hole (in [mm]) | |
MajorAxisSecondMomentOfArea |
Gets the major axis second moment of area (in [mm⁴])
(Inherited from ISectionHole) | |
MajorOffset |
Gets the offset of the center of the hole in the major axis (in [mm])
(Inherited from ISectionHole) | |
MinorAxisSecondMomentOfArea |
Gets the minor axis second moment of area (in [mm⁴])
(Inherited from ISectionHole) | |
MinorOffset |
Gets the offset of the center of the hole in the minor axis (in [mm])
(Inherited from ISectionHole) |
See Also