SlabShapeEditor
Description:
An object used for Slab Shape Editing.
An object used for Slab Shape Editing.
Remarks:
The SlabShapeEditor can be obtained from a slab object, such as a roof or floor.
The SlabShapeEditor can be obtained from a slab object, such as a roof or floor.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.SlabShapeEditor
System.Object
Autodesk.Revit.DB.SlabShapeEditor
public class SlabShapeEditor
| Name | Return Type | Description |
|---|---|---|
| DrawPoint(XYZ) | SlabShapeVertex | Adds a point to the corresponding slab, roof or floor. |
| DrawSplitLine(SlabShapeVertex, SlabShapeVertex) | SlabShapeCreaseArray | Draws a split line on the corresponding slab, roof or floor. |
| Enable() | None | Enables the slab shape editing functionality. |
| ModifySubElement(SlabShapeCrease, Double) | None | Manipulates the crease on the corresponding slab, roof or floor. |
| ModifySubElement(SlabShapeVertex, Double) | None | Manipulates the vertex on the corresponding slab, roof or floor. |
| PickSupport(Line) | None | Picks an element to support the slab. This method will define split lines and create constant bearing lines for the slab. |
| ResetSlabShape() | None | Removes the modifications made during editing and resets the element geometry back to the unmodified state. |
| Name | Return Type | Description |
|---|---|---|
| IsEnabled | bool | Identifies if the slab shape editing functionality is enabled. |
| SlabShapeCreases | SlabShapeCreaseArray | All of the creases that can be edited. |
| SlabShapeVertices | SlabShapeVertexArray | All of the vertices that can be edited. |