Click or drag to resize
AB4D logo

MeshUtilsGetPolygonPositions Method

Overload List
 NameDescription
Public methodStatic memberGetPolygonPositions(MeshGeometry3D, Transform3D) Returns Point3DCollection with positions that define the edge lines for the specified meshGeometry3D (lines are not connected; each line is defined by two positions). Edge lines are specified with using PolygonIndicesProperty DependencyProperty. If this DependencyProperty is not defined then null is returned. See remarks in PolygonIndicesProperty for more info.
Public methodStatic memberGetPolygonPositions(Model3D, Transform3D) Returns Point3DCollection with positions that define the edge lines for specified model3D (lines are not connected; each line is defined by two positions). Edge lines are specified with using PolygonIndicesProperty DependencyProperty on child MeshGeometry3D objects. See remarks in PolygonIndicesProperty for more info.
Top
See Also