<Code Lib>
2025.3 Method
Changes 0
M

DividedSurface.AddIntersectionElement

Description:
Adds an intersection element to the divided surface.

public void AddIntersectionElement(
	ElementId newIntersectionElemId
)

  • newIntersectionElemId
    The intersection element to be added.

  • The element newIntersectionElemId is not a level, grid, reference plane, or a curve element whose category is lines and reference lines.
  • A non-optional argument was null

Loading…