CreateDefaultXformOnPrimCommand

class omni.usd.commands.CreateDefaultXformOnPrimCommand(prim_path: str, stage: Stage)

Bases: Command

Create DefaultXform On Prim undoable Command.

Parameters

prim_path (str) – Path of the primitive to be create xform attribtues

Methods

__init__(prim_path, stage)

do()

undo()

__init__(prim_path: str, stage: Stage)