Share

AcGeBoundedPlane::AcGeBoundedPlane

C++

GE_DLLEXPIMPORT AcGeBoundedPlane(
    const AcGePoint3d& p1, 
    const AcGePoint3d& origin, 
    const AcGePoint3d& p2
);

Description

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

Parameters

Parameters Description
p1 Input point
origin Input origin point
p2 Input point

Links

AcGeBoundedPlane

Was this information helpful?