RVTDocs.com

RevolvedSurface.IsValidProfileCurve(Frame, Curve)

Method
Description:
Checks if the input profile curve is valid to create a surface of revolution in the given frame of reference.
Remarks:
The validity is defined as follows:
  • The profile curve is bounded and non-degenerate.
  • It is co-planar with the axis of revolution.
  • It lies on the xz plane of the frame.
  • It lies on the right side of the axis.
  • Only the end points of the profile curve can touch the axis.
Syntax
public static bool IsValidProfileCurve(
	Frame frameOfReference,
	Curve profileCurve
)
Parameters
Parameter Type Description
frameOfReference Frame frameOfReference is an orthonormal frame that defines a local coordinate system for the surface of revolution. <ul><li> The frame can be "right-handed" or "left-handed". </li><li> The origin of the frame is the base of point of the axis of revolution.</li><li> The BasisZ of the frame is the direction of the axis. </li></ul>
profileCurve Curve The profile curve.
Return Value
Type Description
Boolean True if the profile curve is valid; False otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null