Bridges-Python  3.4.4
Bridges(Python API)
Public Member Functions | List of all members
bridges.mesh.Terrain_Mesh Class Reference

Public Member Functions

def __init__ (self, name, rows, cols, elevation_data)
 
def rows (self)
 
def rows (self, rows)
 
def cols (self)
 
def cols (self, cols)
 
def vertices (self)
 
def vertices (self, vertices)
 
def colors (self)
 
def colors (self, colors)
 
def push_representation (self, scene_json)
 

Constructor & Destructor Documentation

◆ __init__()

def bridges.mesh.Terrain_Mesh.__init__ (   self,
  name,
  rows,
  cols,
  elevation_data 
)

Member Function Documentation

◆ colors() [1/2]

def bridges.mesh.Terrain_Mesh.colors (   self)

◆ colors() [2/2]

def bridges.mesh.Terrain_Mesh.colors (   self,
  colors 
)

◆ cols() [1/2]

def bridges.mesh.Terrain_Mesh.cols (   self)

◆ cols() [2/2]

def bridges.mesh.Terrain_Mesh.cols (   self,
  cols 
)

◆ push_representation()

def bridges.mesh.Terrain_Mesh.push_representation (   self,
  scene_json 
)

◆ rows() [1/2]

def bridges.mesh.Terrain_Mesh.rows (   self)

◆ rows() [2/2]

def bridges.mesh.Terrain_Mesh.rows (   self,
  rows 
)

◆ vertices() [1/2]

def bridges.mesh.Terrain_Mesh.vertices (   self)

◆ vertices() [2/2]

def bridges.mesh.Terrain_Mesh.vertices (   self,
  vertices 
)

The documentation for this class was generated from the following file: