Share

AcDbEntity::getGripEntityUCS

C++

virtual ACDBCORE2D_PORT Acad::ErrorStatus getGripEntityUCS(
    const void* pGripAppData, 
    AcGeVector3d& normalVec, 
    AcGePoint3d& origin, 
    AcGeVector3d& xAxis
) const;

Description

Gets UCS of input grip point.

Returns Acad::eOk if successful.

Parameters

Parameters Description
pGripAppData Input grip points from GripAppData
normalVec Output the UCS's normal vector.
origin Output the UCS's origin point.
xAxis Output the UCS's x-axis.

Links

AcDbEntity

Previous Declaration

ACDBCORE2D_PORT ADESK_SEALED_VIRTUAL Acad::ErrorStatus getGripEntityUCS(const void* pGripAppData, AcGeVector3d& normalVec, AcGePoint3d& origin, AcGeVector3d& xAxis) const ADESK_SEALED;

Was this information helpful?