TinSurfaceMovePoints Method
 | 
Namespace:  Bricscad.Civil
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public void MovePoints(
        Point3dCollection from,
        Point3dCollection to
)
 
Public Sub MovePoints ( 
        from As Point3dCollection,
        to As Point3dCollection
)
 
public:
void MovePoints(
        Point3dCollection^ from, 
        Point3dCollection^ to
)
 
member MovePoints : 
        from : Point3dCollection * 
        to : Point3dCollection -> unit 
 
 
 
Parameters
- from
 
- Type: Teigha.GeometryPoint3dCollection
 
- to
 
- Type: Teigha.GeometryPoint3dCollection
 
 
See Also