Rhino 8
Summary
RhinoMCP is a plugin for Rhino 8 that implements the Model Context Protocol, enabling AI assistants to interact with Rhino's 3D modeling environment. The plugin creates a server that exposes Rhino's functionality through MCP, allowing for programmatic control of modeling operations. Built on the C# SDK for MCP, it features start and stop commands to manage the server connection, making it useful for automating design workflows and enabling conversational interfaces to control Rhino.
Available Actions(10)
Create 3D Object
Create a new 3D object in Rhino. Supported objects include Point, Line, Polyline, Circle, Arc, Ellipse, Curve, Box, Sphere, Cone, Cylinder, Surface.
Modify 3D Object
Modify an existing 3D object in Rhino.
Delete 3D Object
Delete a specified 3D object from the Rhino document.
Get Document Info
Retrieve detailed information about the current Rhino document, including a maximum of 30 objects, layers, and materials.
Execute Python Script
Execute a Python script in Rhino. This feature is experimental and may not work every time.
Get Script Documentation
Retrieve the documentation for a specific RhinoScript Python function.
Select Objects
Select objects in Rhino based on various filters such as name, color, and category, using 'and' or 'or' logic.
Set Current Layer
Set or get the current layer in Rhino.
Create Layer
Create a new layer in the Rhino document.
Delete Layer
Delete a specified layer from the Rhino document.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论