Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.3K Views
|
1 Reply
|
1 Total Like
View groups...
Share
Share this post:

How can i export a 3D Scatterplot to .maya?

Posted 11 years ago
Attachments:
POSTED BY: Patrick Klose

You could use Sphere: instead of point:

Export["model.ma", % /. {Point[a_] :> Sphere[a, 0.1]}]

but this could be a bit slow - check with a few points first.

POSTED BY: Vitaliy Kaurov
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard