World Manager
C4Primitives.h

class HoleGeometryObject

The HoleGeometryObject class encapsulates data pertaining to a hole primitive.
Definition

class HoleGeometryObject : public PrimitiveGeometryObject

Member Functions
HoleGeometryObject::GetInnerSize Returns the inner hole size.
HoleGeometryObject::SetInnerSize Sets the inner hole size.
HoleGeometryObject::GetOuterSize Returns the outer plate size.
HoleGeometryObject::SetOuterSize Sets the outer plate size.
Constructor

HoleGeometryObject(const Vector2D& inner, const Vector2D& outer);

Parameters
inner The size of the inner hole.
outer The size of the outer plate.
Description
Base Classes
PrimitiveGeometryObject A HoleGeometryObject is an object that can be shared by multiple hole geometry nodes.
See Also
HoleGeometry