Api session event editor parametric: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
!Description
!Description
|-
|-
|[[Api session event editor parametric add|add]]
| [[Api session event editor parametric add|add]]
|Add new Parametric
| Add new Parametric
|-
|-
|[[Api session event editor parametric append attribute|append_attribute]]
| [[Api session event editor parametric append attribute|append_attribute]]
|Appended to existing Parametric [[Attribute]] value
| Appended to existing Parametric [[Attribute]] value
|-
|-
|[[Api session event editor parametric duplicate|duplicate]]
| [[Api session event editor parametric duplicate|duplicate]]
|Duplicate existing Parametric
| Duplicate existing Parametric
|-
|-
|[[Api session event editor parametric remove|remove]]
| [[Api session event editor parametric remove|remove]]
|Remove existing Parametric
| Remove existing Parametric
|-
|-
|[[Api session event editor parametric remove attribute|remove_attribute]]
| [[Api session event editor parametric remove attribute|remove_attribute]]
|Remove [[Attribute]] from Parametric
| Remove [[Attribute]] from Parametric
|-
|-
|[[Api session event editor parametric set attribute|set_attribute]]
| [[Api session event editor parametric set attribute|set_attribute]]
|Set Parametric [[Attribute]] value
| Set Parametric [[Attribute]] value
|-
|-
|[[Api session event editor parametric set attributes|set_attributes]]
| [[Api session event editor parametric set attributes|set_attributes]]
|Set multiple Parametric [[Attribute]] values
| Set multiple Parametric [[Attribute]] values
|-
|-
|[[Api session event editor parametric set name|set_name]]
| [[Api session event editor parametric set name|set_name]]
|Set new name of existing Parametric
| Set new name of existing Parametric
|-
|-
|[[Api session event editor parametric set polygons|set_polygons]]
| [[Api session event editor parametric set polygons|set_polygons]]
|Set [[#Api Model Polygon|Polygon]]s to existing Parametric
| Set [[#Api Model Polygon|Polygon]]s to existing Parametric
|}
|}


Line 39: Line 39:
!Description
!Description
|-
|-
|[[Api session event editor parametric add example|add_example]]
| [[Api session event editor parametric add example|add_example]]
|Add Example
| Add Example
|-
|-
|[[Api session event editor parametric add plot|add_plot]]
| [[Api session event editor parametric add plot|add_plot]]
|Add [[Plot]]
| Add [[Plot]]
|-
|-
|[[Api session event editor parametric apply|apply]]
| [[Api session event editor parametric apply|apply]]
|Apply
| Apply
|-
|-
|[[Api session event editor parametric generate|generate]]
| [[Api session event editor parametric generate|generate]]
|Generate
| Generate
|-
|-
|[[Api session event editor parametric remove plot|remove_plot]]
| [[Api session event editor parametric remove plot|remove_plot]]
|Remove [[Plot]]
| Remove [[Plot]]
|-
|-
|[[Api session event editor parametric remove plot attributes|remove_plot_attributes]]
| [[Api session event editor parametric remove plot attributes|remove_plot_attributes]]
|Remove [[Plot]] [[Attribute]]s
| Remove [[Plot]] [[Attribute]]s
|-
|-
|[[Api session event editor parametric save as measure|save_as_measure]]
| [[Api session event editor parametric save as measure|save_as_measure]]
|Save As [[Measure]]
| Save As [[Measure]]
|-
|-
|[[Api session event editor parametric set alignment|set_alignment]]
| [[Api session event editor parametric set alignment|set_alignment]]
|Set Alignment
| Set Alignment
|-
|-
|[[Api session event editor parametric set function|set_function]]
| [[Api session event editor parametric set function|set_function]]
|Set [[Function]]
| Set [[Function]]
|-
|-
|[[Api session event editor parametric set plot attributes|set_plot_attributes]]
| [[Api session event editor parametric set plot attributes|set_plot_attributes]]
|Set [[Plot]] [[Attribute]]s
| Set [[Plot]] [[Attribute]]s
|-
|-
|[[Api session event editor parametric set plot function|set_plot_function]]
| [[Api session event editor parametric set plot function|set_plot_function]]
|Set [[Plot]] [[Function]]
| Set [[Plot]] [[Function]]
|}
|}
{{article end|seealso=*[[Api Session Endpoints]]
{{article end|seealso=*[[Api Session Endpoints]]

Revision as of 11:41, 8 June 2026

API Endpoint: api/session/event/editorparametric/

API endpoints for Parametric editing.

Name Description
add Add new Parametric
append_attribute Appended to existing Parametric Attribute value
duplicate Duplicate existing Parametric
remove Remove existing Parametric
remove_attribute Remove Attribute from Parametric
set_attribute Set Parametric Attribute value
set_attributes Set multiple Parametric Attribute values
set_name Set new name of existing Parametric
set_polygons Set Polygons to existing Parametric

Additional API endpoints:

Name Description
add_example Add Example
add_plot Add Plot
apply Apply
generate Generate
remove_plot Remove Plot
remove_plot_attributes Remove Plot Attributes
save_as_measure Save As Measure
set_alignment Set Alignment
set_function Set Function
set_plot_attributes Set Plot Attributes
set_plot_function Set Plot Function