Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

8696ef18 d7c2 f729 368e a767a4fda463

haplokuon edited this page May 6, 2023 · 1 revision

LinearDimension(Line, Double, Double, Vector3, DimensionStyle) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the LinearDimension class.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public LinearDimension(
	Line referenceLine,
	double offset,
	double rotation,
	Vector3 normal,
	DimensionStyle style
)

VB

Public Sub New ( 
	referenceLine As Line,
	offset As Double,
	rotation As Double,
	normal As Vector3,
	style As DimensionStyle
)

C++

public:
LinearDimension(
	Line^ referenceLine, 
	double offset, 
	double rotation, 
	Vector3 normal, 
	DimensionStyle^ style
)

F#

new : 
        referenceLine : Line * 
        offset : float * 
        rotation : float * 
        normal : Vector3 * 
        style : DimensionStyle -> LinearDimension

Parameters

  Line
Reference line of the dimension.
  Double
Distance between the reference line and the dimension line.
  Double
Rotation in degrees of the dimension line.
  Vector3
Normal vector of the plane where the dimension is defined.
  DimensionStyle
The style to use with the dimension.

Remarks

The reference line define the distance to be measure.

See Also

Reference

LinearDimension Class
LinearDimension Overload
netDxf.Entities Namespace

Clone this wiki locally