IRectangularSectionHole Interface

Represents a rectangular section hole

Namespace:  TSD.API.Remoting.Sections
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IRectangularSectionHole : ISectionHole

The IRectangularSectionHole type exposes the following members.

Properties
  NameDescription
Public propertyArea
Gets the area of the hole (in [mm²])
(Inherited from ISectionHole.)
Public propertyBreadth
Gets the breadth of the hole (in [mm])
Public propertyDepth
Gets the depth of the hole (in [mm])
Public propertyMajorAxisSecondMomentOfArea
Gets the major axis second moment of area (in [mm⁴])
(Inherited from ISectionHole.)
Public propertyMajorOffset
Gets the offset of the center of the hole in the major axis (in [mm])
(Inherited from ISectionHole.)
Public propertyMinorAxisSecondMomentOfArea
Gets the minor axis second moment of area (in [mm⁴])
(Inherited from ISectionHole.)
Public propertyMinorOffset
Gets the offset of the center of the hole in the minor axis (in [mm])
(Inherited from ISectionHole.)
Top
See Also