How to make triangles with rounded sides and corners? (squircle with 3 sides)Rounded corner shape with rounded sidesScaling rounded corners in IllustratorHow to modify the corner radius on rounded rectangle in Illustrator?Rounded corner shape with rounded sidesHow to make rounded corners from shapes drawn with lines?How do I bring back sharp edges on a Rounded Corner object in illustrator CS6?How can I create rounded corners In Adobe Illustrator in a specific way?How to make a bulged hexagon in Adobe Illustrator?Complex Rounded Corners in Ai or SketchHow to create a rounded edges like this In Illustrator CS6 (Example included)Draw lines connecting a series of circles making rounded triangles
Can I criticise the more senior developers around me for not writing clean code?
Should the Product Owner dictate what info the UI needs to display?
Find a stone which is not the lightest one
Drawing a german abacus as in the books of Adam Ries
Partitioning values in a sequence
What is /etc/mtab in Linux?
Combinatorics problem, right solution?
Multiple fireplaces in an apartment building?
How much of a wave function must reside inside event horizon for it to be consumed by the black hole?
All ASCII characters with a given bit count
Why must Chinese maps be obfuscated?
Trouble removing package using Yum on CentOS7
Do I need to watch Ant-Man and the Wasp and Captain Marvel before watching Avengers: Endgame?
Cayley's Matrix Notation
Could moose/elk survive in the Amazon forest?
Mistake in years of experience in resume?
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
Is there really no use for MD5 anymore?
Why do distances seem to matter in the Foundation world?
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
Co-worker works way more than he should
Is it acceptable to use working hours to read general interest books?
Multiple options vs single option UI
Nails holding drywall
How to make triangles with rounded sides and corners? (squircle with 3 sides)
Rounded corner shape with rounded sidesScaling rounded corners in IllustratorHow to modify the corner radius on rounded rectangle in Illustrator?Rounded corner shape with rounded sidesHow to make rounded corners from shapes drawn with lines?How do I bring back sharp edges on a Rounded Corner object in illustrator CS6?How can I create rounded corners In Adobe Illustrator in a specific way?How to make a bulged hexagon in Adobe Illustrator?Complex Rounded Corners in Ai or SketchHow to create a rounded edges like this In Illustrator CS6 (Example included)Draw lines connecting a series of circles making rounded triangles
Methods likes this Rounded corner shape with rounded sides Don't really work for triangle.
So now I'm thinking what's the best way to make this shape, so I can control the radius of roundness at the same time.
adobe-illustrator illustrator-scripting illustrator-effects
New contributor
add a comment |
Methods likes this Rounded corner shape with rounded sides Don't really work for triangle.
So now I'm thinking what's the best way to make this shape, so I can control the radius of roundness at the same time.
adobe-illustrator illustrator-scripting illustrator-effects
New contributor
add a comment |
Methods likes this Rounded corner shape with rounded sides Don't really work for triangle.
So now I'm thinking what's the best way to make this shape, so I can control the radius of roundness at the same time.
adobe-illustrator illustrator-scripting illustrator-effects
New contributor
Methods likes this Rounded corner shape with rounded sides Don't really work for triangle.
So now I'm thinking what's the best way to make this shape, so I can control the radius of roundness at the same time.
adobe-illustrator illustrator-scripting illustrator-effects
adobe-illustrator illustrator-scripting illustrator-effects
New contributor
New contributor
New contributor
asked Apr 21 at 16:03
MichaelMichael
282
282
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
- Select the triangle and press A to activate the Direct
Selection Tool - Make a selection frame around the triangle
- Use the Live Corner Widget to round the points
- Press A to activate the Direct Selection Tool
- Make a selection frame around the bottom points
- Click the Convert Selected Anchor Point to Smooth icon at the top bar options
- Repeat with the top point
Can I change each corner handle length at the same time?
– Michael
Apr 21 at 16:19
Automatically? I don't think so. That's vector drawing.
– Danielillo
Apr 21 at 16:29
@Michael One would expect that selecting each point and then performing Transform Each would scale the Bézier handles relative to the individual points, but it does not. Here's how it should be. Oh well :-p
– Mentalist
Apr 22 at 5:13
@Michael Might be worthwhile having a look at Inkscape functionality shown here. It has a stars and polygon tool with live editable corners/curves that can be adjusted. Saved as SVG, the shapes could be then imported into Illustrator.
– Billy Kerr
Apr 22 at 15:39
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "174"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Michael is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgraphicdesign.stackexchange.com%2fquestions%2f122801%2fhow-to-make-triangles-with-rounded-sides-and-corners-squircle-with-3-sides%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
- Select the triangle and press A to activate the Direct
Selection Tool - Make a selection frame around the triangle
- Use the Live Corner Widget to round the points
- Press A to activate the Direct Selection Tool
- Make a selection frame around the bottom points
- Click the Convert Selected Anchor Point to Smooth icon at the top bar options
- Repeat with the top point
Can I change each corner handle length at the same time?
– Michael
Apr 21 at 16:19
Automatically? I don't think so. That's vector drawing.
– Danielillo
Apr 21 at 16:29
@Michael One would expect that selecting each point and then performing Transform Each would scale the Bézier handles relative to the individual points, but it does not. Here's how it should be. Oh well :-p
– Mentalist
Apr 22 at 5:13
@Michael Might be worthwhile having a look at Inkscape functionality shown here. It has a stars and polygon tool with live editable corners/curves that can be adjusted. Saved as SVG, the shapes could be then imported into Illustrator.
– Billy Kerr
Apr 22 at 15:39
add a comment |
- Select the triangle and press A to activate the Direct
Selection Tool - Make a selection frame around the triangle
- Use the Live Corner Widget to round the points
- Press A to activate the Direct Selection Tool
- Make a selection frame around the bottom points
- Click the Convert Selected Anchor Point to Smooth icon at the top bar options
- Repeat with the top point
Can I change each corner handle length at the same time?
– Michael
Apr 21 at 16:19
Automatically? I don't think so. That's vector drawing.
– Danielillo
Apr 21 at 16:29
@Michael One would expect that selecting each point and then performing Transform Each would scale the Bézier handles relative to the individual points, but it does not. Here's how it should be. Oh well :-p
– Mentalist
Apr 22 at 5:13
@Michael Might be worthwhile having a look at Inkscape functionality shown here. It has a stars and polygon tool with live editable corners/curves that can be adjusted. Saved as SVG, the shapes could be then imported into Illustrator.
– Billy Kerr
Apr 22 at 15:39
add a comment |
- Select the triangle and press A to activate the Direct
Selection Tool - Make a selection frame around the triangle
- Use the Live Corner Widget to round the points
- Press A to activate the Direct Selection Tool
- Make a selection frame around the bottom points
- Click the Convert Selected Anchor Point to Smooth icon at the top bar options
- Repeat with the top point
- Select the triangle and press A to activate the Direct
Selection Tool - Make a selection frame around the triangle
- Use the Live Corner Widget to round the points
- Press A to activate the Direct Selection Tool
- Make a selection frame around the bottom points
- Click the Convert Selected Anchor Point to Smooth icon at the top bar options
- Repeat with the top point
answered Apr 21 at 16:13
DanielilloDanielillo
25.6k13686
25.6k13686
Can I change each corner handle length at the same time?
– Michael
Apr 21 at 16:19
Automatically? I don't think so. That's vector drawing.
– Danielillo
Apr 21 at 16:29
@Michael One would expect that selecting each point and then performing Transform Each would scale the Bézier handles relative to the individual points, but it does not. Here's how it should be. Oh well :-p
– Mentalist
Apr 22 at 5:13
@Michael Might be worthwhile having a look at Inkscape functionality shown here. It has a stars and polygon tool with live editable corners/curves that can be adjusted. Saved as SVG, the shapes could be then imported into Illustrator.
– Billy Kerr
Apr 22 at 15:39
add a comment |
Can I change each corner handle length at the same time?
– Michael
Apr 21 at 16:19
Automatically? I don't think so. That's vector drawing.
– Danielillo
Apr 21 at 16:29
@Michael One would expect that selecting each point and then performing Transform Each would scale the Bézier handles relative to the individual points, but it does not. Here's how it should be. Oh well :-p
– Mentalist
Apr 22 at 5:13
@Michael Might be worthwhile having a look at Inkscape functionality shown here. It has a stars and polygon tool with live editable corners/curves that can be adjusted. Saved as SVG, the shapes could be then imported into Illustrator.
– Billy Kerr
Apr 22 at 15:39
Can I change each corner handle length at the same time?
– Michael
Apr 21 at 16:19
Can I change each corner handle length at the same time?
– Michael
Apr 21 at 16:19
Automatically? I don't think so. That's vector drawing.
– Danielillo
Apr 21 at 16:29
Automatically? I don't think so. That's vector drawing.
– Danielillo
Apr 21 at 16:29
@Michael One would expect that selecting each point and then performing Transform Each would scale the Bézier handles relative to the individual points, but it does not. Here's how it should be. Oh well :-p
– Mentalist
Apr 22 at 5:13
@Michael One would expect that selecting each point and then performing Transform Each would scale the Bézier handles relative to the individual points, but it does not. Here's how it should be. Oh well :-p
– Mentalist
Apr 22 at 5:13
@Michael Might be worthwhile having a look at Inkscape functionality shown here. It has a stars and polygon tool with live editable corners/curves that can be adjusted. Saved as SVG, the shapes could be then imported into Illustrator.
– Billy Kerr
Apr 22 at 15:39
@Michael Might be worthwhile having a look at Inkscape functionality shown here. It has a stars and polygon tool with live editable corners/curves that can be adjusted. Saved as SVG, the shapes could be then imported into Illustrator.
– Billy Kerr
Apr 22 at 15:39
add a comment |
Michael is a new contributor. Be nice, and check out our Code of Conduct.
Michael is a new contributor. Be nice, and check out our Code of Conduct.
Michael is a new contributor. Be nice, and check out our Code of Conduct.
Michael is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Graphic Design Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgraphicdesign.stackexchange.com%2fquestions%2f122801%2fhow-to-make-triangles-with-rounded-sides-and-corners-squircle-with-3-sides%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown