6 tfn = RMF._get_temporary_file_path(
"aliases.rmf")
10 f.add_frame(
"root", RMF.FRAME)
14 bf = RMF.BallFactory(f)
15 cf = RMF.CylinderFactory(f)
16 sf = RMF.SegmentFactory(f)
18 b = bf.get(r.add_child(
"ball", RMF.GEOMETRY))
22 c = cf.get(r.add_child(
"cylinder", RMF.GEOMETRY))
FileHandle create_rmf_file(std::string path)
Create an RMF from a file system path.