This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
cf58fdc6 bd02 73d4 0b46 5eac5f42585d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gives direct access to operations related with the entities in a drawing. These are no more than shortcuts to the real place where the entities are stored in a document (drawing.Layouts[layoutName].AssociatedBlock.Entities). The layout where the operations are performed is defined by the ActiveLayout property, by default the active layout is the Model.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public sealed class DrawingEntities
VB
Public NotInheritable Class DrawingEntities
C++
public ref class DrawingEntities sealed
F#
[<SealedAttribute>]
type DrawingEntities = class end
Inheritance | Object → DrawingEntities |
ActiveLayout | Gets or sets the name of the active layout. |
All | Gets the complete list entities contained in the active layout. |
Arcs | Gets the list of arcs contained in the active layout. |
Circles | Gets the list of circles in the active layout. |
Dimensions | Gets the list of dimensions in the active layout. |
Ellipses | Gets the list of ellipses in the active layout. |
Faces3D | Gets the list of 3d faces in the active layout. |
Hatches | Gets the list of hatches in the active layout. |
Images | Gets the list of images in the active layout. |
Inserts | Gets the list of inserts in the active layout. |
Leaders | Gets the list of leader in the active layout. |
Lines | Gets the list of lines in the active layout. |
Meshes | Gets the list of mesh in the active layout. |
MLines | Gets the list of multilines in the active layout. |
MTexts | Gets the list of multiline texts in the active layout. |
Points | Gets the list of points in the active layout. |
PolyfaceMeshes | Gets the list of polyface meshes in the active layout. |
PolygonMeshes | Gets the list of polygon meshes in the active layout. |
Polylines2D | Gets the list of polylines in the active layout. |
Polylines3D | Gets the list of polylines in the active layout. |
Rays | Gets the list of rays in the active layout. |
Shapes | Gets the list of shapes in the active layout. |
Solids | Gets the list of solids in the active layout. |
Splines | Gets the list of splines in the active layout. |
Texts | Gets the list of texts in the active layout. |
Tolerances | Gets the list of tolerance in the active layout. |
Traces | Gets the list of traces in the active layout. |
Underlays | Gets the list of underlay in the active layout. |
Viewports | Gets the list of viewports in the active layout. |
Wipeouts | Gets the list of wipeouts in the active layout. |
XLines | Gets the list of extension lines in the active layout. |
Add(EntityObject) | Adds an entity to the active layout of the document. |
Add(IEnumerable(EntityObject)) | Adds a list of entities to the active layout of the document. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Remove(EntityObject) | Removes an entity from the document. |
Remove(IEnumerable(EntityObject)) | Removes a list of entities from the document. |
ToString | Returns a string that represents the current object. (Inherited from Object) |