vgl.planeSource (class)

class vgl.planeSource()

Create a new instance of class planeSource

Returns:
rtype:vgl.planeSource
vgl.planeSource.setOrigin(x, y, z)
Arguments:
  • x
  • y
  • z

Set origin of the plane

vgl.planeSource.setPoint1(x, y, z)
Arguments:
  • x
  • y
  • z

Set point that defines the first axis of the plane

vgl.planeSource.setPoint2(x, y, z)
Arguments:
  • x
  • y
  • z

Set point that defines the first axis of the plane

vgl.planeSource.create()

Create a plane geometry given input parameters

Returns:
Return type:null