Vector3dConvert2d Method

Retrieves the 2D vector, in the coordinate system of the plane, corresponding to the 3D vector.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public Vector2d Convert2d(
        PlanarEntity plane
)

Parameters

plane  PlanarEntity
[in] Any 3D plane. If no plane is specified, the XY plane is used.

Return Value

Vector2d
2D vector, in the coordinate system of the plane, corresponding to the 3D vector.
Remarks
The 3D vector must be parallel to the plane.
See Also

©  Bricsys NV. All rights reserved.