2020 Method
Changes 0
M

RuledSurface.Create

Description:
Creates a Surface object coincident with the ruled surface joining a bounded generating curve to a point.
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.
Overloads (2):
Create(Curve,XYZ)
public static Surface Create(
	Curve profileCurve,
	XYZ point
)
Return Value Surface The created surface. Note that this surface may not be of type RuledSurf.