<Code Lib>
2021 Method
Changes 0
M

FabricationPart.SplitStraight(Document, ElementId, XYZ)

Description:
Splits the straight into two at the passed in point.
Overloads (2):
SplitStraight(Document,ElementId,XYZ)

public ElementId SplitStraight(
	Document document,
	ElementId partId,
	XYZ position
)

Return Value ElementId Returns the ElementId of the new straight.

Loading…