ACadSharp.Entities.Insert - DomCR/ACadSharp GitHub Wiki
Represents a entity.
Object name
Dxf class name
Namespace: ACadSharp.Entities
C#
DxfNameAttribute
DxfSubClassAttribute
public class Insert
Returns | Name | Summary |
---|---|---|
SeqendCollection<AttributeEntity> |
Attributes | Attributes from the block reference |
BlockRecord |
Block | Gets the insert block definition |
UInt16 |
ColumnCount | Column count |
Double |
ColumnSpacing | Column spacing |
Boolean |
HasAttributes | True if the insert has attribute entities in it |
XYZ |
InsertPoint | A 3D WCS coordinate representing the insertion or origin point. |
XYZ |
Normal | Specifies the three-dimensional normal unit vector for the object. |
String |
ObjectName | |
ObjectType |
ObjectType | |
Double |
Rotation | Specifies the rotation angle for the object. |
UInt16 |
RowCount | Row count |
Double |
RowSpacing | Row spacing |
String |
SubclassMarker | |
Double |
XScale | X scale factor |
Double |
YScale | Y scale factor |
Double |
ZScale | Z scale factor |
Returns | Name | Summary |
---|---|---|
CadObject |
Clone | |
BoundingBox |
GetBoundingBox | Gets the bounding box aligned with the axis XYZ that occupies this entity. |
Void |
UpdateAttributes | Updates all attribute definitions contained in the block reference as Attribute entitites in the insert |