TinSurfaceAddPoints Method
|
Namespace: Bricscad.Civil
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public void AddPoints(
Point3dCollection toAddPoints
)
Public Sub AddPoints (
toAddPoints As Point3dCollection
)
public:
void AddPoints(
Point3dCollection^ toAddPoints
)
member AddPoints :
toAddPoints : Point3dCollection -> unit
Parameters
- toAddPoints
- Type: Teigha.GeometryPoint3dCollection
See Also