FormIt Plugin API
v23.0.0 (2023.0.0)
|
Functions | |
json | WSM.GroupInstancePath.IsValid (groupInstancePath) |
json | WSM.GroupInstancePath.GetFinalObjectHistoryID (groupInstancePath) |
GetFinalObjectHistoryID returns the final ObjectHistoryID from the path. More... | |
json | WSM.GroupInstancePath.GetTopObjectHistoryID (groupInstancePath) |
GetTopObjectHistoryID returns the top ObjectHistoryID from the path. More... | |
json | WSM.GroupInstancePath.AreEqual (path1, path2) |
json | WSM.GroupInstancePath.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 | WSM.GroupInstancePath.GetObjectTransform (groupInstancePath) |
GetObjectTransform returns a transform that accounts for the instance transforms, if any. More... | |
json | WSM.GroupInstancePath.IsPrefixOf (path1, path2) |
IsPrefixOf returns true if path1 path is a strict prefix of path2. More... | |
json WSM.GroupInstancePath.AppendObjectHistoryID | ( | groupInstancePath | , |
objectHistoryID | |||
) |
AppendObjectHistoryID appends the given ObjectHistoryID to the end of the GroupInstancePath In: groupInstancePath WSM.GroupInstancePath In: objectHistoryID WSM.ObjectHistoryID Out: bool.
[in] | groupInstancePath | WSM.GroupInstancePath |
[in] | objectHistoryID | WSM.ObjectHistoryID |
json WSM.GroupInstancePath.AreEqual | ( | path1 | , |
path2 | |||
) |
json WSM.GroupInstancePath.GetFinalObjectHistoryID | ( | groupInstancePath | ) |
GetFinalObjectHistoryID returns the final ObjectHistoryID from the path.
In: groupInstancePath Out: ObjectHistoryID
[in] | groupInstancePath | WSM.GroupInstancePath |
json WSM.GroupInstancePath.GetObjectTransform | ( | groupInstancePath | ) |
GetObjectTransform returns a transform that accounts for the instance transforms, if any.
If the final object is also an instance, this also includes the transform of that instance. In: groupInstancePath Out: transform
[in] | groupInstancePath | WSM.GroupInstancePath |
json WSM.GroupInstancePath.GetTopObjectHistoryID | ( | groupInstancePath | ) |
GetTopObjectHistoryID returns the top ObjectHistoryID from the path.
In: groupInstancePath Out: ObjectHistoryID
[in] | groupInstancePath | WSM.GroupInstancePath |
json WSM.GroupInstancePath.IsPrefixOf | ( | path1 | , |
path2 | |||
) |
IsPrefixOf returns true if path1 path is a strict prefix of path2.
In: path1, path2 Out: bool
[in] | path1 | WSM.GroupInstancePath |
[in] | path2 | WSM.GroupInstancePath |
json WSM.GroupInstancePath.IsValid | ( | groupInstancePath | ) |