FlowCreatePrimCommand

class omni.flowusd.scripts.commands.FlowCreatePrimCommand(prim_path: str, type_name: str, stage: Optional[pxr.Usd.Stage] = None)

Bases: omni.kit.commands.command.Command

Methods

__init__(prim_path, type_name[, stage])

do()

undo()

__init__(prim_path: str, type_name: str, stage: Optional[pxr.Usd.Stage] = None)