C4 Engine
C4 Engine API Documentation

class TubeGeometryObject

Defined in:  C4Primitives.h
The TubeGeometryObject class encapsulates data pertaining to a path tube primitive.
Definition

class TubeGeometryObject final : public PathPrimitiveGeometryObject

Constructor

TubeGeometryObject(const Path *path, const Vector2D& size);

Parameters
path The path along which the tube is created.
size The size of the cross section of the tube.
Description
Base Classes
PathPrimitiveGeometryObject A TubeGeometryObject is an object that can be shared by multiple path tube geometry nodes.
See Also

TubeGeometry