Click or drag to resize

Shape Constructor (String, ShapeStyle, Vector3, Double, Double)

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

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Shape(
	string name,
	ShapeStyle style,
	Vector3 position,
	double size,
	double rotation
)
Request Example View Source

Parameters

name
Type: SystemString
Name of the shape which geometry is defined in the shape style.
style
Type: netDxf.TablesShapeStyle
Shape style.
position
Type: netDxfVector3
Shape insertion point.
size
Type: SystemDouble
Shape size.
rotation
Type: SystemDouble
Shape rotation.
See Also