PartUtils.DivideParts Method

PartUtilsDivideParts Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static PartMaker DivideParts(
	Document document,
	ICollection<ElementId> elementIdsToDivide,
	ICollection<ElementId> intersectingReferenceIds,
	IList<Curve> curveArray,
	ElementId sketchPlaneId
)
Public Shared Function DivideParts ( 
	document As Document,
	elementIdsToDivide As ICollection(Of ElementId),
	intersectingReferenceIds As ICollection(Of ElementId),
	curveArray As IList(Of Curve),
	sketchPlaneId As ElementId
) As PartMaker
public:
static PartMaker^ DivideParts(
	Document^ document, 
	ICollection<ElementId^>^ elementIdsToDivide, 
	ICollection<ElementId^>^ intersectingReferenceIds, 
	IList<Curve^>^ curveArray, 
	ElementId^ sketchPlaneId
)
static member DivideParts : 
        document : Document * 
        elementIdsToDivide : ICollection<ElementId> * 
        intersectingReferenceIds : ICollection<ElementId> * 
        curveArray : IList<Curve> * 
        sketchPlaneId : ElementId -> PartMaker 

Parameters

document  Document
 
elementIdsToDivide  ICollectionElementId
 
intersectingReferenceIds  ICollectionElementId
 
curveArray  IListCurve
 
sketchPlaneId  ElementId
 

Return Value

PartMaker
See Also