Share

AcDbFaceRef::AcDbFaceRef (AcDbCompoundObjectId&, AcDbSubentId&, class BODY*) Constructor

C++

ACDBCORE2D_PORT explicit AcDbFaceRef(
    const AcDbCompoundObjectId&, 
    const AcDbSubentId& = kNullSubentId, 
    class BODY* = NULL
);

Description

The constructor sets the data members of the AcDbFaceRef. The provided ASM BODY is not copied, the caller is responsible for providing a copy, if needed.

Parameters

Parameters Description
AcDbCompoundObjectId _nt_
AcDbSubentId _nt_
BODY _nt_

Links

AcDbFaceRef Class

Was this information helpful?