Click or drag to resize

Frame Constructor (Frame, FrameCoordinateSystem)

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

Namespace:  Demo3D.Visuals.Frames
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public Frame(
	Frame parent,
	FrameCoordinateSystem coordinateSystem = FrameCoordinateSystem.LeftHandedYUp
)

Parameters

parent
Type: Demo3D.Visuals.FramesFrame
This frame's parent frame.
coordinateSystem (Optional)
Type: Demo3D.Visuals.FramesFrameCoordinateSystem
The coordinate system this frame is to use.
See Also