I’ve never really understood why the FormFactor property is not inherited in the CornerWedgePart object, while it is the case for regular Parts and regular WedgeParts, see below:
See, this is a bit problematic for me, I often work with detailed models which require a smaller scale than 1,1,1.
If the FormFactor is going to be added to CornerWedgeParts then it would be a huge favour for me!
It’s a special mesh, so you can change it to whatever size you need. However, since it’s a mesh, you won’t have proper collisions, but I assume that won’t be much of an issue if the part is smaller than (1,1,1).
Anaminus also has a one of Stravant’s meshes for a triangular corner wedge in case you don’t want one side to be a perfect square:
We don’t need a new formfactor, we just need a lower ResizeIncrement and a minimum size of 0.2,0.2,0.2. CornerWedgeParts don’t inherit the FormFactorPart class so it wouldn’t make any sense to give them a FormFactor property.
One really good reason is that FormFactor isn’t even necessary, since like 2010. Now that we have the ability to resize at any increment FormFactor is basically useless. Simply unlocking CWP to behave as if it were Custom would be many times better than adding an outdated property.
I see you avoided my question, so I assume you don’t know of any technical limitations on why they can’t just make it inherit from the FormFactorPart class for now.
What you are suggesting (unlocking the resize increment) is currently not supported but what this thread is about IS supported, it just seems like an oversight.
I’m still not sure why FormFactor was ever even a thing (let’s make a property that disables logical behavior and turn it on by default!) but by now it’s probably here to stay and we might as well make everything a FormFactorPart. Making arbitrary-sized corner wedges from CSG is annoying and I’d really like to use the CornerWedgePart for what it was really intended for.
And while we’re at it, let’s put it back on VehicleSeats. I swear you used to be able to resize them small but now you can’t. Regular Seats have FormFactor, why don’t VehicleSeats?