IList<Object> ConstructionLine.CreatePoints(IEnumerable<Object> pointDefinitionCollection)

Create virtual points according to the provided data.

Parameters

  • pointDefinitionCollection
    Type: IEnumerable<Object>
    A collection of one or more items that will be interpreted based on the type. TypeCorresponding Point TypePoint2DPlanarPlanarIGeoVertexGeometryVertexPoint3DGlobalPointDuplicate type without any edge vertexTuple(double, double, double)GlobalTuple(Quantity, Quantity, Quantity)Global

Return Value

Type: IList<Object>
An list of the newly created points.