VictorAntona
Industrial
- Feb 1, 2014
- 6
Hi, I'm doing a Python Abaqus model and I need to use a reference point as a region in a BC. So, I have defined my reference point with this code:
refpoint1= proyectilPart.ReferencePoint (point= (0.0,0.0,0.0))
region = regionToolset.Region(referencePoints=refpoint1)
'ProyectilPart' is the part where i put my RF. I've got to create the RF, but I have a mistake in the second line because Abaqus send to me this error advertisement:"TypeError: referencePoints; found Feature, expecting tuple"
I don't know what I have to change, if someone can help me I'll thank him so much.
Thank you, and any help it will be well appreciated.
refpoint1= proyectilPart.ReferencePoint (point= (0.0,0.0,0.0))
region = regionToolset.Region(referencePoints=refpoint1)
'ProyectilPart' is the part where i put my RF. I've got to create the RF, but I have a mistake in the second line because Abaqus send to me this error advertisement:"TypeError: referencePoints; found Feature, expecting tuple"
I don't know what I have to change, if someone can help me I'll thank him so much.
Thank you, and any help it will be well appreciated.