Click or drag to resize

UtilBakeErrorGeo Method

Bakes the problem geometry to the document on a special layer Geometry is colored -> Orange and will have the a name that is showing what the problem is!

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public static IList<Guid> BakeErrorGeo(
	IEnumerable<GeometryBase> erGeo,
	IEnumerable<string> erName
)

Parameters

erGeo
Type: System.Collections.GenericIEnumerableGeometryBase
List of error geometry
erName
Type: System.Collections.GenericIEnumerableString
List of error names

Return Value

Type: IListGuid

[Missing <returns> documentation for "M:PolyFramework.Util.BakeErrorGeo(System.Collections.Generic.IEnumerable{Rhino.Geometry.GeometryBase},System.Collections.Generic.IEnumerable{System.String})"]

See Also