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

00c9a899 7446 7a79 57fc e019c2980f04

haplokuon edited this page May 6, 2023 · 1 revision

Controls Property

netDxf 3.0.0 Library

[Missing <summary> documentation for "P:netDxf.GTE.BSplineCurve.Controls"]

Definition

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

C#

public Vector3[] Controls { get; }

VB

Public ReadOnly Property Controls As Vector3()
	Get

C++

public:
property array<Vector3>^ Controls {
	array<Vector3>^ get ();
}

F#

member Controls : Vector3[] with get

Property Value

Vector3[]

See Also

Reference

BSplineCurve Class
netDxf.GTE Namespace

Clone this wiki locally