sealed property

sealed property

A VertexDeclaration will be sealed when its been used by TriMesh1 or [TriMesh`](/3d/python-net/aspose.threed.entities/trimesh), no more modifications is allowed.

Definition:

@property
def sealed(self):
    ...

See Also