GeometryConversionOperator.EdgeCurtains Property
Gets or sets a flag indicating if curtains should be added to mesh geometries.
Syntax
public AttributeVariable< System.Boolean > EdgeCurtains { get; set; }
Property Value
Default: true
True if curtains should be added; False otherwise.
Remarks
This property only applies when the operator is set to output meshes. It controls if the operator should add an extra set of vertical triangles, forming what can be seen as curtains hanging from the edges of the generated meshes.
Platforms
Windows, Linux, Android