C4 Engine
C4 Engine API Documentation

HoleGeometryObject::SetOuterSize

Defined in:  C4Primitives.h
Sets the outer plate size.
Prototype

void SetOuterSize(const Vector2D& outer);

Parameters
outer The new outer plate size.
Description
The SetOuterSize function sets the size of the outer plate for a hole primitive. The components of the outer parameter define the extents in the positive and negative x and y directions.
See Also

HoleGeometryObject::GetOuterSize

HoleGeometryObject::GetInnerSize

HoleGeometryObject::SetInnerSize