Description
Constructs a 3D position object with the same coordinates as the input point.
C#
public Position3d( Point3d point );
Visual Basic
Public Sub New( point As Point3d )
Parameters
Parameters | Description |
---|---|
Point3d point | Input any 3D point object |