Property | Type | Description | |
---|---|---|---|
FromExisting | Group | ||
Group | System | ||
Group | System | ||
InitGroup | void | ||
InitGroup | void | ||
InternalSetGroup | void |
Method | Description | |
---|---|---|
FromElement ( Revit.Elements.Element element ) : Group |
Create a group from an Revit group
|
|
PlaceGroupInstance ( Point point, |
Place an instance of a Revit group
|
|
ToString ( ) : string |
Display Spaces in the Dynamo interface OPTIONAL: Overriding ToString allows you to control what is displayed whenever the object's string representation is used. For example, ToString is called when the object is displayed in a Watch node.
|
Method | Description | |
---|---|---|
FromExisting ( Autodesk.Revit.DB group, bool isRevitOwned ) : Group |
Create a group from an existing reference
|
|
Group ( Autodesk.Revit.DB group ) : System |
Create from an existing Revit Element
|
|
Group ( Autodesk.Revit.DB point, Autodesk.Revit.DB groupType ) : System | ||
InitGroup ( Autodesk.Revit.DB group ) : void |
Initialize a group element
|
|
InitGroup ( Autodesk.Revit.DB point, Autodesk.Revit.DB groupType ) : void |
Place a Group in the model
|
|
InternalSetGroup ( Autodesk.Revit.DB group ) : void |
Set the internal Element, ElementId, and UniqueId
|
public static FromElement ( Revit.Elements.Element element ) : Group | ||
element | Revit.Elements.Element | The origin element |
return | Group |
public static PlaceGroupInstance ( Point point, |
||
point | Point | Location point for the group instance |
groupType | The type of the group | |
return | Group |