Share

AcDbSubentGeometry::AcDbSubentGeometry (AcGePoint3d&) Constructor

C++

ACDBCORE2D_PORT AcDbSubentGeometry(
    const AcGePoint3d& pnt
);

Description

Constructor initializing with a vertex subentity.

Parameters

Parameters Description
pnt The coordinates of the point subentity.

Links

AcDbSubentGeometry Class

Was this information helpful?