Doc tweaks

This commit is contained in:
adam-urbanczyk
2020-09-07 15:37:13 +02:00
parent 39c7640a41
commit ef9f5af164
3 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,9 @@ from .shapes import Shape, Compound
class Color(object): class Color(object):
"""
Wrapper for the OCCT color object Quantity_ColorRGBA.
"""
wrapped: Quantity_ColorRGBA wrapped: Quantity_ColorRGBA

View File

@ -198,3 +198,6 @@ Workplane and Shape objects can be connected together into assemblies
Assembly Assembly
Assembly.add Assembly.add
Assembly.save Assembly.save
Assembly.constrain
Constraint
Color

View File

@ -19,6 +19,7 @@ Core Classes
CQ CQ
Workplane Workplane
Assembly Assembly
Constraint
Topological Classes Topological Classes
---------------------- ----------------------