Description:
Adds an instance reference geometry object to the table.
Syntax:
public Guid AddInstanceObject(
InstanceReferenceGeometry instanceReference,
ObjectAttributes attributes
)
InstanceReferenceGeometry instanceReference,
ObjectAttributes attributes
)
Parameters:
- instanceReference
- Type: InstanceReferenceGeometry
- The instance reference geometry object.
- attributes
- Type: ObjectAttributes
- The attributes to link with the object.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
6.5
Description:
Adds an instance reference geometry object to the table.
Syntax:
Parameters:
- instanceReference
- Type: InstanceReferenceGeometry
- The instance reference geometry object.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
6.5
Description:
Adds an instance reference geometry object to the table.
Syntax:
public Guid AddInstanceObject(
int instanceDefinitionIndex,
Transform instanceXform,
ObjectAttributes attributes
)
int instanceDefinitionIndex,
Transform instanceXform,
ObjectAttributes attributes
)
Parameters:
- instanceDefinitionIndex
- Type: int
- The index of the instance definition geometry object.
- instanceXform
- Type: Transform
- The transformation.
- attributes
- Type: ObjectAttributes
- The object attributes.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
6.5
Description:
Adds an instance reference geometry object to the table.