|
AnyCAD Rapid API 2026
Help you to create a better world!
|
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
| bool AnyCAD.Simulate.Matplot.AddCurve | ( | PlotRange | range, |
| PlotCurveFunctor | func, | ||
| MaterialInstance | clr ) |
创建曲面
| range | 范围 |
| func | 方法 |
| bool AnyCAD.Simulate.Matplot.AddMesh | ( | uint | xcount, |
| uint | ycount, | ||
| PlotSurfaceFunctor | func, | ||
| bool | showEdge ) |
Create mesh with xcount X ycount
| xcount | the X dimension >= 2 |
| ycount | the y dimension >= 2 |
| func | the callback to provide the vertex data. |
| showEdge | if build the edges |
| bool AnyCAD.Simulate.Matplot.AddSurface | ( | PlotRange | uRange, |
| PlotRange | vRange, | ||
| PlotSurfaceFunctor | func, | ||
| bool | showEdge ) |
创建曲面
| uRange | u范围 |
| vRange | v范围 |
| func | 方法 |
| showEdge | 是否显示边线 |
| GroupSceneNode AnyCAD.Simulate.Matplot.Build | ( | ColorMapKeyword | colorMap | ) |
构建
| colorMap | 调色版 |
| GroupSceneNode AnyCAD.Simulate.Matplot.Build | ( | ColorMapKeyword | colorMap, |
| PlotRange | rangeZ ) |
构建
| colorMap | 调色版 |
| rangeZ | 高度范围 |
| BufferGeometry AnyCAD.Simulate.Matplot.GetSurface | ( | uint | idx | ) |
获取曲面
| idx | 索引 |