[Plugin] Voxelize - Updated 2011-04-04
-
@thedro said:
I just checked out some of the methods of components (instance and definition) and there is a "
bounds" method (not found in the api documentation...)Yes it is.
bounds()is defined in classDrawingelementGroup,ComponentDefinition,ComponentInstanceare all subclasses ofDrawingelement, so they inherit their superclass' instance methods.At the console:
Sketchup::Group.superclass()Sketchup::DrawingelementSketchup::Drawingelement.superclass()Sketchup::Entity.. so they also have all
Sketchup::Entityinstance methods. AndSketchup::Entityis a subclass ofObjectso they have all of those instance methods, and moduleKernelis mixed intoObject, so they will have of those methods. -
Does anyone play Minecraft? -- everything is made of cubes -
Try Qubicle

-
Hi,
Thanks for the plugin, I have made an icon for the plugin but I don't know ruby code to create the toolbar for the plugin, if you are insterested here the icons.
-
Hi,
How can I count the the boxes (cubes) after voxelization? Is there any automatic method to count it?
Thank you.
Iasef.
-
@iasef25 said:
Hi,
How can I count the the boxes (cubes) after voxelization? Is there any automatic method to count it?
Thank you.
Iasef.
The answer to your question is just a few posts above yours. It's amazing what you'll see if you spend a few seconds looking.

@unknownuser said:
Since the plugin creates the cubes as instances of a component, select one of them and look at the Entity Info box. It'll tell you how many there are.
-
You can say that again.
-
Hi Dave R,
Thank you so much !

Iasef.
-
Qubicle 2 soon!

-
Cool plugin. Cheers.
Advertisement