Accessimport part mdb.models[name].parts[name].allInternalSets[name].vertices[i] mdb.models[name].parts[name].allSets[name].vertices[i] mdb.models[name].parts[name].sets[name].vertices[i] mdb.models[name].parts[name].vertices[i] import assembly mdb.models[name].rootAssembly.allinstances.sets[name].vertices[i] mdb.models[name].rootAssembly.allinstances.vertices[i] mdb.models[name].rootAssembly.allInternalSets[name].vertices[i] mdb.models[name].rootAssembly.allSets[name].vertices[i] mdb.models[name].rootAssembly.instances[name].sets[name].vertices[i] mdb.models[name].rootAssembly.instances[name].vertices[i] mdb.models[name].rootAssembly.modelInstances[i].sets[name].vertices[i] mdb.models[name].rootAssembly.modelInstances[i].vertices[i] mdb.models[name].rootAssembly.sets[name].vertices[i] mdb.models[name].rootAssembly.vertices[i] getEdges()
This method returns a sequence consisting of the edge ids of the edges which share this vertex. ArgumentsNone. Return valueA tuple of integers. ExceptionsNone. getNodes()
This method returns an array of node objects that are associated with the vertex. ArgumentsNone. Return valueA MeshNodeArray object which is a sequence of MeshNode objects. ExceptionsNone. getElements()
This method returns an array of element objects that are associated with the vertex. ArgumentsNone. Return valueA MeshElementArray object which is a sequence of MeshElement objects. ExceptionsNone. MembersThe Vertex object has the following members:
|