Notifications
Clear all

[Closed] showClass

im having some issue with showclass.
Im trying to get a list of <i dont know what its called> using showclass…

showClass [color=maroon]“noise.” works, but…[/color]
showclass “polyop.
” does not works?

What am i doing wrong, and what it this called?

2 Replies

i think polyop doesnt exist

so i earched for
showclass “poly*”
[size=1]PolymorphicGeom : GeometryClass {50406508,b995f5e}

PolymorphicGeomshape : shape {50406508,b995f5e}

Polygon_Counter : UtilityPlugin {585b47d1,4f807635}

PolyMeshObject : GeometryClass {5d21369a,0}

Poly_Select : modifier {7ce5206b,31181505}

so because you putting “polyop.*” with this one our searching for polyop properties but polyop doesnt exist , is the reason is not telling you anithing.

be sure before you put . the class you asking is exist

hope this help
[/size]

“showClass” is used for showing properties of particualr classes. Polyop is a structure, so you need to use “show” not “showClass”

show polyOp

Stev