Description:

make fillet surfaces and hack them up to active pieces. Adjusts cross sections

Syntax:
public bool G2ChordalQuintic(
int railDegree,
bool bExtend,
List<Brep> Fillets
)
Parameters:
  • railDegree
  • Type: int
  • The degree of the rail
  • bExtend
  • Type: bool
  • If true, when one input surface is longer than the other, the fillet surface is extended to the input surface edges.
  • Fillets
  • Type: List<Brep>
  • the fillet8s that were created
Returns:
Type: bool
True if successful
Available since:
8.0

G2ChordalQuintic method

Class:  Rhino.Geometry.SurfaceFilletBase

Nothing found