How to create an arc with radius and 2 points in Sketcher 2D?

Frank M.
Frank M. Altair Community Member
edited January 2022 in Community Q&A

Hi! 

I want to create an arc with given radius and 2 points in Sketcher like:

LineArcRadius(color=Color['White'],
visibility=Visibility['VISIBLE'],
coordSys=CoordSys['FILLET'],
radius='MPR',
defPoint=[Point[pcounter-2],
Point[(pcounter-1)]],
nature=Nature['STANDARD'],
mesh=MeshLine['AIDED_MESHLINE'],
relaxation=RelaxLine['AIDED_RELAXLINE'])

But I cannot find the function in the tool bar:

image

and I cannot create a new line with type selection in Sketcher:

image

The work around is to go to the main window(?) or project area and create a new line:

image

Is this the normal process or what can I do in Sketcher to get access to all line features?

Thank you.

Frank M.

Tagged:

Answers

  • asoualmi
    asoualmi
    Altair Employee
    edited January 2022

    Hi,

    From the the picture that you sent, (yellow color) there are several possibilities to create your arc. You select one and you draw your arc. Once this is done you can edit your arc and put the correct value of the radius and angle.

    In Flux supervisor example there is an example on which we use the sketcher, this can help you to get familiar with the sketcher.

    Flux supervisor >> example: technical tutorials >> magneto static application

    Thanks.

  • Frank M.
    Frank M. Altair Community Member
    edited January 2022

    Hi,

    From the the picture that you sent, (yellow color) there are several possibilities to create your arc. You select one and you draw your arc. Once this is done you can edit your arc and put the correct value of the radius and angle.

    In Flux supervisor example there is an example on which we use the sketcher, this can help you to get familiar with the sketcher.

    Flux supervisor >> example: technical tutorials >> magneto static application

    Thanks.

    Thank you for your reply.

    I define my points and I have my radius. I don't have the angle. And the function exist in FLUX:

    image

    I can create this type of line without sketcher and with python.

    I want to create exactly this type of line in sketcher. Not a work around. And for a parametrized model the angle of e.g. a fillet is not known. If I insert the angle once or use a different kind of line(arc) type then I cannot change my model anymore if the fillet arc points change the position.

  • asoualmi
    asoualmi
    Altair Employee
    edited January 2022
    Frank M. said:

    Thank you for your reply.

    I define my points and I have my radius. I don't have the angle. And the function exist in FLUX:

    image

    I can create this type of line without sketcher and with python.

    I want to create exactly this type of line in sketcher. Not a work around. And for a parametrized model the angle of e.g. a fillet is not known. If I insert the angle once or use a different kind of line(arc) type then I cannot change my model anymore if the fillet arc points change the position.

    Did you tried to use the fonction 'create a new arc bu two extrimites of points' with this fucntion you have acce to the angle and radius.

    Thanks.

  • Frank M.
    Frank M. Altair Community Member
    edited January 2022

    Did you tried to use the fonction 'create a new arc bu two extrimites of points' with this fucntion you have acce to the angle and radius.

    Thanks.

    Thanks for your effort.

    Again:

    I need the line type: Arc defined by its radius , starting and ending points in Sketcher.

    I cannot use the angle information.

  • asoualmi
    asoualmi
    Altair Employee
    edited January 2022
    Frank M. said:

    Thanks for your effort.

    Again:

    I need the line type: Arc defined by its radius , starting and ending points in Sketcher.

    I cannot use the angle information.

    Unfortunately this function is not available in the Sketcher.

    Thanks.

  • Frank M.
    Frank M. Altair Community Member
    edited January 2022

    Unfortunately this function is not available in the Sketcher.

    Thanks.

    Thanks