A block is a collection of objects linked together to form a single entity. Using blocks lets you keep model size smaller by using block instances instead of copying identical geometry.
Method |
Description |
Adds a new block definition to the document. |
|
Returns the number of block definitions that contain a specified block as a nested block. |
|
Returns the names of block definitions that contain a specified block as a nested block. |
|
Counts the number of block definitions in the document. |
|
Returns or sets the description of a block definition. |
|
Returns the identifiers of all block definitions in the document. |
|
Counts the number of instances of the block in the document. |
|
Returns the block definition identifier of a block instance object. |
|
Returns the insertion point of a block instance. |
|
Returns the block name of a block instance. |
|
Returns the identifiers of block instances. |
|
Returns the transformation matrix of a block instance. |
|
Returns the name of a block definition given the block definition's identifier. |
|
Returns the names of all block definitions in the document. |
|
Returns the number of objects that define a block definition. |
|
Returns the identifiers of the objects that make up a block definition. |
|
Returns the path to a linked block definition. |
|
Returns the status of a linked block. |
|
Returns the definition, or update, type of a block. |
|
Returns or sets the URL of a block definition. |
|
Returns or sets the URL description of a block definition. |
|
Deletes a block definition and it's instances. |
|
Explodes a block instance. |
|
Inserts a block whose definition already exists in the document. |
|
Verifies that a block definition exists. |
|
Verifies that a block definition is embedded/linked from an external file. |
|
Verifies that an object is a block instance. |
|
Verifies that a block definition is being used. |
|
Verifies that an object is a block definition object. |
|
Verifies that a block definition is from a reference file. |
|
Renames a block definition. |