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

Matplot. 更多...

类 AnyCAD.Simulate.Matplot 继承关系图:

Public 成员函数

 Matplot (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
void Dispose ()
 
 Matplot (string title)
 
string GetTitle ()
 
void SetTitle (string val)
 
bool GetShowLine ()
 
void SetShowLine (bool val)
 
MaterialInstance GetMaterial ()
 
ColorLookupTable GetColorTable ()
 
bool AddCurve (PlotRange range, PlotCurveFunctor func, MaterialInstance clr)
 创建曲面
 
bool AddSurface (PlotRange uRange, PlotRange vRange, PlotSurfaceFunctor func, bool showEdge)
 创建曲面
 
bool AddMesh (uint xcount, uint ycount, PlotSurfaceFunctor func, bool showEdge)
 Create mesh with xcount X ycount
 
GroupSceneNode Build (ColorMapKeyword colorMap, PlotRange rangeZ)
 构建
 
GroupSceneNode Build (ColorMapKeyword colorMap)
 构建
 
BufferGeometry GetSurface (uint idx)
 获取曲面
 

详细描述

Matplot.

Group: Interaction

成员函数说明

◆ AddCurve()

bool AnyCAD.Simulate.Matplot.AddCurve ( PlotRange range,
PlotCurveFunctor func,
MaterialInstance clr )

创建曲面

参数
range范围
func方法

◆ AddMesh()

bool AnyCAD.Simulate.Matplot.AddMesh ( uint xcount,
uint ycount,
PlotSurfaceFunctor func,
bool 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()

bool AnyCAD.Simulate.Matplot.AddSurface ( PlotRange uRange,
PlotRange vRange,
PlotSurfaceFunctor func,
bool showEdge )

创建曲面

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

◆ Build() [1/2]

GroupSceneNode AnyCAD.Simulate.Matplot.Build ( ColorMapKeyword colorMap)

构建

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

◆ Build() [2/2]

GroupSceneNode AnyCAD.Simulate.Matplot.Build ( ColorMapKeyword colorMap,
PlotRange rangeZ )

构建

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

◆ GetSurface()

BufferGeometry AnyCAD.Simulate.Matplot.GetSurface ( uint idx)

获取曲面

参数
idx索引
返回
几何对象