Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 891 Bytes

(GH-wiki)-Assembly.md

File metadata and controls

14 lines (7 loc) · 891 Bytes

Assembly

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.


← back to overview