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

3f5aceb2 68fd 91d3 3997 b07a4384f798

haplokuon edited this page May 6, 2023 · 1 revision

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

netDxf 3.0.0 Library

Initializes a new instance of the Angular2LineDimension class.

Definition

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

C#

public Angular2LineDimension(
	Line firstLine,
	Line secondLine,
	double offset,
	Vector3 normal,
	DimensionStyle style
)

VB

Public Sub New ( 
	firstLine As Line,
	secondLine As Line,
	offset As Double,
	normal As Vector3,
	style As DimensionStyle
)

C++

public:
Angular2LineDimension(
	Line^ firstLine, 
	Line^ secondLine, 
	double offset, 
	Vector3 normal, 
	DimensionStyle^ style
)

F#

new : 
        firstLine : Line * 
        secondLine : Line * 
        offset : float * 
        normal : Vector3 * 
        style : DimensionStyle -> Angular2LineDimension

Parameters

  Line
First line that defines the angle to measure.
  Line
Second line that defines the angle to measure.
  Double
Distance between the center point and the dimension line.
  Vector3
Normal vector of the plane where the dimension is defined.
  DimensionStyle
The style to use with the dimension.

See Also

Reference

Angular2LineDimension Class
Angular2LineDimension Overload
netDxf.Entities Namespace

Clone this wiki locally