GeomSrcDrawStyle Option

 

The GeomSrcDrawStyle option changes the method of drawing the geometry. The OptionValue is 0, 1, 2, or 3 for As is, Shaded, Lines, or Points.

 

Syntax

object.Construct(“ModifyModule”)

object.Option(“Module”, “geom_src_filename”)

object.Option(“GeomSrcDrawStyle”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example shows how to change the drawing style for the geometry module.

 

  CommandApi.Construct ("ModifyModule")

  CommandApi.Option ("Module", "Earth.iv ")

  CommandApi.Option ("GeomSrcDrawStyle", "2")

  CommandApi.Do()

 

Used by: GeomSrc

 

 

See Also

Automation Model