-
Notifications
You must be signed in to change notification settings - Fork 26
(GH wiki) Assembly
Ania A edited this page Mar 2, 2023
·
2 revisions
Assembly
component creates a frame structure made of joined Beams
. It connects the beams and adds features based on provided Joints
and Features
definitions.
Geometric operations like cutting, trimming and solid boolean subtractions, which are implied by joints and features, may be computationally expensive, and are disabled by default. To activate it, set applyFeatures
to True
. Errors
provide a log of unsuccessful feature-apply operations.
Assembly as such is an abstract object. To visualize it (to visualize the beams in the assembly), use the ShowAssembly
component that returns the Brep geometry of the beams.