2021 Class
Changes 6
C

SlabShapeEditor

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