Click or drag to resize

PlaneSurfaceSetExtents Method

Sets the extents of the plane surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public void SetExtents(
	int direction,
	Interval extents,
	bool syncDomain
)

Parameters

direction
Type: SystemInt32
The direction, where 0 sets plane surface's x coordinate extents and 1 sets plane surface's y coordinate extents.
extents
Type: Rhino.GeometryInterval
An increasing interval.
syncDomain
Type: SystemBoolean
If true, the corresponding evaluation interval domain is set so that it matches the extents interval. If false, the corresponding evaluation interval domain is not changed.
See Also