API Reference > OdBrepBuilder Classes > BrepBuilderErrorsHolder Structure > BrepBuilderErrorsHolder Constructor > BrepBuilderErrorsHolder::BrepBuilderErrorsHolder Constructor (OdResult, OdString &, BRepBuilderGeometryId, BRepBuilderGeometryId, BRepBuilderGeometryId, BRepBuilderGeometryId, BRepBuilderGeometryId, BRepBuilderGeometryId)
BrepBuilderErrorsHolder::BrepBuilderErrorsHolder Constructor (OdResult, OdString &, BRepBuilderGeometryId, BRepBuilderGeometryId, BRepBuilderGeometryId, BRepBuilderGeometryId, BRepBuilderGeometryId, BRepBuilderGeometryId)
Syntax
C++
explicit BrepBuilderErrorsHolder(OdResult errCode, const OdString & errMsg = "", BRepBuilderGeometryId complexId = kInvalidId, BRepBuilderGeometryId shellId = kInvalidId, BRepBuilderGeometryId faceId = kInvalidId, BRepBuilderGeometryId loopId = kInvalidId, BRepBuilderGeometryId edgeId = kInvalidId, BRepBuilderGeometryId coedgeId = kInvalidId);
Parameters 
Description 
OdResult errCode 
[in] Error code.  
const OdString & errMsg = "" 
[in] Error message.  
BRepBuilderGeometryId complexId = kInvalidId 
[in] Complex Id. Optional parameter  
BRepBuilderGeometryId shellId = kInvalidId 
[in] Shell Id. Optional parameter.  
BRepBuilderGeometryId faceId = kInvalidId 
[in] Face Id. Optional parameter.  
BRepBuilderGeometryId loopId = kInvalidId 
[in] Loop Id. Optional parameter.  
BRepBuilderGeometryId edgeId = kInvalidId 
[in] Edge Id. Optional parameter.  
BRepBuilderGeometryId coedgeId = kInvalidId 
[in] Coedge Id. Optional parameter. 

Creates a new instance of a BrepBuilderErrorsHolder object with given parameters. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.