Share

AcGeVector3d::AcGeVector3d

C++

GE_DLLEXPIMPORT AcGeVector3d(
    const AcGePlanarEnt&, 
    const AcGeVector2d&
);

Description

Constructs a 3D vector by the formula uAxis * vec2d.x + vAxis * vec2d.y, where 3D point p and 3D vectors uAxis and vAxis form a coordinate system in planar entity pln and can found by function call pln.get(p, uAxis, vAxis).

Parameters

Parameters Description
unnamed1 Input plane
unnamed2 Input vector

Links

AcGeVector3d

Was this information helpful?