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