Get/Set the pivot point to rotate the imodels arround it

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public XYZ Pivot { get; set; }
Visual Basic (Declaration)
Public Property Pivot As XYZ
Visual C++
public:
property XYZ^ Pivot {
	XYZ^ get ();
	void set (XYZ^ value);
}

See Also