Skip to content

ACadSharp.Entities.Insert

Albert Domenech edited this page Jul 14, 2024 · 2 revisions

Insert Class

Represents a entity.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Entities

C#

public class Insert

Properties

Returns Name Summary
SeqendCollection1` 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

Methods

Returns Name Summary
CadObject Clone
Void UpdateAttributes Updates all attribute definitions contained in the block reference as Attribute entitites in the insert
Clone this wiki locally