AcGeBoundedPlane::AcGeBoundedPlane

AcGeBoundedPlane(
    const AcGePoint3d& origin, 
    const AcGeVector3d& uVec, 
    const AcGeVector3d& vVec
);
Parameters
Parameters 
Description 
const AcGePoint3d& origin 
Input plane origin 
const AcGeVector3d& uVec 
Input U direction 
const AcGeVector3d& vVec 
Input V direction 
Description

Constructs a bounded planar surface defined by a point and two vectors. 

 

Links