Description:

Adds a clipping plane object to Rhino.

Syntax:
public Guid AddClippingPlane(
Plane plane,
double uMagnitude,
double vMagnitude,
IEnumerable<Guid> clippedViewportIds,
ObjectAttributes attributes
)
Parameters:
  • 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.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0

Description:

Adds a clipping plane object to Rhino.

Syntax:
public Guid AddClippingPlane(
Plane plane,
double uMagnitude,
double vMagnitude,
IEnumerable<Guid> clippedViewportIds
)
Parameters:
  • 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.

Syntax:
public Guid AddClippingPlane(
Plane plane,
double uMagnitude,
double vMagnitude,
Guid clippedViewportId
)
Parameters:
  • uMagnitude
  • Type: double
  • The size in U direction.
  • vMagnitude
  • Type: double
  • The size in V direction.
  • clippedViewportId
  • Type: System.Guid
  • The viewport id that the new clipping plane will clip.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0

AddClippingPlane method

Class:  Rhino.FileIO.File3dmObjectTable

Nothing found