Vector3d(PlanarEntity, Vector2d) Constructor

Constructor for the Vector3d class. Creates a new vector in the coordinates of the plane: uAxis * vect.x + vAxis * vect.y where uAxis and vAxis are returned by plane.get(origin, uAxis, vAxis).

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

Parameters

plane  PlanarEntity
[in] 2D plane.
vector2d  Vector2d
 
See Also

©  Bricsys NV. All rights reserved.