ParseBezier (class MKI_BLOCK_ENUM)

www.CAD6.com

C++ Syntax

bool

MKI_BLOCK_ENUM::ParseBezier(

 MKI_BLOCK_ENUM& f_rData1,

 MKI_BLOCK_ENUM& f_rData2 ) const;

 

Checks if the point data blocks following the current one are of type MKI_DB_POINT_PIVOT2 and MKI_DB_POINT_END. If so, the enumerators f_rData1 and f_rData2 are initialized with those two data blocks and the offset is increased to point behind the second data block. All point and outline attributes in between are skipped.

 

Return Value

Returns true if successful. Otherwise, nothing is changed and false is returned.

 

Comment

This is usually used while parsing curves and surfaces if the current data block is of type MKI_DB_POINT_PIVOT1. Point and outline attributes in between will be skipped.

 

CAD6interface 2025.1 - Copyright 2025 Malz++Kassner® GmbH