build_all property

build_all property

Mark all geometries in scene to be printable. Or you can manually mark node to be printable by Microsoft3MFFormat.set_buildable Default value is true

Definition:

@property
def build_all(self):
    ...
@build_all.setter
def build_all(self, value):
    ...

See Also