Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

API - Remesh bar elements

Status
Not open for further replies.

Tomcat8700

Structural
Joined
Jul 31, 2015
Messages
13
Location
DE
Hi,
I'm trying to subdivide 1D elements (bar) completely in background using the API femeshremesh. It doesn't take the refineRatio parameter from the command option like in the case of 2D elements, but ask for this by means of UI (pop-up window). That spoils my whole automatism.Has anyone got an idea how that can be avoided?

feMeshRemesh
( elemSET, nodeSET, remeshMode, refineRatio, breakAngle, deleteOrig, propID, minBe­tween, maxAspect, maxQuickNodes, meshApproach, quadAngle, smoothLaplacian, smoothIter, smoothTol )


Thanks!
 
Hi,

You can look at the existing API for dividing BEAM elements and simply change the prop.type condition to adapt it for BAR elements.

FEMAP\v111\api\Element Update\Divide Beams

Seif Eddine Naffoussi, Stress Engineer
33650 Martillac û France
 
Hi,

thanks for the tip! I did it as you said and worked very well.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top