2010-08-04
11:10 PM
- last edited on
2023-05-24
11:53 AM
by
Rubia Torres
2010-08-04 11:17 PM
2010-08-05 02:13 AM
2010-08-05 03:38 AM
2010-08-05 05:02 AM
2010-08-05 05:02 AM
Peter wrote:Is this one of the undocumented new features?
I guess I won't be able to because of this
crash behavior.
Peter Devlin
2010-08-05 05:14 AM
Peter wrote:Sorry I should have made it more clear that the main thing I was responding to was that AC did not crash when I changed and objects subtype to skylight.
Hello Lec,
I am sure it is not as simple as that.
I am assuming you have to use some of the
obligatory parameters in the 3D script to cut the hole.
Of course, I don't know for sure, which is
why I am asking the question.
Peter Devlin
2010-08-05 05:18 AM
2010-08-05 08:39 AM
3. Parameters for add-ons Add-ons can get values from library parts through parameters with predefined name and function. The list of such parameters in connection of the AC-package add-ons follow below. 3.1. Parameters of Skylight add-on Hole edge cut manipulation ac_edge_lower_type - integer Cut type of the lower edge: 0 - Vertical, 1 - Perpendicular, 2 - Horizontal, 3 - Custom ac_edge_lower_angle - angle Angle of the cut of the lower edge, if ac_edge_lower_type is 3. The value range is [1-179] degrees, 90 is the perpendicular case. ac_edge_upper_type - integer Cut type of the upper edge: 0 - Vertical, 1 - Perpendicular, 2 - Horizontal, 3 - Custom ac_edge_upper_angle - angle Angle of the cut of the upper edge, if ac_edge_upper_type is 3. The value range is [1-179] degrees, 90 is the perpendicular case.
hotspot2 0, (b*cos(ac_roofang))/2 line2 -a/2, 0, a/2, b*cos(ac_roofang) line2 a/2, 0, -a/2, b*cos(ac_roofang) rect2 -a/2, 0, a/2, b*cos(ac_roofang)!<---rect2 is not necessary, AC draws the edge automatically
2010-08-05 08:41 AM