Description:
Adds a clipping plane object to Rhino.
Syntax:
public Guid AddClippingPlane(
Plane plane,
double uMagnitude,
double vMagnitude,
IEnumerable<Guid> clippedViewportIds,
ObjectAttributes attributes
)
Plane plane,
double uMagnitude,
double vMagnitude,
IEnumerable<Guid> clippedViewportIds,
ObjectAttributes attributes
)
Parameters:
- plane
- Type: Plane
- A plane.
- uMagnitude
- Type: double
- The size in U direction.
- vMagnitude
- Type: double
- The size in V direction.
- clippedViewportIds
- Type: IEnumerable<Guid>
- list of viewport ids that the new clipping plane will clip.
- attributes
- Type: DocObjects.ObjectAttributes
- Attributes to apply to point cloud.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0
Description:
Adds a clipping plane object to Rhino.
Parameters:
- plane
- Type: Plane
- A plane.
- uMagnitude
- Type: double
- The size in U direction.
- vMagnitude
- Type: double
- The size in V direction.
- clippedViewportIds
- Type: IEnumerable<Guid>
- A list, an array or any enumerable of viewport ids that the new clipping plane will clip.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0
Description:
Adds a clipping plane object to Rhino.