ISectionHole Interface

Contains common properties for section holes

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

The ISectionHole type exposes the following members.

Properties
  NameDescription
Public propertyArea
Gets the area of the hole (in [mm²])
Public propertyMajorAxisSecondMomentOfArea
Gets the major axis second moment of area (in [mm⁴])
Public propertyMajorOffset
Gets the offset of the center of the hole in the major axis (in [mm])
Public propertyMinorAxisSecondMomentOfArea
Gets the minor axis second moment of area (in [mm⁴])
Public propertyMinorOffset
Gets the offset of the center of the hole in the minor axis (in [mm])
Top
See Also