2

How to hard assign construction to surface by ruby

Hi, I want to set some adiabatic wall for my model, but after I set adiabatic walls, seems constructions for these surface can not be assigned from construction set, so I have to assign by myself (by ruby bindings). However, form the SDK documentation, there is no method for Surface to assign a single construction, does someone can help me to figure it out?

dalin_si's avatar
496
dalin_si
asked 2017-02-22 11:25:03 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-08-21 08:40:47 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

Click 'List of all members' at the top of the documentation page and you'll see all the methods from that class and its parent classes. Surface inherits the method setConstruction from its parent PlanarSurface.

ericringold's avatar
10.6k
ericringold
answered 2017-02-22 11:32:28 -0500, updated 2017-02-22 11:37:59 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments