Description:

Adds an instance reference geometry object to the table.

Syntax:
public Guid AddInstanceObject(
InstanceReferenceGeometry instanceReference,
ObjectAttributes attributes
)
Parameters:
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(
InstanceReferenceGeometry instanceReference
)
Parameters:
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
)
Parameters:
  • instanceDefinitionIndex
  • Type: int
  • The index of the instance definition geometry object.
  • instanceXform
  • Type: Transform
  • The transformation.
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
)
Parameters:
  • instanceDefinitionIndex
  • Type: int
  • The index of the instance definition geometry object.
  • instanceXform
  • Type: Transform
  • The transformation.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
6.5

AddInstanceObject method

Class:  Rhino.FileIO.File3dmObjectTable

Nothing found