![]() |
v2.40
|
|
Represents arguments for new entity construction. More...
Properties | |
int | CategoryId [get, set] |
The entity category ID. | |
int | HostObjectId [get, set] |
The host object ID. | |
Placement3D | Placement3D [get, set] |
The 3D placement. | |
GUID | TypeId [get, set] |
The entity type ID. | |
Represents arguments for new entity construction.
|
getset |
The entity category ID.
The category ID of the entity to create. The property applies to entities that are based on categories (MEP styles). For example, to create Equipment style or Pipe fitting style, set CategoryID equal to one of the Equipment or Pipe fitting categories.
|
getset |
The host object ID.
The ID of the object that is the host for the object being created. For example: To create wall, set HostObjectId equal to one of the level IDs. To create window, set HostObjectId equal to one of the wall IDs.
|
getset |
The 3D placement.
The global 3D placement of the object being created. The property applies to level based objects. By default, Placement3D is equal to right orthonormalized coordinate system, that is it`s equal to Placement3D{ .origin = (0, 0, 0), .xAxis = (1, 0, 0), .zAxis = (0, 0, 1) }
|
getset |
The entity type ID.
The type id of the the entity to create. For example, to create Material, set TypeID equal to StyleTypeIds::Material.