API Reference > Functions > createBrepBuilder Function
createBrepBuilder Function
Syntax
C++
OdResult PRC_TOOLKIT createBrepBuilder(OdBrepBuilder& bbuilder, BrepType bbType);

PrcBrepModel.h

Parameters 
Description 
OdBrepBuilder& bbuilder 
[out] A reference to an Brep builder instance to be created.  
BrepType bbType 
[in] A Brep type value.  

Returns the result of the creation operation. If the builder was successfully created, the method return the eOk value, otherwise it returns an appropriate error code.

Creates a new Brep Builder instance of a specified Brep type.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.