AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
Public 成员函数 | 所有成员列表
AnyCAD::API::GeomCircle类 参考

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

#include <APIGeomCircle.h>

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

Public 成员函数

virtual bool IsValidGeomey () const
 
Vector3 GetCenter () const
 
Real GetRadius () const
 
Vector3 GetDirection () const
 
- Public 成员函数 继承自 AnyCAD::API::GeomCurve
virtual bool Initialize (const TopoShape &topoShape)
 
EnumCurveType GetCurveType () const
 
bool Is3DCurve () const
 
bool IsCurveOnSurface () const
 
Real Tolerance () const
 
Real FirstParameter () const
 
Real LastParameter () const
 
int Continuity () const
 
bool IsClosed () const
 
bool IsPeriodic () const
 
Real Period () const
 
Vector3 Value (Real u) const
 
Vector3 D0 (Real u) const
 
Vector3List D1 (Real u) const
 
Vector3List D2 (Real u) const
 
Vector3List D3 (Real u) const
 
Vector3 DN (Real u, int n) const
 
FloatList SplitByUniformLength (Real length, Real tolerance) const
 
Vector3 GetStartPoint () const
 
Vector3 GetEndPoint () const
 
AABox GetBBox () const
 

详细描述

Circle tool that can be used to get circle information.

成员函数说明

Vector3 AnyCAD::API::GeomCircle::GetCenter ( ) const

Get center.

返回
center.
Vector3 AnyCAD::API::GeomCircle::GetDirection ( ) const

Get direction.

返回
direction.
Real AnyCAD::API::GeomCircle::GetRadius ( ) const

Get radius.

返回
radius.
virtual bool AnyCAD::API::GeomCircle::IsValidGeomey ( ) const
virtual

Test if valid.

重载 AnyCAD::API::GeomCurve .


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