Click or drag to resize

NurbsAspectLocalCoordinates Method

[Missing <summary> documentation for "M:Demo3D.Components.NurbsAspect.LocalCoordinates(System.Drawing.Point,Demo3D.Common.Geometry.Plane3D)"]

Namespace:  Demo3D.Components
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Vector3 LocalCoordinates(
	Point point,
	Plane3D localPlane
)

Parameters

point
Type: System.DrawingPoint

[Missing <param name="point"/> documentation for "M:Demo3D.Components.NurbsAspect.LocalCoordinates(System.Drawing.Point,Demo3D.Common.Geometry.Plane3D)"]

localPlane
Type: Plane3D

[Missing <param name="localPlane"/> documentation for "M:Demo3D.Components.NurbsAspect.LocalCoordinates(System.Drawing.Point,Demo3D.Common.Geometry.Plane3D)"]

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Demo3D.Components.NurbsAspect.LocalCoordinates(System.Drawing.Point,Demo3D.Common.Geometry.Plane3D)"]

See Also