Share

AcGeCone

Class Hierarchy

AcGeEntity3d
    AcGeSurface
        AcGeCone

C++

class AcGeCone : public AcGeSurface;

File

gecone.h

Description

Represents a bounded right circular cone.

Notes

This class uses ShapeManager modeler functionality. The ASM libraries are not automatically loaded when objects of this class are used. You must explicitly load the modeler DLLs by calling acdbModelerStart() before you use this class' functionality. You must also decrement the modeler's reference count when your application exits by calling acdbModelerEnd().

Links

AcGeCone Constructor, AcGeCone Methods, AcGeCone Operators

See Also

AcGeTol

Was this information helpful?