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

BSpline Curve tool that can be used to construct BSpline and get BSpline information. 更多...

类 AnyCAD::Platform::GeomBSplineCurve 继承关系图:
AnyCAD::Platform::GeomBase

Public 成员函数

bool IsValidGeomey ()
 
bool Initialize (TopoShape^ topoShape)
 
Vector3List^ GetPoles ()
 
FloatList^ GetKnots ()
 
IntList^ GetMultiplicities ()
 
int GetDegree ()
 
Real GetParameter (Vector3^ point)
 
Vector3GetPoint (Real param)
 
- Public 成员函数 继承自 AnyCAD::Platform::GeomBase
bool IsValidGeomey ()
 
bool Initialize (TopoShape^ topoShape)
 

详细描述

BSpline Curve tool that can be used to construct BSpline and get BSpline information.

TODO:

成员函数说明

int AnyCAD::Platform::GeomBSplineCurve::GetDegree ( )

Get Degree

返回
degree
FloatList ^ AnyCAD::Platform::GeomBSplineCurve::GetKnots ( )

Get Knots

返回
FloatBuffer
IntList ^ AnyCAD::Platform::GeomBSplineCurve::GetMultiplicities ( )

Get Multiplicities

返回
IntBuffer
Real AnyCAD::Platform::GeomBSplineCurve::GetParameter ( Vector3 point)

Get Parameter of the point

参数
pointthe point on BSpline
返回
the parameter
Vector3 ^ AnyCAD::Platform::GeomBSplineCurve::GetPoint ( Real  param)

Get Point

参数
paramthe parameter
返回
the point
Vector3List ^ AnyCAD::Platform::GeomBSplineCurve::GetPoles ( )

Get Poles

返回
Vector3Buffer
bool AnyCAD::Platform::GeomBSplineCurve::Initialize ( TopoShape topoShape)

Use TopoShape to initialize the geometry.

参数
topoShapethe TopoShape
返回
true if ok.
bool AnyCAD::Platform::GeomBSplineCurve::IsValidGeomey ( )

Test if valid.


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