Cut Plane: convert 3D model to 2D drawing
Lecture resource
【第一部分-Rhino 8 剖面工具 I Sectiontools】 https://www.bilibili.com/video/BV17YBCY9Ej5/?share_source=copy_web&vd_source=6b6c9464cc86ad017bd19ef9e227ea14
Category
-
how to create cut plane
-
property of cut plane
-
convert cut plane to cross-section drawn, and layout those cross-section
-
layer and section format
1. about cut plane
Command: _ClippingSections
Place sections. Press Enter when done ( Dir=X CustomDepth=No Clip=Yes Name=SEC LabelMode=Text SaveToNamedView=Yes Flip=Yes )
Dir=X
- 表示剖切方向,X表示沿X轴方向
- 也可以选择Y或Z轴方向
- 决定了剖面图的观察方向
CustomDepth=No
- 是否使用自定义深度
- No表示使用默认深度
- 如果设为Yes,则可以手动指定剖切深度
Clip=Yes
- 是否启用裁剪功能
- No表示会裁剪掉剖面线以外的部分
- 控制视图中是否显示被剖切面遮挡的部分
Name=SEC
- 剖面的命名前缀
- SEC是Section(剖面)的缩写
- 用于标识和组织剖面视图
LabelMode=Text
- 剖面标注的显示模式
- Text表示使用文字标注
- 可能的其他选项包括符号或数字等
SaveToNamedView=Yes
- 是否将剖面视图保存为命名视图
- Yes表示会创建可以快速调用的命名视图
- 便于后续快速访问特定剖面视图
Flip=Yes
- 是否翻转剖面方向
- Yes表示会翻转默认的观察方向
- 用于调整剖面图的正确朝向
2. about property of cut plane
Clipping Plane
- 截平面 Clipping Plane
- 名称Name
- 标签 Label
- 自定义深度 Custom Depth ( 深度(米) Depth (mm))
- 剖面样式 Section Style (by layer)
- Flip Direction
Objects Clipped
- Include Selected (add objects)
- Exclude Selected (remove objects)
Views Clipped
only display clipped view in selected viewport
3. convert cut plane to cross-section drawn, and layout those cross-section
3.1 ClippingDrawings (single)
Select clipping sections ( All )
Select clipping sections. Press Enter when done ( All )
Placement point. Press Enter to project in-place ( Angle=0 PrintWidth=ByLayer ShowHatch=Yes ShowSolid=Yes AddBackground=No ShowLabel=Yes LabelStyle=Dot ApplyToAll=No )
- Angle=0
- PrintWidth=
ByLayer
(recommend to be "ByLayer ") - ShowHatch=
ByLayer
(recommend to be "ByLayer ") - ShowSolid= No (will hatch by surfaces, would not display hatch )
- AddBackground=No (recommend to not select, may let to program un-responding )
- ShowLabel=Yes
- LabelStyle=Dot / Text
- ApplyToAll=No
3.2 NestedClippingDrawing (multiple)
Updating V-Ray Clipping Plane to extract layoutPick base point <0.00,0.00,0.00> ( ShowSolid=No Arrangement=WorldX Spacing=1 Width=100 ShowLabel=Yes LabelStyle=Text LabelLocation=Outside )
- base point <0.00,0.00,0.00>
- ShowSolid=No
- Arrangement=WorldX
- Spacing=1 Width=100
- ShowLabel=Yes LabelStyle=Text LabelLocation=Outside
3.3 ExportClippingDrawings
Press Enter to export sections ( Folder=**** Extension=3dm ): Extension=dwg