Click or drag to resize
AB4D logo

MeshUtilsAddPolygonPositions Method

Adds positions that define the edge lines for specified model3D (lines are not connected; each line is defined by two positions) to the specified Point3DCollection. Edge lines are specified with using PolygonIndicesProperty DependencyProperty on child MeshGeometry3D objects. See remarks in PolygonIndicesProperty for more info.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static void AddPolygonPositions(
	Model3D model3D,
	Transform3D parentTransform,
	Point3DCollection polygonPositions
)

Parameters

model3D  Model3D
Model3DGroup or GeometryModel3D
parentTransform  Transform3D
Transform3D that can be added to each line position (null by default)
polygonPositions  Point3DCollection
Point3DCollection where the polygon positions will be added
See Also