Description:
Returns the type of conic section based on the curve's shape.
Syntax:
Description:
Returns the type of conic section based on the curve's shape.
Syntax:
public ConicSectionType GetConicSectionType(
out Point3d focus1,
out Point3d focus2,
out Point3d center
)
out Point3d focus1,
out Point3d focus2,
out Point3d center
)
Parameters:
- focus1
- Type: Point3d
- The first focus point, if applicable.
- focus2
- Type: Point3d
- The second focus point, if applicable.
- center
- Type: Point3d
- The center point, if applicable.
Returns:
Type: ConicSectionType
Available since:
6.0