FormIt Plugin API
v23.0.0 (2023.0.0)
|
Functions | |
json | FormIt.Tools.ClearTools () |
ClearTools() function. More... | |
json | FormIt.Tools.GetActiveToolType () |
GetActiveToolType() function. More... | |
json | FormIt.Tools.GetActiveToolSubType () |
GetActiveToolSubType() function. More... | |
json | FormIt.Tools.IsInContinuousAction () |
IsInContinuousAction() function. More... | |
json | FormIt.Tools.StartTool (toolType) |
StartTool() function. More... | |
json | FormIt.Tools.BlendFacesOrEdges (val) |
BlendFacesOrEdges() function. More... | |
json | FormIt.Tools.FlattenGroups () |
FlattenGroups() function. More... | |
json | FormIt.Tools.OffsetBody (val) |
OffsetBody() function. More... | |
json | FormIt.Tools.Paintbrush (materialID, backside) |
Added this so we can call the paintbrush tool through the JS API rather than module.ccall() in Web. More... | |
json | FormIt.Tools.ShellBodyOrFaces (val) |
ShellBodyOrFaces() function. More... | |
json | FormIt.Tools.ClearAllInferences () |
ClearAllInferences() function. More... | |
json FormIt.Tools.BlendFacesOrEdges | ( | val | ) |
json FormIt.Tools.ClearAllInferences | ( | ) |
ClearAllInferences() function.
json FormIt.Tools.ClearTools | ( | ) |
ClearTools() function.
json FormIt.Tools.FlattenGroups | ( | ) |
FlattenGroups() function.
json FormIt.Tools.GetActiveToolSubType | ( | ) |
GetActiveToolSubType() function.
json FormIt.Tools.GetActiveToolType | ( | ) |
GetActiveToolType() function.
json FormIt.Tools.IsInContinuousAction | ( | ) |
IsInContinuousAction() function.
json FormIt.Tools.OffsetBody | ( | val | ) |
json FormIt.Tools.Paintbrush | ( | materialID | , |
backside | |||
) |
Added this so we can call the paintbrush tool through the JS API rather than module.ccall() in Web.
[in] | materialID | int |
[in] | backside | bool |
json FormIt.Tools.ShellBodyOrFaces | ( | val | ) |
json FormIt.Tools.StartTool | ( | toolType | ) |