| MacroFeatureExTParamsOnSetDimensions Method (ISldWorks, IModelDoc2, IFeature, MacroFeatureRebuildResult, DimensionDataCollection, TParams) |
Override this function to configure the dimensions of macro feature (i.e. position, style, etc.)
Namespace:
CodeStack.SwEx.MacroFeature
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax protected virtual void OnSetDimensions(
ISldWorks app,
IModelDoc2 model,
IFeature feature,
MacroFeatureRebuildResult rebuildResult,
DimensionDataCollection dims,
TParams parameters
)
Protected Overridable Sub OnSetDimensions (
app As ISldWorks,
model As IModelDoc2,
feature As IFeature,
rebuildResult As MacroFeatureRebuildResult,
dims As DimensionDataCollection,
parameters As TParams
)
protected:
virtual void OnSetDimensions(
ISldWorks^ app,
IModelDoc2^ model,
IFeature^ feature,
MacroFeatureRebuildResult^ rebuildResult,
DimensionDataCollection^ dims,
TParams parameters
)
Parameters
- app
- Type: ISldWorks
Pointer to application - model
- Type: IModelDoc2
Pointer to current model - feature
- Type: IFeature
Pointer to macro feature - rebuildResult
- Type: CodeStack.SwEx.MacroFeature.BaseMacroFeatureRebuildResult
- dims
- Type: CodeStack.SwEx.MacroFeature.DataDimensionDataCollection
Pointer to dimensions of macro feature - parameters
- Type: TParams
Current instance of parameters (including the values of dimensions)
Remarks See Also