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)
Syntaxpublic static IList<Guid> BakeErrorGeo(
IEnumerable<GeometryBase> erGeo,
IEnumerable<string> erName
)
Public Shared Function BakeErrorGeo (
erGeo As IEnumerable(Of GeometryBase),
erName As IEnumerable(Of String)
) As IList(Of Guid)
public:
static IList<Guid>^ BakeErrorGeo(
IEnumerable<GeometryBase^>^ erGeo,
IEnumerable<String^>^ erName
)
static member BakeErrorGeo :
erGeo : IEnumerable<GeometryBase> *
erName : IEnumerable<string> -> IList<Guid>
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