RealSaladsamurai
Mechanical
- Apr 11, 2012
- 72
This is me being hyper picky, but assume I have a group of nodes that are sequential: "1001,2000,1"
It is evident that FEMAP is able to detect that they are sequential because when I select them, it shows exactly what I have above in the selection dialogue (i.e. 1001,2000,1) when I go to create a single point constraint (SPC).
But when I go to my .BDF file, it is written as one thousand individual SPC1 cards. Is there anyway to force FEMAP to write it as:
instead of:
???
________________________
FEMAP v11.1.0
MSC Nastran v2013
It is evident that FEMAP is able to detect that they are sequential because when I select them, it shows exactly what I have above in the selection dialogue (i.e. 1001,2000,1) when I go to create a single point constraint (SPC).
But when I go to my .BDF file, it is written as one thousand individual SPC1 cards. Is there anyway to force FEMAP to write it as:
Code:
SPC1 1 456 1001 THRU 2000
Code:
SPC1 1 456 1001
SPC1 1 456 1002
SPC1 1 456 1003
.
.
.
SPC1 1 456 2000
________________________
FEMAP v11.1.0
MSC Nastran v2013