Skip to main content

searchableCone

hollow cone example

A cone, optionally hollow

Usage

cone
{
type searchableCone;
point1 (0 0 0);
radius1 1.5;
innerRadius1 0.25;
point2 (10 0 0);
radius2 3.0;
innerRadius2 1.0;
}

Where:

PropertyDescriptionRequired
point1Axis point at the startyes
radius1Outer radius at the startyes
innerRadius1Inner radius at the startyes
point2Axis point at the endyes
radius2Outer radius at the endyes
innerRadius2Inner radius at the endyes