Tsg3DNavigator.LoadFromStream
procedure LoadFromStream(const AFileName: string; Stream: TStream; ADoClear: Boolean = True);
Description
Loads 3D model from a specified stream.
Parameters
AFileName Path to the loaded file
Stream The stream from which 3D model will be read
ADoClear Value indicating whether to clear the scene or not (True by default)
Go to CAD VCL Enterprise