AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
Circle tool that can be used to get circle information. 更多...
Public 成员函数 | |
bool | IsValidGeomey () |
Vector3^ | GetCenter () |
Real | GetRadius () |
Vector3^ | GetDirection () |
![]() | |
bool | IsValidGeomey () |
bool | Initialize (TopoShape^ topoShape) |
EnumCurveType | GetCurveType () |
bool | Is3DCurve () |
bool | IsCurveOnSurface () |
Real | Tolerance () |
Real | FirstParameter () |
Real | LastParameter () |
int | Continuity () |
bool | IsClosed () |
bool | IsPeriodic () |
Real | Period () |
Vector3^ | Value (Real u) |
Vector3^ | D0 (Real u) |
Vector3List^ | D1 (Real u) |
Vector3List^ | D2 (Real u) |
Vector3List^ | D3 (Real u) |
Vector3^ | DN (Real u, int n) |
FloatList^ | SplitByUniformLength (Real length, Real tolerance) |
Vector3^ | GetStartPoint () |
Vector3^ | GetEndPoint () |
AABox^ | GetBBox () |
DoubleList^ | ComputeClosedPoints (Vector3^ point, Real tolerance) |
![]() | |
bool | IsValidGeomey () |
bool | Initialize (TopoShape^ topoShape) |
Circle tool that can be used to get circle information.
Vector3 ^ AnyCAD::Platform::GeomCircle::GetCenter | ( | ) |
Get center.
Vector3 ^ AnyCAD::Platform::GeomCircle::GetDirection | ( | ) |
Get direction.
Real AnyCAD::Platform::GeomCircle::GetRadius | ( | ) |
Get radius.
bool AnyCAD::Platform::GeomCircle::IsValidGeomey | ( | ) |
Test if valid.