AnalyticalModel.GetAnalyticalModelSketchComponents
Description:
Retrieves a collection of AnalyticalModelSketchComponent objects, which are useful for those Analytical Models that have finer calibration below the Element level.
Retrieves a collection of AnalyticalModelSketchComponent objects, which are useful for those Analytical Models that have finer calibration below the Element level.
Remarks:
The AnalyticalModelSketchComponent abstraction is necessary for the those Elements (currently only Slab) consisting of a Sketch, and each Sketch line has the potential to have Analytical Model specific items associated with it. These Analytical Model artifacts are components of the Slab, not of the individual curves (which have no Analytical Model). This form results in writable AnalyticalModelSketchComponents.
The AnalyticalModelSketchComponent abstraction is necessary for the those Elements (currently only Slab) consisting of a Sketch, and each Sketch line has the potential to have Analytical Model specific items associated with it. These Analytical Model artifacts are components of the Slab, not of the individual curves (which have no Analytical Model). This form results in writable AnalyticalModelSketchComponents.
public IList<AnalyticalModelSketchComponent> GetAnalyticalModelSketchComponents()
IList<AnalyticalModelSketchComponent>
If the Analytical Model supports Sketch-based adjustment of the Analytical Model,
then this will return an array of AnalyticalModelSketchComponents. Otherwise, it will
return an empty array.