Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with this advanced maya and math scripting. Create a Maya Script in Python using the Maya API. Create a UI that will

I need help with this advanced maya and math scripting. image text in transcribed
Create a Maya Script in Python using the Maya API. Create a UI that will do the following: 1. Encapsulate one object within another (ex: cube within a cylinder), make sure the objects have been selected. a. Assume whichever object is selected first is the reference object b. Hint: The command Is(selection=True) will return the objects as they were selected so the last one selected is the last one in the list 2. Using the outer object as the reference, create lines using the outer object's pivot and each of the outer object's vertices 3. Determine the intersection point of each line with the inner object 4. Place a new cube at center of the intersection point a. The cube should be sized at 0.1 for all dimensions Create a Maya Script in Python using the Maya API. Create a UI that will do the following: 1. Encapsulate one object within another (ex: cube within a cylinder), make sure the objects have been selected. a. Assume whichever object is selected first is the reference object b. Hint: The command Is(selection=True) will return the objects as they were selected so the last one selected is the last one in the list 2. Using the outer object as the reference, create lines using the outer object's pivot and each of the outer object's vertices 3. Determine the intersection point of each line with the inner object 4. Place a new cube at center of the intersection point a. The cube should be sized at 0.1 for all dimensions

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro SQL Server Wait Statistics

Authors: Enrico Van De Laar

1st Edition

1484211391, 9781484211397

More Books

Students also viewed these Databases questions

Question

3. What may be the goal of the team?

Answered: 1 week ago

Question

Is how things are said consistent with what is said?

Answered: 1 week ago

Question

Has the priority order been provided by someone else?

Answered: 1 week ago