Creates point data from points and edge information.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurfaceOperationAdd3DFaces AddFrom3DFaces( Point3dCollection points, IEnumerable<KeyValuePair<int, int>> edges, string description )
VB
Public Function AddFrom3DFaces ( points As Point3dCollection, edges As IEnumerable(Of KeyValuePair(Of Integer, Integer)), description As String ) As SurfaceOperationAdd3DFaces
C++
public: SurfaceOperationAdd3DFaces^ AddFrom3DFaces( Point3dCollection^ points, IEnumerable<KeyValuePair<int, int>>^ edges, String^ description )
Parameters
- points Point3dCollection
- Specifies the point information.
- edges IEnumerableKeyValuePairInt32, Int32
- Specifies the edge information.
- description String
- Specifies the description for the point data to be created.
Return Value
SurfaceOperationAdd3DFacesExceptions
Exception | Condition |
---|---|
ArgumentNullException |
|
ArgumentNullException | Thrown the index of the edge's vertex is out of the range [0, CountOfPoints]. |