Click or drag to resize

Insert Constructor (Block, Vector3)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Insert class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Insert(
	Block block,
	Vector3 position
)
Request Example View Source

Parameters

block
Type: netDxf.BlocksBlock
Insert block definition.
position
Type: netDxfVector3
Insert point in world coordinates.
See Also