Click or drag to resize

PrimitiveCylinderSet2Point Method

Set Start, End Point

Namespace:  SHConnector.Utility.Models
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public void Set2Point(
	float[] start,
	float[] end,
	float radius
)

Parameters

start
Type: SystemSingle
Start Point
end
Type: SystemSingle
End Point
radius
Type: SystemSingle
Radius
See Also