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:
- Properties
- Rotate object has property Angle.
- Cutplane object has property Phi.
- Cutplane object has property Theta.
- OpenRing object has property GapAngle.
- OpenRing object has property StartAngle.
- SplitRing object has property GapAngle.
- SplitRing object has property StartAngle.
- Cone object has property Angle.
- EllipticArc object has property EndAngle.
- EllipticArc object has property StartAngle.
- Flare object has property AngleU.
- Flare object has property AngleV.
- Spin object has property Angle.
- Methods
- AngularDimensionList object has method Append().
- AngularDimensionList object has method Get(number).