Share

AcGeSphere::AcGeSphere

C++

AcGeSphere(
    double radius, 
    const AcGePoint3d& center
);

Description

Constructs a sphere with the input radius centered at the input center.

Parameters

Parameters Description
radius Input radius
center Input center

Links

AcGeSphere

Was this information helpful?