IGeoPart Model.CreatePartInstance(IGeoPart part)

This will create an instance (not an independent copy) of the provided part. The use of instanced parts for replication is highly recommended for memory and performance reasons.

Parameters

  • part
    Type: IGeoPart
    The part to instance

Return Value

Type: IGeoPart
An wrapper to the new part instance.