Constructor.
Public Sub New( pts As Point3dCollection, verticalDir As Vector3d, vecViewingDir As Vector3d )
public Section( Point3dCollection pts, Vector3d verticalDir, Vector3d vecViewingDir );
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 |
Vector3d vecViewingDir |
Input vector specifying the viewing direction |
Comments? |