2022 Members
Changes 6
M

SlabShapeEditor

Name Return Type Description Inherited From
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 Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
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.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
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.