AcDbEdgeRef::AcDbEdgeRef (AcDbCompoundObjectId&, AcDbSubentId&, AcDbSubentId&, AcGeCurve3d*) Constructor

C++

ACDBCORE2D_PORT explicit AcDbEdgeRef(
    const AcDbCompoundObjectId&, 
    const AcDbSubentId& edgeSubentId = kNullSubentId, 
    const AcDbSubentId& faceSubentId = kNullSubentId, 
    const AcGeCurve3d* pCurve = NULL
);

Description

The constructor sets the data members of the AcDbEdgeRef.

Parameters

Parameters Description
edgeSubentId
faceSubentId
pCurve
AcDbCompoundObjectId&

Links

AcDbEdgeRef Class