AnyCAD Rapid API 2023
Help you to create a better world!
载入中...
搜索中...
未找到
Matplot类 参考

Public 成员函数

 Matplot (String title)
 
String GetTitle ()
 
void SetTitle (String 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.

成员函数说明

◆ 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.