19 #include "TopologyFactory.h" 36 #ifdef TOPOLOGIC_DYNAMO 37 [IsVisibleInDynamoLibrary(
false)]
39 virtual Topology^
Create(
const TopologicCore::TopologyPtr& kpTopology)
override;
A Topology is an abstract superclass that includes constructors, properties and methods used by other...
Definition: Topology.h:53
A public abstract factory class to create a Topology. This class should be inherited when new topolog...
Definition: TopologyFactory.h:33
virtual Topology ^ Create(const TopologicCore::TopologyPtr &kpTopology) override
Creates a Shell from a TopologicCore layer Topology.
Definition: ShellFactory.cpp:24
Topologic is an open-source software modelling library enabling hierarchical and topological represen...
Definition: About.h:23
(private) A factory class to create a Shell.
Definition: ShellFactory.h:28