Class File3dmObjectTable

Constructors

Properties

count: number

Returns the total amount of items in the object table, including lights.

Methods

  • Parameters

    Returns string

    A unique identifier for the object.

    Description

    Duplicates the object, then adds a copy of the object to the document.

  • Parameters

    • arc: Arc

      An arc.

    Returns string

    A unique identifier for the object.

    Description

    Adds a curve object to the document representing an arc.

  • Parameters

    • brep: Brep

      A duplicate of this brep is added to Rhino.

    Returns string

    A unique identifier for the object.

    Description

    Adds a brep object to Rhino.

  • Parameters

    • circle: Circle

      A circle to add.

    Returns string

    A unique identifier for the object.

    Description

    Adds a curve object to the document representing a circle.

  • Parameters

    • curve: Curve

      A curve to add.

    Returns string

    A unique identifier for the object.

    Description

    Adds a curve object to the table.

  • Parameters

    • ellipse: Ellipse

      An ellipse to add.

    Returns string

    A unique identifier for the object.

    Description

    Adds a curve object to the document representing an ellipse.

  • Parameters

    • extrusion: Extrusion

      A duplicate of this extrusion is added to Rhino.

    Returns string

    A unique identifier for the object.

    Description

    Adds an extrusion object to Rhino.

  • Parameters

    Returns string

    A unique identifier for the object.

    Description

    Adds an instance reference geometry object to the table.

  • Parameters

    • from: number[]

      A line start point.

    • to: number[]

      A line end point.

    Returns string

    A unique identifier of new rhino object.

    Description

    Adds a line object to Rhino.

  • Parameters

    • mesh: Mesh

      A duplicate of this mesh is added to Rhino.

    Returns string

    A unique identifier for the object.

    Description

    Adds a mesh object to Rhino.

  • Parameters

    • point: number[]

    Returns string

  • Parameters

    Returns string

    A unique identifier for the object.

    Description

    Adds a point cloud object to the document.

  • Parameters

    • x: number

      X component of point coordinate.

    • y: number

      Y component of point coordinate.

    • z: number

      Z component of point coordinate.

    Returns string

    id of new object.

    Description

    Adds a point object to the table.

  • Parameters

    • points: Point3dList | number[][]

      An array of points in [x, y, z] format or Point3dList.

    Returns string

    A unique identifier for the object.

    Description

    Adds a polyline object to Rhino.

  • Parameters

    • sphere: Sphere

      A sphere to add.

    Returns string

    A unique identifier for the object.

    Description

    Adds a surface object to the document representing a sphere.

  • Parameters

    • surface: Surface

      A duplicate of this surface is added to Rhino.

    Returns string

    A unique identifier for the object.

    Description

    Adds a surface object to Rhino.

  • Parameters

    • text: string

      The text.

    • location: number[]

      The location.

    Returns string

    A unique identifier for the object.

    Description

    Adds a text dot object to the table.

Generated using TypeDoc