CanvasApplication ObjectThe CanvasApplication object provides helper functions, information about 3D Canvas' current state and allows you to get the active Scene.
Gets the path of 3D Canvas. Syntax object.GetPath() as Variant Gets the active scene. Syntax object.GetActiveScene() As CanvasScene Gets details about 3D Canvas' grid. Syntax object.GetGridDetails(GridOriginX As Variant, Rotates a Point around a given axis. Syntax object.RotatePoint(PointX As Variant, Remarks Angle is in Radians. pi Radians = 180 Degrees. Translates the provided number into a string appropriate for an export function. Syntax object.FormatScientific(Number As Variant) As Variant Remarks This function ensures that an export function always formats numbers in a correct way regardless of the regional settings of the computer. 3D File formats are universally stored using the English numbering style where "one and one half" is represented as "1.50". Microsoft Windows however outputs numbers using the regional settings of the computer. This will not work for most export formats since they often delimit items with commas. |