Exemplo n.º 1
0
 /// <summary>
 /// Get Rhino Curves from SlabPart Contours (Region).
 /// </summary>
 internal static List <Rhino.Geometry.Curve> GetRhinoCurves(this Shells.SlabPart slabPart)
 {
     return(slabPart.Region.ToRhinoCurves());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Get Rhino Surface from SlabPart Contours (Region).
 /// </summary>
 internal static Rhino.Geometry.Brep GetRhinoSurface(this Shells.SlabPart slabPart)
 {
     return(slabPart.Region.ToRhinoBrep());
 }