Options
All
  • Public
  • Public/Protected
  • All
Menu

Class used to store node based geometry build state

Hierarchy

  • NodeGeometryBuildState

Index

Constructors

Properties

buildId: number

Gets or sets the build identifier

noContextualData: NodeGeometryContextualSources[]

Gets or sets the list of non contextual inputs having no contextudal data

notConnectedNonOptionalInputs: NodeGeometryConnectionPoint[]

Gets or sets the list of non connected mandatory inputs

verbose: boolean

Gets or sets a boolean indicating that verbose mode is on

vertexData: Nullable<VertexData>

Gets or sets the vertex data

Accessors

  • Gets or sets the geometry context

    Returns Nullable<VertexData>

Methods

  • Adapt an input value to a target type

    Parameters

    Returns any

    the adapted value

  • emitErrors(): void
  • Emits console errors and exceptions if there is a failing check

    Returns void

  • Gets the value associated with a contextual source

    Parameters

    • source: NodeGeometryContextualSources

      Source of the contextual value

    • Optional skipWarning: boolean

      Do not store the warning for reporting if true

    Returns any

    the value associated with the source

  • Push the new active execution context

    Parameters

    Returns void

  • pushGeometryContext(geometryContext: VertexData): void
  • Push the new active geometry context

    Parameters

    • geometryContext: VertexData

      defines the geometry context

    Returns void

  • Push the new active instancing context

    Parameters

    Returns void

  • restoreExecutionContext(): void
  • Remove current execution context and restore the previous one

    Returns void

  • restoreGeometryContext(): void
  • Remove current geometry context and restore the previous one

    Returns void

  • restoreInstancingContext(): void
  • Remove current isntancing context and restore the previous one

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme