2D circle node. More...
#include <Inventor/VRMLnodes/SoVRMLCircle2D.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoVRMLCircle2D () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFFloat | radius |
See the X3D Specification, below.
NOTE: This class does not exist in Open Inventor 10.0 and later.This section may reference portions of the X3D specification that are not present in this help file. The complete X3D spec is available at http://www.web3d.org .
The SoVRMLCircle2D node specifies a portion of a circle whose center is at (0,0) in the local 2D coordinate system. The radius field specifies the radius of the VRMLCircle2D. The value of radius must be greater than zero. The following figure illustrates the SoVRMLCircle2D node with a dashed lineType applied.
radius | 1 |
metadata | NULL |
SoSFNode | set_metadata |
SoSFNode | metadata_changed |
SoVRMLCircle2D::SoVRMLCircle2D | ( | ) |
Constructor.
static SoType SoVRMLCircle2D::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLGeometry.
virtual SoType SoVRMLCircle2D::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLGeometry.
Specifies the radius of the arc.
Must be greater than 0.0.