2027 Method
Changes 0
M

PartMakerMethodToDivideVolumes.AddIntersectingReference

Description:
Adds intersecting reference with an offset.
public bool AddIntersectingReference(
	ElementId intersectingReference,
	double offset
)
  • intersectingReference
    Id of the new intersecting reference.
  • Double
    offset
    The Offste for the new intersecting reference.
Return Value Boolean True if the PartMaker did not already use this intersecting reference and it was added, false if the PartMaker already used this intersecting reference and this call only updated its offset.
  • The element id was not permitted as intersecting references. Intersecting references should be levels, grids, or reference planes.
  • A non-optional argument was null