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

7c1cfae3 a2b9 b277 a80f 199675badecf

haplokuon edited this page May 6, 2023 · 1 revision

OrdinateDimension(Vector2, Vector2, Double, OrdinateDimensionAxis, Double, DimensionStyle) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the OrdinateDimension class.

Definition

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

C#

public OrdinateDimension(
	Vector2 origin,
	Vector2 featurePoint,
	double length,
	OrdinateDimensionAxis axis,
	double rotation,
	DimensionStyle style
)

VB

Public Sub New ( 
	origin As Vector2,
	featurePoint As Vector2,
	length As Double,
	axis As OrdinateDimensionAxis,
	rotation As Double,
	style As DimensionStyle
)

C++

public:
OrdinateDimension(
	Vector2 origin, 
	Vector2 featurePoint, 
	double length, 
	OrdinateDimensionAxis axis, 
	double rotation, 
	DimensionStyle^ style
)

F#

new : 
        origin : Vector2 * 
        featurePoint : Vector2 * 
        length : float * 
        axis : OrdinateDimensionAxis * 
        rotation : float * 
        style : DimensionStyle -> OrdinateDimension

Parameters

  Vector2
Origin point in world coordinates of the ordinate dimension.
  Vector2
Base location point in local coordinates of the ordinate dimension.
  Double
Length of the dimension line.
  OrdinateDimensionAxis
Local axis that measures the ordinate dimension.
  Double
Angle of rotation in degrees of the dimension lines.
  DimensionStyle
The style to use with the dimension.

Remarks

The local coordinate system of the dimension is defined by the dimension normal and the rotation value.

See Also

Reference

OrdinateDimension Class
OrdinateDimension Overload
netDxf.Entities Namespace

Clone this wiki locally