M_Rhino_Geometry_Hatch_CreateDisplayGeometry - mcneel/rhinocommon-api-docs GitHub Wiki

Hatch.CreateDisplayGeometry Method

Generate geometry that would be used to draw the hatch with a given hatch pattern

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void CreateDisplayGeometry(
	HatchPattern pattern,
	double patternScale,
	out Curve[] bounds,
	out Line[] lines,
	out Brep solidBrep
)

VB

Public Sub CreateDisplayGeometry ( 
	pattern As HatchPattern,
	patternScale As Double,
	<OutAttribute> ByRef bounds As Curve(),
	<OutAttribute> ByRef lines As Line(),
	<OutAttribute> ByRef solidBrep As Brep
)

Parameters

 

pattern
Type: Rhino.DocObjects.HatchPattern
[Missing documentation for "M:Rhino.Geometry.Hatch.CreateDisplayGeometry(Rhino.DocObjects.HatchPattern,System.Double,Rhino.Geometry.Curve[]@,Rhino.Geometry.Line[]@,Rhino.Geometry.Brep@)"]
patternScale
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Hatch.CreateDisplayGeometry(Rhino.DocObjects.HatchPattern,System.Double,Rhino.Geometry.Curve[]@,Rhino.Geometry.Line[]@,Rhino.Geometry.Brep@)"]
bounds
Type: Rhino.Geometry.Curve[]
[Missing documentation for "M:Rhino.Geometry.Hatch.CreateDisplayGeometry(Rhino.DocObjects.HatchPattern,System.Double,Rhino.Geometry.Curve[]@,Rhino.Geometry.Line[]@,Rhino.Geometry.Brep@)"]
lines
Type: Rhino.Geometry.Line[]
[Missing documentation for "M:Rhino.Geometry.Hatch.CreateDisplayGeometry(Rhino.DocObjects.HatchPattern,System.Double,Rhino.Geometry.Curve[]@,Rhino.Geometry.Line[]@,Rhino.Geometry.Brep@)"]
solidBrep
Type: Rhino.Geometry.Brep
[Missing documentation for "M:Rhino.Geometry.Hatch.CreateDisplayGeometry(Rhino.DocObjects.HatchPattern,System.Double,Rhino.Geometry.Curve[]@,Rhino.Geometry.Line[]@,Rhino.Geometry.Brep@)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Hatch Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️