Constructs a section plane using the specified points and vector.
Public Sub New(
pts As Point3dCollection,
verticalDir As Vector3d
)
public Section(
Point3dCollection pts,
Vector3d verticalDir
);
| Parameters | Description |
|---|---|
| Point3dCollection pts | Input vertex points on the section line; should contain at least two points |
| Vector3d verticalDir | Input vector on the first segment's plane, normal to the section line |