| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | OnAfterFeatureCreate
(Solid Sld, Feature Feat)
Provides an action listener called after a feature is created. |
| void | OnAfterFeatureDelete
(Solid Sld, int FeatId)
Provides an action listener called after a feature is deleted. |
| void | OnAfterRegen
(Solid Sld,
/*optional*/
Feature StartFeature, boolean WasSuccessful)
Provides a notification function called after regenerating a solid. |
| void | OnAfterUnitConvert
(Solid Sld, boolean ConvertNumbers)
Provides an action listener called after the unit conversion of a solid. |
| void | OnBeforeFeatureCreate
(Solid Sld, int FeatId)
Provides a callback function called before creating a feature. |
| void | OnBeforeRegen
(Solid Sld,
/*optional*/
Feature StartFeature)
Provides a notification function called before the solid is regenerated. |
| void | OnBeforeUnitConvert
(Solid Sld, boolean ConvertNumbers)
Provides an action listener called before the unit conversion of a solid. |
| Method Detail |
|---|
| OnBeforeRegen |
|---|
| void | OnBeforeRegen | (Solid Sld, /*optional*/ Feature StartFeature) |
Provides a notification function called before the solid is
regenerated.
|
| OnAfterRegen |
|---|
| void | OnAfterRegen | (Solid Sld, /*optional*/ Feature StartFeature, boolean WasSuccessful) |
Provides a notification function called after regenerating a solid.
|
| OnBeforeUnitConvert |
|---|
| void | OnBeforeUnitConvert | (Solid Sld, boolean ConvertNumbers) |
Provides an action listener called before the unit conversion of
a solid.
|
| OnAfterUnitConvert |
|---|
| void | OnAfterUnitConvert | (Solid Sld, boolean ConvertNumbers) |
Provides an action listener called after the unit conversion of
a solid.
|
| OnBeforeFeatureCreate |
|---|
| void | OnBeforeFeatureCreate | (Solid Sld, int FeatId) |
Provides a callback function called before creating a feature.
|
| OnAfterFeatureCreate |
|---|
| void | OnAfterFeatureCreate | (Solid Sld, Feature Feat) |
Provides an action listener called after a feature is created.
|
| OnAfterFeatureDelete |
|---|
| void | OnAfterFeatureDelete | (Solid Sld, int FeatId) |
Provides an action listener called after a feature is deleted.
|