FormIt Plugin API
v23.0.0 (2023.0.0)
|
WSM.GroupInstancePath namespace.
Functions | |
json | IsValid (groupInstancePath) |
json | GetFinalObjectHistoryID (groupInstancePath) |
GetFinalObjectHistoryID returns the final ObjectHistoryID from the path. More... | |
json | GetTopObjectHistoryID (groupInstancePath) |
GetTopObjectHistoryID returns the top ObjectHistoryID from the path. More... | |
json | AreEqual (path1, path2) |
json | AppendObjectHistoryID (groupInstancePath, objectHistoryID) |
AppendObjectHistoryID appends the given ObjectHistoryID to the end of the GroupInstancePath In: groupInstancePath WSM.GroupInstancePath In: objectHistoryID WSM.ObjectHistoryID Out: bool. More... | |
json | GetObjectTransform (groupInstancePath) |
GetObjectTransform returns a transform that accounts for the instance transforms, if any. More... | |
json | IsPrefixOf (path1, path2) |
IsPrefixOf returns true if path1 path is a strict prefix of path2. More... | |