|  | 
| EllipseLineNodeGetArc3DPoints Method | 
            FillArc3DPoints method returns an array with positions that define the 3D line arc.
            
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
 Syntax
Syntaxpublic static Vector3[] GetArc3DPoints(
	Vector3 centerPosition,
	Vector3 normalDirection,
	Vector3? zeroAngleDirection,
	float xRadius,
	float yRadius,
	float startAngle,
	float endAngle,
	int segments
)
Parameters
- centerPosition  Vector3
- normalDirection  Vector3
- zeroAngleDirection  NullableVector3
- xRadius  Single
- yRadius  Single
- startAngle  Single
- endAngle  Single
- segments  Int32
Return Value
Vector3 See Also
See Also