Frame(Frame, FrameCoordinateSystem) Constructor |
Initializes a new instance of the Demo3D.Visuals.Frame class with a parent frame and a specified coordinate system.
Namespace: Demo3D.Visuals.FramesAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic Frame(
Frame parent,
FrameCoordinateSystem coordinateSystem = FrameCoordinateSystem.LeftHandedYUp
)
Parameters
- parent Frame
- This frame's parent frame.
- coordinateSystem FrameCoordinateSystem (Optional)
- The coordinate system this frame is to use.
See Also