| Library | Module | Frames | Expand |
| Sub | OnAfterFeatureCreate (Sld as IpfcSolid, Feat as IpfcFeature) | |
| Provides an action listener called after a feature is created. | ||
| Sub | OnAfterFeatureDelete (Sld as IpfcSolid, FeatId as Long) | |
| Provides an action listener called after a feature is deleted. | ||
| Sub | OnAfterRegen (Sld as IpfcSolid, StartFeature as IpfcFeature [optional], WasSuccessful as Boolean) | |
| Provides a notification function called after regenerating a solid. | ||
| Sub | OnAfterUnitConvert (Sld as IpfcSolid, ConvertNumbers as Boolean) | |
| Provides an action listener called after the unit conversion of a solid. | ||
| Sub | OnBeforeFeatureCreate (Sld as IpfcSolid, FeatId as Long) | |
| Provides a callback function called before creating a feature. | ||
| Sub | OnBeforeRegen (Sld as IpfcSolid, StartFeature as IpfcFeature [optional]) | |
| Provides a notification function called before the solid is regenerated. | ||
| Sub | OnBeforeUnitConvert (Sld as IpfcSolid, ConvertNumbers as Boolean) | |
| Provides an action listener called before the unit conversion of a solid. | ||
| Sub | OnAfterFeatureCreate | (Sld as IpfcSolid, Feat as IpfcFeature) |
|
Provides an action listener called after a feature is created.
|
| Sub | OnAfterFeatureDelete | (Sld as IpfcSolid, FeatId as Long) |
|
Provides an action listener called after a feature is deleted.
|
| Sub | OnAfterRegen | (Sld as IpfcSolid, StartFeature as IpfcFeature [optional], WasSuccessful as Boolean) |
|
Provides a notification function called after regenerating a solid.
|
| Sub | OnAfterUnitConvert | (Sld as IpfcSolid, ConvertNumbers as Boolean) |
|
Provides an action listener called after the unit conversion of a solid.
|
| Sub | OnBeforeFeatureCreate | (Sld as IpfcSolid, FeatId as Long) |
|
Provides a callback function called before creating a feature.
|
| Sub | OnBeforeRegen | (Sld as IpfcSolid, StartFeature as IpfcFeature [optional]) |
|
Provides a notification function called before the solid is regenerated.
|
| Sub | OnBeforeUnitConvert | (Sld as IpfcSolid, ConvertNumbers as Boolean) |
|
Provides an action listener called before the unit conversion of a solid.
|