public final class StepCollections extends Object
Useful collections for simplification of iterating through STP data.
| Constructor and Description |
|---|
StepCollections(StpImage image) |
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.Collections.Generic.Dictionary<StepRepresentationItem,com.aspose.ms.System.Collections.Generic.List<StepRepresentationItem>> |
getIndirectModels()
Optional indirect models refereces collection.
|
com.aspose.ms.System.Collections.Generic.Dictionary<StepRepresentationItem,com.aspose.ms.System.Collections.Generic.Dictionary<StepRepresentationItem,HashSet<StepRepresentationItem>>> |
getLogicalModels()
Logical models relationship information collection.
|
com.aspose.ms.System.Collections.Generic.Dictionary<StepRepresentationItem,StepStyle> |
getStyles()
Styles collection.
|
public StepCollections(StpImage image)
public com.aspose.ms.System.Collections.Generic.Dictionary<StepRepresentationItem,StepStyle> getStyles()
Styles collection.
public com.aspose.ms.System.Collections.Generic.Dictionary<StepRepresentationItem,com.aspose.ms.System.Collections.Generic.Dictionary<StepRepresentationItem,HashSet<StepRepresentationItem>>> getLogicalModels()
Logical models relationship information collection.
[Dictionary of nodes (Key: Node, Value: Dictionary of parent nodes)] |_[Dictionary of parent nodes (Key: Parent node, Value: Hash table of transformations)] |_[Hash table of transformations]
public com.aspose.ms.System.Collections.Generic.Dictionary<StepRepresentationItem,com.aspose.ms.System.Collections.Generic.List<StepRepresentationItem>> getIndirectModels()
Optional indirect models refereces collection.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.