FloorDiaphragm Constructor |
3D Frame Analysis Library
Floor diaphragm object construction
Namespace:
Frame3D
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax public FloorDiaphragm(
int _index,
List<GeometryXY> _BoundaryPoints,
double _z
)
Public Sub New (
_index As Integer,
_BoundaryPoints As List(Of GeometryXY),
_z As Double
)
Parameters
- _index
- Type: SystemInt32
Unique floor diaphragm index - _BoundaryPoints
- Type: System.Collections.GenericListGeometryXY
List of boundary points, anti-clockwise direction - _z
- Type: SystemDouble
z coordinate of floor diaphragm
See Also