IRectangular |
Represents a rectangular section hole
Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The IRectangularSectionHole type exposes the following members.
Properties
Name | Description | |
---|---|---|
Area |
Gets the area of the hole (in [mm²])
(Inherited from ISectionHole) | |
Breadth | Gets the breadth of the hole (in [mm]) | |
Depth | Gets the depth 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