JMP 13.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
JSL Syntax Reference
•
JSL Messages
•
Display Boxes
• Triangulation
上一个
•
下一个
Triangulation
For the following messages,
tri
stands for a triangulation or a reference to one.
tri <<Get N Points
Returns the number of unique points in the triangulation.
tri <<Get Points
Returns the coordinates of the unique points in the triangulation.
tri <<Get Y
Returns the Y values of the unique points in the triangulation.
tri <<Get N Hull Points
Returns the number of points on the boundary of the triangulation.
tri <<Get Hull Points
Returns the indices of the points on the boundary of the triangulation.
tri <<Get N Hull Edges
Returns the number of edges on the boundary of the triangulation.
tri <<Get Hull Edges
Returns the indices of the edges on the boundary of the triangulation.
tri <<Get Hull Path
Returns the boundary of the triangulation as a path.
tri <<Get N Triangles
Returns the number of triangles.
tri <<Get Triangles
Returns the indices of the triangles in the form of an Nx3 matrix.
tri <<Get N Edges
Returns the number of edges in the triangulation.
tri <<Get Edges
Returns the indices of the edges in the form of an Nx2 matrix.
tri <<Subset({indices})
Returns a triangulation resulting from the given subset of points.
tri <<Peel
Peel the boundary layer of a triangulation, returning a new triangulation.