Doc tweaks
This commit is contained in:
@ -14,6 +14,9 @@ from .shapes import Shape, Compound
|
||||
|
||||
|
||||
class Color(object):
|
||||
"""
|
||||
Wrapper for the OCCT color object Quantity_ColorRGBA.
|
||||
"""
|
||||
|
||||
wrapped: Quantity_ColorRGBA
|
||||
|
||||
|
||||
@ -198,3 +198,6 @@ Workplane and Shape objects can be connected together into assemblies
|
||||
Assembly
|
||||
Assembly.add
|
||||
Assembly.save
|
||||
Assembly.constrain
|
||||
Constraint
|
||||
Color
|
||||
|
||||
@ -19,6 +19,7 @@ Core Classes
|
||||
CQ
|
||||
Workplane
|
||||
Assembly
|
||||
Constraint
|
||||
|
||||
Topological Classes
|
||||
----------------------
|
||||
|
||||
Reference in New Issue
Block a user