API Reference > Classes > PRC Base Classes > OdPrcHostAppServices Class > OdPrcHostAppServices Methods > OdPrcHostAppServices::brepBuilder Method
OdPrcHostAppServices::brepBuilder Method
Syntax
C++
virtual OdResult brepBuilder(OdBrepBuilder& bbuilder, BrepType bbType);
Parameters 
Description 
OdBrepBuilder& bbuilder 
[in] An placeholder for the instance of B-Rep builder class.  
BrepType bbType 
[in] A type of B-Rep object.  

eOk in the B-Rep builder object was successfully initialized; otherwise, the method returns an appropriated error code.

Initializes brep builder with product specific implementation. 

 

The method returns eNotImplementedYet by default.

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