is there a way to query the corner points of a conceptual mass object?
i already tried the conversion to a solid and then use the “lunchbox deconstruct solid” node - but the node is not working i always get a ‘null’ result for the node. analyzing the lunchbox’s python node i always receive an error message: ‘Edge’ object has no attribute ‘AsCurve’ for the node.
Hi Peter,
You can extract all sorts of information using the Topology nodes. Use Vertex.PointGeometry and Edge.CurveGeometry to further refine this information.