🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Node Numbering for 3D elements

User: "SRP"
New Altair Community Member
Updated by SRP

Hello,

 

I would like to have a node numbering in a prescribed order.
Requirement - Nodenumber sequence from top to bottom and follwing the same from left to right in the X-Y plane. This works well as shown in the figure. The requirement is to witness the same numbering order in all the X-Y planes along Z axis.

 

2D_node_numbering.PNG.20f00481b000e0629097f0a8050d9ddb.PNG

 

The drag option along Z axis is used to create 3D elements. I dont achieve the node numbering in the same order as that on the 2d plane. The node numbers skip and have no sequential order as shown in the figure below.  The renumber option available did not turn out to be of much help. 

 

<?xml version="1.0" encoding="UTF-8"?>3D_node_numbering.thumb.PNG.f3aea5e0199ba22ccc9504eda88f85fa.PNG



Any sorts of suggestions or help is appreciated.

 

Thanks,

Sankalp

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    Why need this numbering?

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Not sure what your final purpose is, but this is my suggestion:

    If 3d drag panel does not make good numbering, you first duplicate 2d elems then translate them to form layers. Check their nodes number, are they ok?

    If they are, then use 3d drag to create 3d elems, don't care about their nodes number.

    Last step: equivalence 3d elems with 2d layers, confirm the option 'keep lowest ids' then nodes of 3d will be replaced by nodes of 2d with good numbering.

    User: "SRP"
    New Altair Community Member
    OP
    Updated by SRP

    I needed it for the purpose of assigning boundary conditions with respect to node numbers. Found another simpler way to assign them.

    Thanks a lot!