EdgeModifierBaseFindReferenceFaces Method

Definition

Namespace: Macad.Core.Shapes
Assembly: Macad.Core (in Macad.Core.dll) Version: 3.0.1840
C#
public Dictionary<TopoDS_Edge, TopoDS_Face> FindReferenceFaces(
	TopoDS_Shape sourceShape,
	IEnumerable<TopoDS_Edge> edges,
	bool reverseOrientation
)

Parameters

sourceShape  TopoDS_Shape
 
edges  IEnumerableTopoDS_Edge
 
reverseOrientation  Boolean
 

Return Value

DictionaryTopoDS_Edge, TopoDS_Face

See Also