#include "ShapeUtilities.h"
|
static BRepBuilderAPI_MakePolygon | makePolygon (std::list< gp_Pnt > &points) |
|
static std::list< BRepBuilderAPI_MakePolygon > | makePolygons (std::list< std::list< gp_Pnt > > &points) |
|
static BRepBuilderAPI_MakeFace | makeFace (BRepBuilderAPI_MakePolygon &polygon) |
|
static std::list< BRepBuilderAPI_MakeFace > | makeFaces (std::list< BRepBuilderAPI_MakePolygon > &polygons, std::list< BRepBuilderAPI_MakeWire > &wires) |
|
static BRepBuilderAPI_MakeWire | createOffset (std::list< gp_Pnt > &points, int width, int pathType, Standard_Real height) |
|
◆ createOffset()
BRepBuilderAPI_MakeWire ShapeUtilities::createOffset |
( |
std::list< gp_Pnt > & | points, |
|
|
int | width, |
|
|
int | pathType, |
|
|
Standard_Real | height ) |
|
static |
◆ makeFace()
BRepBuilderAPI_MakeFace ShapeUtilities::makeFace |
( |
BRepBuilderAPI_MakePolygon & | polygon | ) |
|
|
static |
◆ makeFaces()
std::list< BRepBuilderAPI_MakeFace > ShapeUtilities::makeFaces |
( |
std::list< BRepBuilderAPI_MakePolygon > & | polygons, |
|
|
std::list< BRepBuilderAPI_MakeWire > & | wires ) |
|
static |
◆ makePolygon()
BRepBuilderAPI_MakePolygon ShapeUtilities::makePolygon |
( |
std::list< gp_Pnt > & | points | ) |
|
|
static |
◆ makePolygons()
std::list< BRepBuilderAPI_MakePolygon > ShapeUtilities::makePolygons |
( |
std::list< std::list< gp_Pnt > > & | points | ) |
|
|
static |
The documentation for this class was generated from the following files: