Click or drag to resize

DynamicConnectorLocation Method

[Missing <summary> documentation for "M:Demo3D.Visuals.DynamicConnector.Location(System.Int32,System.Int32)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
protected virtual Vector3 Location(
	int i,
	int n
)

Parameters

i
Type: SystemInt32

[Missing <param name="i"/> documentation for "M:Demo3D.Visuals.DynamicConnector.Location(System.Int32,System.Int32)"]

n
Type: SystemInt32

[Missing <param name="n"/> documentation for "M:Demo3D.Visuals.DynamicConnector.Location(System.Int32,System.Int32)"]

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Demo3D.Visuals.DynamicConnector.Location(System.Int32,System.Int32)"]

See Also