프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FromExisting | |||
GetNextFilename | string | ||
GroupType | System | ||
GroupType | System | ||
GroupType | System | ||
InitGroupType | void | ||
InitGroupType | void | ||
InitGroupType | void | ||
InternalSetGroupType | void |
메소드 | 설명 | |
---|---|---|
FromElement ( Revit.Elements.Element element ) : |
Create a GroupType from an Revit GroupType
|
|
FromElements ( List |
Create a Revit GroupType from a set of elements
|
|
FromElementsAndName ( List |
Create a Revit GroupType from a set of elements and a name
|
|
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.
|
메소드 | 설명 | |
---|---|---|
FromExisting ( Autodesk.Revit.DB GroupType, bool isRevitOwned ) : |
Create a space from an existing reference
|
|
GetNextFilename ( string pattern, List |
||
GroupType ( Autodesk.Revit.DB GroupType ) : System |
Create from an existing Revit Element
|
|
GroupType ( ICollection |
||
GroupType ( ICollection |
||
InitGroupType ( Autodesk.Revit.DB GroupType ) : void |
Initialize a GroupType element
|
|
InitGroupType ( ICollection |
Initialize a GroupType element from a set of objects ids
|
|
InitGroupType ( ICollection |
Initialize a GroupType element from a set of objects ids and a name
|
|
InternalSetGroupType ( Autodesk.Revit.DB GroupType ) : void |
Set the internal Element, ElementId, and UniqueId
|
public static FromElement ( Revit.Elements.Element element ) : |
||
element | Revit.Elements.Element | The origin element |
리턴 |
public static FromElements ( List |
||
elements | List |
A set of elements which will be made into the new GroupType. |
리턴 |
public static FromElementsAndName ( List |
||
elements | List |
A set of elements which will be made into the new GroupType. |
name | string | the name of the GroupType. |
리턴 |