#include <SoPolygon.h>
◆ SoPolygon()
◆ ~SoPolygon()
virtual MeshGui::SoPolygon::~SoPolygon |
( |
| ) |
|
|
protectedvirtual |
◆ computeBBox()
void SoPolygon::computeBBox |
( |
SoAction * |
action, |
|
|
SbBox3f & |
box, |
|
|
SbVec3f & |
center |
|
) |
| |
|
protectedvirtual |
Sets the bounding box of the mesh to box and its center to center.
References numVertices, and startIndex.
◆ generatePrimitives()
void SoPolygon::generatePrimitives |
( |
SoAction * |
action | ) |
|
|
protectedvirtual |
◆ GLRender()
Renders the polygon.
References render.
◆ initClass()
void SoPolygon::initClass |
( |
void |
| ) |
|
|
static |
◆ rayPick()
void SoPolygon::rayPick |
( |
SoRayPickAction * |
action | ) |
|
|
protectedvirtual |
Calculates picked point based on primitives generated by subclasses.
◆ highlight
SoSFBool MeshGui::SoPolygon::highlight |
◆ numVertices
SoSFInt32 MeshGui::SoPolygon::numVertices |
◆ render
SoSFBool MeshGui::SoPolygon::render |
◆ startIndex
SoSFInt32 MeshGui::SoPolygon::startIndex |
The documentation for this class was generated from the following files:
- FreeCAD/src/Mod/Mesh/Gui/SoPolygon.h
- FreeCAD/src/Mod/Mesh/Gui/SoPolygon.cpp