Geometry Object Information
You can get the geometry object named
<objname>
via
model.component(
<ctag>
).geom(
<tag>
).obj(
<objname>
)
Accessing Geometry Object Names
The geometry itself,
model.component(
<ctag>
).geom(
<tag>
)
works as an object, namely the final geometry resulting from the sequence. To get information about these objects, you can apply the methods described in this section.
A geometry part does not have a finalized geometry, so these methods are not applicable for geometry parts. See
Using Geometry Parts
for information about applicable methods when working with geometry parts.