AnyCAD Rapid API 2025
Help you to create a better world!
全部  命名空间 函数 变量 属性 事件  
Matplot类 参考

Public 成员函数

 Matplot (String title)
 
String GetTitle ()
 
void SetTitle (String val)
 
boolean GetShowLine ()
 
void SetShowLine (boolean val)
 
MaterialInstance GetMaterial ()
 
ColorLookupTable GetColorTable ()
 
boolean AddCurve (PlotRange range, PlotCurveFunctor func, MaterialInstance clr)
 
boolean AddSurface (PlotRange uRange, PlotRange vRange, PlotSurfaceFunctor func, boolean showEdge)
 
boolean AddMesh (long xcount, long ycount, PlotSurfaceFunctor func, boolean showEdge)
 
GroupSceneNode Build (ColorMapKeyword colorMap, PlotRange rangeZ)
 
GroupSceneNode Build (ColorMapKeyword colorMap)
 
BufferGeometry GetSurface (long idx)
 

详细描述

<> Matplot.

成员函数说明

◆ AddCurve()

boolean Matplot.AddCurve ( PlotRange range,
PlotCurveFunctor func,
MaterialInstance clr )

创建曲面

参数
range范围
func方法

◆ AddMesh()

boolean Matplot.AddMesh ( long xcount,
long ycount,
PlotSurfaceFunctor func,
boolean showEdge )

Create mesh with xcount X ycount

参数
xcountthe X dimension >= 2
ycountthe y dimension >= 2
functhe callback to provide the vertex data.
showEdgeif build the edges
返回
true if successflly.

◆ AddSurface()

boolean Matplot.AddSurface ( PlotRange uRange,
PlotRange vRange,
PlotSurfaceFunctor func,
boolean showEdge )

创建曲面

参数
uRangeu范围
vRangev范围
func方法
showEdge是否显示边线
返回
是否成功

◆ Build() [1/2]

GroupSceneNode Matplot.Build ( ColorMapKeyword colorMap)

构建

参数
colorMap调色版
返回
场景节点

◆ Build() [2/2]

GroupSceneNode Matplot.Build ( ColorMapKeyword colorMap,
PlotRange rangeZ )

构建

参数
colorMap调色版
rangeZ高度范围
返回
场景节点

◆ GetSurface()

BufferGeometry Matplot.GetSurface ( long idx)

获取曲面

参数
idx索引
返回
几何对象