def register_artists(): Artist.register(Point, PointArtist, context='Plotter') Artist.register(Vector, VectorArtist, context='Plotter') Artist.register(Line, LineArtist, context='Plotter') Artist.register(Polyline, PolylineArtist, context='Plotter') Artist.register(Polygon, PolygonArtist, context='Plotter') Artist.register(Circle, CircleArtist, context='Plotter') Artist.register(Ellipse, EllipseArtist, context='Plotter') Artist.register(Mesh, MeshArtist, context='Plotter') Artist.register(Network, NetworkArtist, context='Plotter')
def register_artists(): Artist.register(ReachabilityMap, ReachabilityMapArtist, context='Grasshopper')
def register_artists(): Artist.register(Box, BoxArtist, context='Grasshopper') Artist.register(Capsule, CapsuleArtist, context='Grasshopper') Artist.register(Circle, CircleArtist, context='Grasshopper') Artist.register(Cone, ConeArtist, context='Grasshopper') Artist.register(Curve, CurveArtist, context='Grasshopper') Artist.register(Cylinder, CylinderArtist, context='Grasshopper') Artist.register(Frame, FrameArtist, context='Grasshopper') Artist.register(Line, LineArtist, context='Grasshopper') Artist.register(Mesh, MeshArtist, context='Grasshopper') Artist.register(Network, NetworkArtist, context='Grasshopper') Artist.register(Point, PointArtist, context='Grasshopper') Artist.register(Polygon, PolygonArtist, context='Grasshopper') Artist.register(Polyhedron, PolyhedronArtist, context='Grasshopper') Artist.register(Polyline, PolylineArtist, context='Grasshopper') Artist.register(RobotModel, RobotModelArtist, context='Grasshopper') Artist.register(Sphere, SphereArtist, context='Grasshopper') Artist.register(Surface, SurfaceArtist, context='Grasshopper') Artist.register(Torus, TorusArtist, context='Grasshopper') Artist.register(Vector, VectorArtist, context='Grasshopper') Artist.register(VolMesh, VolMeshArtist, context='Grasshopper') print('GH Artists registered.')
def register_artists(): Artist.register(ReachabilityMap, ReachabilityMapArtist, context='Rhino')