draftmake.make_shape2dview Namespace Reference

Functions

def make_shape2dview (baseobj, projectionVector=None, facenumbers=[])
 

Variables

 makeShape2DView = make_shape2dview
 

Function Documentation

◆ make_shape2dview()

def draftmake.make_shape2dview.make_shape2dview (   baseobj,
  projectionVector = None,
  facenumbers = [] 
)
makeShape2DView(object, [projectionVector], [facenumbers])

Add a 2D shape to the document, which is a 2D projection of the given object. 

Parameters
----------
object : 
    TODO: Describe

projectionVector : Base.Vector
    Custom vector for the projection

facenumbers : [] TODO: Describe
    A list of face numbers to be considered in individual faces mode.

Variable Documentation

◆ makeShape2DView

draftmake.make_shape2dview.makeShape2DView = make_shape2dview