topologicpy.Aperture module
- class topologicpy.Aperture.Aperture
Bases:
objectMethods
ByTopologyContext(topology, context)Creates an aperture object represented by the input topology and one that belongs to the input context.
Topology(aperture)Returns the topology of the input aperture.
- static ByTopologyContext(topology, context)
Creates an aperture object represented by the input topology and one that belongs to the input context.
- Parameters
- topologytopologic_core.Topology
The input topology that represents the aperture.
- contextContext
The context of the aperture. See Context class.
- Returns
- Aperture
The created aperture.
- static Topology(aperture)
Returns the topology of the input aperture.
- Parameters
- apertureAperture
The input aperture.
- Returns
- Topology
The topology of the input aperture.