PartMaker Class


PartMaker is an element which takes some source elements (e.g., a wall with all its layers) and creates one or more Parts out of it. The logic according to which these Parts are created is non-trivial and PartMaker uses various PartMakerMethods which represents these logics. This element manages the strategy to make Part elements for one or more original elements.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2012

Syntax

C#
public class PartMaker : Element
Visual Basic
Public Class PartMaker _
	Inherits Element
Visual C++
public ref class PartMaker : public Element

Inheritance Hierarchy

System Object
Autodesk.Revit.DB Element
Autodesk.Revit.DB PartMaker

See Also