Share

ClipBoundary2d Constructor

Overload List

Method Description
ClipBoundary2d.ClipBoundary2d ()Null constructor. If this constructor is used, one of the set functions must be called before the object can be... more
ClipBoundary2d.ClipBoundary2d (Point2d, Point2d) Constructs an ortho-aligned rectangular clip boundary. Two diagonally opposite corners define the rectangle.Input segments that lie on the boundary... more
ClipBoundary2d.ClipBoundary2d (Point2dCollection) Constructs a n convex open or closed polyline clip boundary (one or more edges).If the polyline is not closed,... more

Was this information helpful?