AnyCAD SDK PRO  2020
The Professional Graphics SDK for .Net and C++ Developers
Public 成员函数 | 所有成员列表
AnyCAD::Platform::GeomCircle类 参考

Circle tool that can be used to get circle information. 更多...

类 AnyCAD::Platform::GeomCircle 继承关系图:
AnyCAD::Platform::GeomCurve AnyCAD::Platform::GeomBase

Public 成员函数

bool IsValidGeomey ()
 
Vector3GetCenter ()
 
Real GetRadius ()
 
Vector3GetDirection ()
 
- Public 成员函数 继承自 AnyCAD::Platform::GeomCurve
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 ()
 
Vector3Value (Real u)
 
Vector3D0 (Real u)
 
Vector3List^ D1 (Real u)
 
Vector3List^ D2 (Real u)
 
Vector3List^ D3 (Real u)
 
Vector3DN (Real u, int n)
 
FloatList^ SplitByUniformLength (Real length, Real tolerance)
 
Vector3GetStartPoint ()
 
Vector3GetEndPoint ()
 
AABoxGetBBox ()
 
DoubleList^ ComputeClosedPoints (Vector3^ point, Real tolerance)
 
- Public 成员函数 继承自 AnyCAD::Platform::GeomBase
bool IsValidGeomey ()
 
bool Initialize (TopoShape^ topoShape)
 

详细描述

Circle tool that can be used to get circle information.

成员函数说明

Vector3 ^ AnyCAD::Platform::GeomCircle::GetCenter ( )

Get center.

返回
center.
Vector3 ^ AnyCAD::Platform::GeomCircle::GetDirection ( )

Get direction.

返回
direction.
Real AnyCAD::Platform::GeomCircle::GetRadius ( )

Get radius.

返回
radius.
bool AnyCAD::Platform::GeomCircle::IsValidGeomey ( )

Test if valid.


该类的文档由以下文件生成: