PointObject.draw
- PointObject.draw(color=None, collection=None, radius=0.01, u=16, v=16)[source]
- Draw the point. - Parameters:
- colortuple[float, float, float] | tuple[int, int, int] | compas.colors.Color, optional
- Color of the point object. 
- collectionstr, optional
- The name of the Blender scene collection containing the created object(s). 
- radiusfloat, optional
- Radius of the point object. 
- uint, optional
- Number of faces in the “u” direction. 
- vint, optional
- Number of faces in the “v” direction. 
 
- colortuple[float, float, float] | tuple[int, int, int] | 
- Returns:
- list[bpy.types.Object]