ICircularSectionHole Interface

Represents a circular section hole

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

The ICircularSectionHole type exposes the following members.

Properties
  NameDescription
Public propertyArea
Gets the area of the hole (in [mm²])
(Inherited from ISectionHole.)
Public propertyDiameter
Gets the diameter 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