AcGeBoundedPlane::AcGeBoundedPlane

C++
AcGeBoundedPlane(
    const AcGePoint3d& p1, 
    const AcGePoint3d& origin, 
    const AcGePoint3d& p2
);
Parameters
Parameters 
Description 
p1 
Input point 
origin 
Input origin point 
p2 
Input point 
Description

Constructs a bounded planar surface defined by origin and two other points. 

 

Links