Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MeshCreateCylinderParams

Hierarchy

  • Object
    • MeshCreateCylinderParams

Index

Properties

constructor

constructor: Function

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

Optional densificationFactor

densificationFactor: number

The additional number of subdivisions for generating the mesh representing a cylinder.

Read more...

Optional geographic

geographic: boolean

Whether to georeference relative to the globe or the projected coordinate system (PCS).

Read more...

Optional material

material: MeshMaterial

The material to be used for the mesh.

Read more...

Optional size

A uniform size value or an object containing individual values width, height and depth.

Read more...

Optional unit

unit: "millimeters" | "centimeters" | "decimeters" | "meters" | "kilometers" | "inches" | "feet" | "yards" | "miles" | "nautical-miles" | "us-feet"

The unit of the size (defaults to the unit of the location's spatial reference).

Read more...

Methods

hasOwnProperty

  • hasOwnProperty(v: PropertyKey): boolean
  • Determines whether an object has a property with the specified name.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

isPrototypeOf

  • isPrototypeOf(v: Object): boolean
  • Determines whether an object exists in another object's prototype chain.

    Parameters

    • v: Object

      Another object whose prototype chain is to be checked.

    Returns boolean

propertyIsEnumerable

  • propertyIsEnumerable(v: PropertyKey): boolean
  • Determines whether a specified property is enumerable.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

toLocaleString

  • toLocaleString(): string
  • Returns a date converted to a string using the current locale.

    Returns string

toString

  • toString(): string
  • Returns a string representation of an object.

    Returns string

valueOf

  • valueOf(): Object
  • Returns the primitive value of the specified object.

    Returns Object

Generated using TypeDoc