Mesh2Shape Namespace Reference

Variables

 ext = None
 
list faces = []
 
int max_length = 0
 
 mesh = App.ActiveDocument.ActiveObject.Mesh
 
 segments = mesh.getPlanarSegments(0.00001)
 
 shell = Part.Compound(faces)
 
 wires = MeshPart.wireFromSegment(mesh, i)
 

Variable Documentation

◆ ext

Mesh2Shape.ext = None

◆ faces

list Mesh2Shape.faces = []

◆ max_length

Mesh2Shape.max_length = 0

◆ mesh

Mesh2Shape.mesh = App.ActiveDocument.ActiveObject.Mesh

◆ segments

Mesh2Shape.segments = mesh.getPlanarSegments(0.00001)

◆ shell

Mesh2Shape.shell = Part.Compound(faces)

◆ wires

Mesh2Shape.wires = MeshPart.wireFromSegment(mesh, i)