ICircle3D_KC2 Interface
- AddObject
- Reset
- SetPosition
Access to properties of a circle or disc in three dimensions. Query
IAxis from this interface to modify or obtain
location and orientation of the circle . The axis (ray) represents normal to
plane of the circle at its center.
HRESULT GetRadius(double* radius)
Parameters
radius - [out, retval] Radius of
the3D circle/disk
- Remarks:
Returns radius
HRESULT SetRadius(double radius)
- Remarks:
Modifies radius
HRESULT GetDisk(VARIANT_BOOL* disk)
Parameters
disk - [out, retval] True if the
object is disk, not circle
HRESULT SetDisk(VARIANT_BOOL disk)
- Remarks:
If disk is true the object will be considered as a disk, not
circle
|