Share

AcDb2dPolyline::setNormal

C++

Acad::ErrorStatus setNormal(
    const AcGeVector3d&
);

Description

This function sets normal to be the normal vector for the plane containing the polyline. normal must be non-zero in length.

The normal value is used for DXF group code 210.

Returns Acad::eOk if successful, or Acad::eInvalidInput if the data passed in is not acceptable.

Parameters

Parameters Description
unnamed Input normal vector for the plane containing the polyline

Links

AcDb2dPolyline

Was this information helpful?