Overload List

  NameDescription
Public methodStatic memberCreateByCropping(Database, String, ObjectId, Point2dCollection)
Creates a new TinSurface by cropping from an existing source TinSurface, and then inserts the new surface into another drawing. You must specify the cropped area with at least 3 points.
Public methodStatic memberCreateByCropping(Database, String, ObjectId, Point3dCollection)
Creates a new TinSurface by cropping from an existing source TinSurface, and then inserts the new surface into another drawing. You must specify at least 3 points as the cropped area.
Public methodStatic memberCreateByCropping(Database, String, ObjectId, ObjectIdCollection, Point2d)
Creates a new TinSurface by cropping from a source TinSurface, and then inserts the new surface into another drawing. You must specify a cropped area with at least one AutoCAD drawing object.

See Also