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: 19.00.00
Syntax
C#
public Vector3 LocalCoordinates(
	Point point,
	Plane3D localPlane
)

Parameters

point  Point

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

localPlane  Plane3D

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

Return Value

Vector3

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

See Also