Skip to main content

create3Dfloorplan

Creates a plane from a 2D drawing that can be inserted into a 3D model.

Syntax

RxCore.create3Dfloorplan(sourceindex, targetdocindex, floornum)

Parameters

  • sourceindex: number — The open file index of a 2D drawing.
  • targetdocindex: number — The open file index of the target 3D model.
  • floornum: number — The floor index in the 3D model where the floorplan plane will be added.

Returns

  • NA — This method does not return a value.