Click or drag to resize

Frame(FrameCoordinateSystem) Constructor

Initializes a new instance of the Demo3D.Visuals.Frame class with a specified coordinate system.

Namespace: Demo3D.Visuals.Frames
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public Frame(
	FrameCoordinateSystem coordinateSystem
)

Parameters

coordinateSystem  FrameCoordinateSystem
The coordinate system this frame is to use.
See Also