Share

AcGePlane::AcGePlane

C++

GE_DLLEXPIMPORT AcGePlane(
    const AcGePoint3d& origin, 
    const AcGeVector3d& normal
);

Description

Constructs the plane with origin=pnt, uAxis= normal.perpVector(), and vAxis=normal.crossProduct(uAxis).

Contract: Vector normal has non-zero length.

Parameters

Parameters Description
origin Input origin of plane
normal Input normal vector

Links

AcGePlane

Was this information helpful?