Geometry Layer

Base Class: WireframeLayer

Derived Classes: None

Description

Set geometry layer properties

Example


' set geometry layer to display surface axes 
 call view.geometry.showSurfaceAxes(true)

Available Functions:
 showCombinedLineDir(isShow)
 showCombinedLines(isShow)
 showFacets(isShow, [isShowIfSelected])
 showLineAxes(isShow)
 showLineDir(isShow)
 showLines(isShow)
 showPoints(isShow)
 showSurfaceAxes(isShow)
 showSurfaceNormals(isShow)
 showSurfaces(isShow)
 showVolumeAxes(isShow)
 showVolumes(isShow)

Back to Overview