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

3e1c029e 840f 2694 c94e 3bfd0756196b

haplokuon edited this page May 6, 2023 · 1 revision

Controls Property

netDxf 3.0.0 Library

[Missing <summary> documentation for "P:netDxf.GTE.NURBSSurface.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

NURBSSurface Class
netDxf.GTE Namespace

Clone this wiki locally