|
| UsdPhysicsJoint (const UsdPrim &prim=UsdPrim()) |
|
| UsdPhysicsJoint (const UsdSchemaBase &schemaObj) |
|
virtual USDPHYSICS_API | ~UsdPhysicsJoint () |
| Destructor. More...
|
|
USDPHYSICS_API UsdAttribute | GetLocalPos0Attr () const |
|
USDPHYSICS_API UsdAttribute | CreateLocalPos0Attr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
|
USDPHYSICS_API UsdAttribute | GetLocalRot0Attr () const |
|
USDPHYSICS_API UsdAttribute | CreateLocalRot0Attr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
|
USDPHYSICS_API UsdAttribute | GetLocalPos1Attr () const |
|
USDPHYSICS_API UsdAttribute | CreateLocalPos1Attr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
|
USDPHYSICS_API UsdAttribute | GetLocalRot1Attr () const |
|
USDPHYSICS_API UsdAttribute | CreateLocalRot1Attr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
|
USDPHYSICS_API UsdAttribute | GetJointEnabledAttr () const |
|
USDPHYSICS_API UsdAttribute | CreateJointEnabledAttr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
|
USDPHYSICS_API UsdAttribute | GetCollisionEnabledAttr () const |
|
USDPHYSICS_API UsdAttribute | CreateCollisionEnabledAttr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
|
USDPHYSICS_API UsdAttribute | GetExcludeFromArticulationAttr () const |
|
USDPHYSICS_API UsdAttribute | CreateExcludeFromArticulationAttr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
|
USDPHYSICS_API UsdAttribute | GetBreakForceAttr () const |
|
USDPHYSICS_API UsdAttribute | CreateBreakForceAttr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
|
USDPHYSICS_API UsdAttribute | GetBreakTorqueAttr () const |
|
USDPHYSICS_API UsdAttribute | CreateBreakTorqueAttr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
|
USDPHYSICS_API UsdRelationship | GetBody0Rel () const |
|
USDPHYSICS_API UsdRelationship | CreateBody0Rel () const |
|
USDPHYSICS_API UsdRelationship | GetBody1Rel () const |
|
USDPHYSICS_API UsdRelationship | CreateBody1Rel () const |
|
| UsdGeomImageable (const UsdPrim &prim=UsdPrim()) |
|
| UsdGeomImageable (const UsdSchemaBase &schemaObj) |
|
virtual USDGEOM_API | ~UsdGeomImageable () |
| Destructor. More...
|
|
USDGEOM_API UsdAttribute | GetVisibilityAttr () const |
|
USDGEOM_API UsdAttribute | CreateVisibilityAttr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
|
USDGEOM_API UsdAttribute | GetPurposeAttr () const |
|
USDGEOM_API UsdAttribute | CreatePurposeAttr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
|
USDGEOM_API UsdRelationship | GetProxyPrimRel () const |
|
USDGEOM_API UsdRelationship | CreateProxyPrimRel () const |
|
USDGEOM_API void | MakeVisible (const UsdTimeCode &time=UsdTimeCode::Default()) const |
|
USDGEOM_API void | MakeInvisible (const UsdTimeCode &time=UsdTimeCode::Default()) const |
|
USDGEOM_API TfToken | ComputeVisibility (UsdTimeCode const &time=UsdTimeCode::Default()) const |
|
USDGEOM_API UsdAttribute | GetPurposeVisibilityAttr (const TfToken &purpose=UsdGeomTokens->default_) const |
|
USDGEOM_API TfToken | ComputeEffectiveVisibility (const TfToken &purpose=UsdGeomTokens->default_, const UsdTimeCode &time=UsdTimeCode::Default()) const |
|
USDGEOM_API PurposeInfo | ComputePurposeInfo () const |
|
USDGEOM_API PurposeInfo | ComputePurposeInfo (const PurposeInfo &parentPurposeInfo) const |
|
USDGEOM_API TfToken | ComputePurpose () const |
|
USDGEOM_API UsdPrim | ComputeProxyPrim (UsdPrim *renderPrim=NULL) const |
|
USDGEOM_API bool | SetProxyPrim (const UsdPrim &proxy) const |
|
USDGEOM_API bool | SetProxyPrim (const UsdSchemaBase &proxy) const |
|
USDGEOM_API GfBBox3d | ComputeWorldBound (UsdTimeCode const &time, TfToken const &purpose1=TfToken(), TfToken const &purpose2=TfToken(), TfToken const &purpose3=TfToken(), TfToken const &purpose4=TfToken()) const |
|
USDGEOM_API GfBBox3d | ComputeLocalBound (UsdTimeCode const &time, TfToken const &purpose1=TfToken(), TfToken const &purpose2=TfToken(), TfToken const &purpose3=TfToken(), TfToken const &purpose4=TfToken()) const |
|
USDGEOM_API GfBBox3d | ComputeUntransformedBound (UsdTimeCode const &time, TfToken const &purpose1=TfToken(), TfToken const &purpose2=TfToken(), TfToken const &purpose3=TfToken(), TfToken const &purpose4=TfToken()) const |
|
USDGEOM_API GfMatrix4d | ComputeLocalToWorldTransform (UsdTimeCode const &time) const |
|
USDGEOM_API GfMatrix4d | ComputeParentToWorldTransform (UsdTimeCode const &time) const |
|
| UsdTyped (const UsdPrim &prim=UsdPrim()) |
|
| UsdTyped (const UsdSchemaBase &schemaObj) |
|
virtual USD_API | ~UsdTyped () |
| Destructor. More...
|
|
bool | IsConcrete () const |
|
bool | IsTyped () const |
|
bool | IsAPISchema () const |
| Returns whether this is an API schema or not. More...
|
|
bool | IsAppliedAPISchema () const |
|
bool | IsMultipleApplyAPISchema () const |
|
UsdSchemaKind | GetSchemaKind () const |
| Returns the kind of schema this class is. More...
|
|
USD_API | UsdSchemaBase (const UsdPrim &prim=UsdPrim()) |
| Construct and store prim as the held prim. More...
|
|
USD_API | UsdSchemaBase (const UsdSchemaBase &otherSchema) |
| Construct and store for the same prim held by otherSchema . More...
|
|
virtual USD_API | ~UsdSchemaBase () |
| Destructor. More...
|
|
USD_API | operator bool () const |
|
UsdPrim | GetPrim () const |
| Return this schema object's held prim. More...
|
|
SdfPath | GetPath () const |
| Shorthand for GetPrim()->GetPath(). More...
|
|
USD_API const UsdPrimDefinition * | GetSchemaClassPrimDefinition () const |
|
A joint constrains the movement of rigid bodies. Joint can be created between two rigid bodies or between one rigid body and world. By default joint primitive defines a D6 joint where all degrees of freedom are free. Three linear and three angular degrees of freedom. Note that default behavior is to disable collision between jointed bodies.
Definition at line 62 of file joint.h.
Attempt to ensure a UsdPrim adhering to this schema at path
is defined (according to UsdPrim::IsDefined()) on this stage.
If a prim adhering to this schema at path
is already defined on this stage, return that prim. Otherwise author an SdfPrimSpec with specifier == SdfSpecifierDef and this schema's prim type name for the prim at path
at the current EditTarget. Author SdfPrimSpec s with specifier
== SdfSpecifierDef and empty typeName at the current EditTarget for any nonexistent, or existing but not Defined ancestors.
The given path must be an absolute prim path that does not contain any variant selections.
If it is impossible to author any of the necessary PrimSpecs, (for example, in case path cannot map to the current UsdEditTarget's namespace) issue an error and return an invalid UsdPrim.
Note that this method may return a defined prim whose typeName does not specify this schema class, in case a stronger typeName opinion overrides the opinion at the current EditTarget.