DxfDocument Methods |
The DxfDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddEntities |
Adds a list of entities to the document.
|
![]() | AddEntity |
Adds an entity to the document.
|
![]() | FromString |
Returns a DxfDocument from a string containing a DXF file.
|
![]() | GetEntityByHandle |
Gets a dxf entity by its handle.
|
![]() | GetObjectByHandle |
Gets a dxf object by its handle.
|
![]() ![]() | Load(Stream) |
Loads a dxf file.
|
![]() | Load(String) |
Loads a dxf file.
|
![]() | ModifyEntities(ListEntityObject, NullableVector2, NullableVector2, Double, Double, NullableInt16, String, String) |
Modifies the position, rotation and scaling of a list of entities in 2D.
|
![]() | ModifyEntities(ListEntityObject, NullableVector3, NullableVector3, NullableVector3, NullableVector3, NullableInt16, String, String) |
Modifies the position, rotation and scaling of a list of entities.
|
![]() | ModifyEntity(EntityObject, NullableVector2, NullableVector2, Double, Double, NullableInt16, String, String) |
Modifies the position, rotation and scaling of an entity in 2D.
|
![]() | ModifyEntity(EntityObject, NullableVector3, NullableVector3, NullableVector3, NullableVector3, NullableInt16, String, String) |
Modifies the position, rotation and scaling of an entity.
|
![]() | RemoveBlock |
Removes a block from the document.
|
![]() ![]() | RemoveEntities |
Removes a list of entities from the document.
|
![]() | RemoveEntity |
Removes an entity from the document.
|
![]() | RemoveObject(String) |
Removes an object from the document by handle.
|
![]() | RemoveObject(String) |
Removes all document objects which handles ar listed in Handles array.
|
![]() | RotateEntitiesAboutAxis |
Rotate a list of entities about an arbitrary axis.
|
![]() | RotateEntityAboutAxis |
Rotate an entity about an arbitrary axis.
|
![]() | Save(Stream) |
Saves the database of the actual DxfDocument to a text stream.
|
![]() | Save(String) |
Saves the database of the actual DxfDocument to a text dxf file.
|
![]() | Save(Stream, Boolean) |
Saves the database of the actual DxfDocument to a stream.
|
![]() | Save(String, Boolean) |
Saves the database of the actual DxfDocument to a dxf file.
|
![]() | ToFormattedAngle |
Returns a string representing an angle in radians formatted according to angle units format.
|
![]() | ToFormattedUnit |
Returns a string representing a number formatted according to linear units format.
|
![]() | ToString |
Obtains a string containing the dxf file.
(Overrides DxfObjectToString.) |