IList<Object> ConstructionLine.CreatePoints(IEnumerable<Object> pointDefinitionCollection)
Create virtual points according to the provided data.
Examples
Parameters
-
pointDefinitionCollection
Type: IEnumerable<Object>
A collection of one or more items that will be interpreted based on the type.
TypeCorresponding Point Type- Point2DPlanarPlanar
- IGeoVertexGeometryVertex
- Point3DGlobal
- PointDuplicate type without any edge vertex
- Tuple(double, double, double)Global
- Tuple(Quantity, Quantity, Quantity)Global
Return Value
Type: IList<Object>
An list of the newly created points.