Méthode | Description | |
---|---|---|
AddEntity ( Entity e ) : void |
Add an dxf entity to a BLOCK
|
|
Block ( ) : System |
Constructor for block
|
|
Block ( string s ) : System |
Used to create an BLOCK with user dxf code.
|
|
SetEndBlk ( DXFLibrary.EndBlk eb ) : void | ||
SetFlag ( short flag ) : void | ||
SetHandle ( string handle ) : void |
Sets the handle for the block.
|
|
SetLayer ( string l ) : void |
Specifies the layer for the block.
|
|
SetName ( string name ) : void |
Sets the block name.
|
|
SetPosition ( double x, double y, double z ) : void |
public AddEntity ( Entity e ) : void | ||
e | Entity | The added entity |
Résultat | void |
public Block ( string s ) : System | ||
s | string | Contains the DXF code that will be writen directly to the dxf file |
Résultat | System |
public SetEndBlk ( DXFLibrary.EndBlk eb ) : void | ||
eb | DXFLibrary.EndBlk | |
Résultat | void |
public SetHandle ( string handle ) : void | ||
handle | string | The handle value |
Résultat | void |
public SetName ( string name ) : void | ||
name | string | Contains the name. |
Résultat | void |
public SetPosition ( double x, double y, double z ) : void | ||
x | double | |
y | double | |
z | double | |
Résultat | void |