2024 Method
Changes 0
M

RuledSurface.Create

Description:
Creates a Surface object coincident with the ruled surface joining two bounded generating curves.
Remarks:
The returned surface may not be of type RuledSurf - this function will create a surface of the simplest possible type (Plane, CylindricalSurface, etc.) that can be used to represent the given ruled surface. Given that the surface may be simplified, this function does not guarantee any particular parameterization of the surface. The curves should be such that a ruled surface whose rulings connect points on the two curves with the same normalized coordinates has no self-intersections or interior singularities.
Overloads (2):
Create(Curve,Curve)
public static Surface Create(
	Curve profileCurve1,
	Curve profileCurve2
)
Return Value Surface The created surface. Note that this surface may not be of type RuledSurf.