AngularDimension

The degrees of an angle.

Example

application = cf.Application.GetInstance()
project = application:NewProject()

    -- Create a cone with its base centre at the specified 'Point'

baseCentre = cf.Point(-0.25, -0.25, 0)
cone = project.Contents.Geometry:AddCone(baseCentre, 0.5, 0.1, 1.0)

Inheritance

The AngularDimension object is derived from the Dimension object.

Usage locations

The AngularDimension object can be accessed from the following locations: