|
CFx SDK Documentation
2020SP3
|
#include <BrepBuilder.h>
Public Types | |
| enum | EntityDirection { kForward, kReversed } |
Protected Attributes | |
| void * | m_pImpl |
Definition at line 46 of file BrepBuilder.h.
| Enumerator | |
|---|---|
| kForward | |
| kReversed | |
Definition at line 52 of file BrepBuilder.h.
| OdBrepBuilder::OdBrepBuilder | ( | ) |
| OdBrepBuilder::~OdBrepBuilder | ( | ) |
| BRepBuilderGeometryId OdBrepBuilder::addCoedge | ( | const BRepBuilderGeometryId & | loopId, |
| const BRepBuilderGeometryId & | edgeId, | ||
| EntityDirection | codgeDirection = kForward, |
||
| const OdGeCurve2d * | pParCur = NULL |
||
| ) |
| BRepBuilderGeometryId OdBrepBuilder::addEdge | ( | const OdGeCurve3d * | pCurveForEdge | ) |
| BRepBuilderGeometryId OdBrepBuilder::addFace | ( | const OdGeSurface * | pSurf, |
| EntityDirection | faceDirection | ||
| ) |
| BRepBuilderGeometryId OdBrepBuilder::addLoop | ( | const BRepBuilderGeometryId & | faceId | ) |
| void OdBrepBuilder::allowRemovalOfProblematicFaces | ( | ) |
| bool OdBrepBuilder::canAddGeometry | ( | ) |
| OdRxObjectPtr OdBrepBuilder::finish | ( | ) |
| void OdBrepBuilder::finishFace | ( | const BRepBuilderGeometryId & | faceId | ) |
| void OdBrepBuilder::finishLoop | ( | const BRepBuilderGeometryId & | loopId | ) |
| OdRxObjectPtr OdBrepBuilder::getResult | ( | ) |
| BrepType OdBrepBuilder::getType | ( | ) |
| bool OdBrepBuilder::isPermittedSurfaceType | ( | const OdGeSurface * | pSurf | ) |
| bool OdBrepBuilder::isResultAvailable | ( | ) |
| bool OdBrepBuilder::isValidEdgeId | ( | const BRepBuilderGeometryId & | edgeId | ) |
| bool OdBrepBuilder::IsValidFaceId | ( | const BRepBuilderGeometryId & | faceId | ) |
| bool OdBrepBuilder::isValidLoopId | ( | const BRepBuilderGeometryId & | loopId | ) |
| bool OdBrepBuilder::removedSomeFaces | ( | ) |
| void OdBrepBuilder::setAllowShortEdges | ( | ) |
| void OdBrepBuilder::setFacesMaterial | ( | const BRepBuilderGeometryId & | faceId, |
| OdDbStub & | materialId | ||
| ) |
|
protected |
Definition at line 126 of file BrepBuilder.h.