Section(Point3dCollection, Vector3d)
Constructor
|
Initializes a new instance of the
Section class
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Section(
Point3dCollection pts,
Vector3d verticalDir
)
Public Sub New (
pts As Point3dCollection,
verticalDir As Vector3d
)
public:
Section(
Point3dCollection^ pts,
Vector3d verticalDir
)
new :
pts : Point3dCollection *
verticalDir : Vector3d -> Section
Parameters
- pts Point3dCollection
-
- verticalDir Vector3d
-
See Also