AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
BSpline Curve tool that can be used to construct BSpline and get BSpline information. 更多...
Public 成员函数 | |
bool | IsValidGeomey () |
bool | Initialize (TopoShape^ topoShape) |
Vector3List^ | GetPoles () |
FloatList^ | GetKnots () |
IntList^ | GetMultiplicities () |
int | GetDegree () |
Real | GetParameter (Vector3^ point) |
Vector3^ | GetPoint (Real param) |
![]() | |
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
FloatList ^ AnyCAD::Platform::GeomBSplineCurve::GetKnots | ( | ) |
Get Knots
IntList ^ AnyCAD::Platform::GeomBSplineCurve::GetMultiplicities | ( | ) |
Get Multiplicities
Real AnyCAD::Platform::GeomBSplineCurve::GetParameter | ( | Vector3^ | point | ) |
Get Parameter of the point
point | the point on BSpline |
Vector3 ^ AnyCAD::Platform::GeomBSplineCurve::GetPoint | ( | Real | param | ) |
Get Point
param | the parameter |
Vector3List ^ AnyCAD::Platform::GeomBSplineCurve::GetPoles | ( | ) |
Get Poles
bool AnyCAD::Platform::GeomBSplineCurve::Initialize | ( | TopoShape^ | topoShape | ) |
bool AnyCAD::Platform::GeomBSplineCurve::IsValidGeomey | ( | ) |
Test if valid.