Jump to content

Cutting "L" Shaped Prim


gregthos
 Share

You are about to reply to a thread that has been inactive for 1589 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

L-shape prim

Path Cut: B = 0.375. E = 0.625

Hollow: 50 to make a perfect 1/4 hollowed L shape.  Increase/decrease the Hollow as needed

we have to rotate the prim to get the orientation we want. Path cutting is calculated as radius lines from the center of the prim

Edited by Mollymews
radius
Link to comment
Share on other sites

On 12/12/2019 at 9:52 PM, gregthos said:

I am trying to make an "L" shaped prim which I can do however the starting point for he cut is not where I want it to start. Is there a way to manipulate where the cut starts when doing this? 

The answer is, as you others have said, no. A pathcut will always be from the endpoints of the profile.

A more detailed explanation (WARNING! Boring theory coming up!):

Pathcut (or "dimple" as it's called if it's a sphere) should probably be called "profile cut" because that's what it is.

All prims start as a profile, a two dimensional "curve". SL supports four different profiles and they are all circles. There are three full circles with 25 (used for the cylinder and the torus), 5 (for cubes and tubes) and 4 (for the wedge and the ring) vertices respectively. The fourth profile is a semicircle and is used for the sphere (and also for a half cylinder prim that isn't officially supported).

Here's a square profile with the vertices marked (Note that although the two end vertices (marked with red and dark blue) are located at the same spot, they are not joined):

image.png.2471955f185f1eb569e564d61c36e28f.png

What we do when we pathcut, is move the end points of the profile to the center and then (of course) add two more vertices at the "breaking points":

image.png.11ed2d20873da0419ca66e84c59c816e.png

Once we've done that, we can add another modifier to the shape. It's called "hollow" and it adds a second curve around the center. I've not bothered to mark its vertices, I suppose everybody get the idea now:

image.png.8303c4e90a958cc755fa3f829e90f64d.png

(Interesting tidbit here btw: It i not possible to make a prim with hollow unless it also has a pathcut.)

But let's forget hollow for now. The simplest way to create an L shape is to cut away exactly one quarter of the profile:

image.png.7e1559feb41e53cc0b24828de2d1259e.png

That's not how we usually do it though - for obvious reasons. Instead we cut away three quarters of the profile as Mollymews suggested:

image.png.ab325f3798e754764a160523b504596d.png

Then we add hollow to remove the bits around the center:

image.png.b0c046f6e7ebbd96573ca5878c4ce352.png

---

Edit:

I probably should explain why we can have a hollow prim without pathcut even though we can't. LL "cheated" a little bit there. What we actually get, is a prim with pathcut set to zero. Something ike this (pathcut marked with a black line):

image.png.0db063e5db724afd547365f266818641.png

Edited by ChinRey
  • Like 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1589 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...