Jump to content
Developer Wiki and Function Reference Links ×

Duplicate 3D objects


Recommended Posts

Extrude along path takes a 2D shape and sends it along another path-based object to create a 3D object.

The math concept behind extrude along path doesn't make sense.

Is there a particular object(s) you are trying to create? Maybe there's a different tool/menu to use.

Link to comment

Given what you describe, perhaps I would create a door drawing routine and then when a double door is specified, I could draw the second leaf by calling the door drawing routine a second time with calculated parameters for the second leaf. The parameters would include the origin, the height, depth, width, and any other needed info. Pseudo code follows:

{**Here is a user defined procedure that draws a door .}

Procedure DrawDoor(MyDoorInfo:DoorInfoType);

Begin

{** Do the draw door thing here using parameters passed from the main routine.}

End;

--snippet from MAIN--

DrawDoor(Door1Info)

If isBiParting Then DrawDoor(Door2Info);

--snippet--

hth,

Frank Brault

NNA

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...