Choreonoid
1.8
|
VRML Extrusion node. More...
#include <VRML.h>
Public Member Functions | |
VRMLExtrusion () | |
virtual const char * | typeName () const override |
Public Member Functions inherited from cnoid::VRMLGeometry | |
VRMLGeometry () | |
Public Member Functions inherited from cnoid::VRMLNode | |
VRMLNode () | |
virtual | ~VRMLNode () |
bool | isCategoryOf (VRMLNodeCategory category) |
Public Member Functions inherited from cnoid::Referenced | |
virtual | ~Referenced () |
Public Attributes | |
MFVec2f | crossSection |
MFVec3f | spine |
MFVec2f | scale |
MFRotation | orientation |
SFBool | beginCap |
SFBool | endCap |
SFBool | solid |
SFBool | ccw |
SFBool | convex |
SFFloat | creaseAngle |
Public Attributes inherited from cnoid::VRMLNode | |
std::string | defName |
Additional Inherited Members | |
Protected Member Functions inherited from cnoid::Referenced | |
Referenced () | |
Referenced (const Referenced &) | |
int | refCount () const |
Protected Attributes inherited from cnoid::VRMLNode | |
std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
VRML Extrusion node.
VRMLExtrusion::VRMLExtrusion | ( | ) |
|
overridevirtual |
Implements cnoid::VRMLNode.
SFBool cnoid::VRMLExtrusion::beginCap |
SFBool cnoid::VRMLExtrusion::ccw |
SFBool cnoid::VRMLExtrusion::convex |
SFFloat cnoid::VRMLExtrusion::creaseAngle |
MFVec2f cnoid::VRMLExtrusion::crossSection |
SFBool cnoid::VRMLExtrusion::endCap |
MFRotation cnoid::VRMLExtrusion::orientation |
MFVec2f cnoid::VRMLExtrusion::scale |
SFBool cnoid::VRMLExtrusion::solid |
MFVec3f cnoid::VRMLExtrusion::spine |