ThreePipe
    Preparing search index...

    Class Rhino3dmLoadPlugin

    Adds support for loading Rhino .3dm, model/vnd.3dm, model/3dm files and data uris.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _importer: Importer<Rhino3dmLoader2> = ...
    constructor: typeof BaseImporterPlugin
    forceLayerMaterials: boolean = false

    Force layer materials even if material/color source is not from layer. Only works if importMaterials is true Same as Rhino3dmLoader2.ForceLayerMaterials

    hideLineMesh: boolean = false

    Hide all lines, line segments and points in the file Same as Rhino3dmLoader2.HideLineMesh

    hidePointMesh: boolean = true

    Hide all points in the file

    importMaterials: boolean = true

    Import materials from the file based on material source and color source. If false, a default material will be used Same as Rhino3dmLoader2.ImportMaterials

    loadUserDataStrings: boolean = true

    Remove strings from userData

    replaceWithInstancedMesh: boolean = false

    Replace meshes with instanced meshes if they have the same parent, geometry and material Same as Rhino3dmLoader2.ReplaceWithInstancedMesh

    toJSON: any = null
    uiConfig: UiObjectConfig
    PluginType: "Rhino3dmLoadPlugin" = 'Rhino3dmLoadPlugin'

    Methods