Choreonoid  1.5
Public Member Functions | Public Attributes | List of all members
cnoid::VRMLExtrusion Class Reference

VRML Extrusion node. More...

#include <VRML.h>

Inheritance diagram for cnoid::VRMLExtrusion:
cnoid::VRMLGeometry cnoid::VRMLNode

Public Member Functions

 VRMLExtrusion ()
 
- Public Member Functions inherited from cnoid::VRMLGeometry
 VRMLGeometry ()
 
- Public Member Functions inherited from cnoid::VRMLNode
 VRMLNode ()
 
virtual ~VRMLNode ()
 
bool isCategoryOf (VRMLNodeCategory category)
 

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 Attributes inherited from cnoid::VRMLNode
std::bitset< NUM_VRML_NODE_CATEGORIEScategorySet
 

Detailed Description

VRML Extrusion node.

Constructor & Destructor Documentation

◆ VRMLExtrusion()

VRMLExtrusion::VRMLExtrusion ( )

Member Data Documentation

◆ beginCap

SFBool cnoid::VRMLExtrusion::beginCap

◆ ccw

SFBool cnoid::VRMLExtrusion::ccw

◆ convex

SFBool cnoid::VRMLExtrusion::convex

◆ creaseAngle

SFFloat cnoid::VRMLExtrusion::creaseAngle

◆ crossSection

MFVec2f cnoid::VRMLExtrusion::crossSection

◆ endCap

SFBool cnoid::VRMLExtrusion::endCap

◆ orientation

MFRotation cnoid::VRMLExtrusion::orientation

◆ scale

MFVec2f cnoid::VRMLExtrusion::scale

◆ solid

SFBool cnoid::VRMLExtrusion::solid

◆ spine

MFVec3f cnoid::VRMLExtrusion::spine

The documentation for this class was generated from the following files: