C++
GE_DLLEXPIMPORT AcGeBoundedPlane( const AcGePoint3d& origin, const AcGeVector3d& uVec, const AcGeVector3d& vVec );
Description
Constructs a bounded planar surface defined by a point and two vectors.
Parameters
| Parameters | Description |
|---|---|
| origin | Input plane origin |
| uVec | Input U direction |
| vVec | Input V direction |