IntersectionCurves.Add Method
Parent Object: IntersectionCurvesDescription
Creates a new intersection curve.
Syntax
IntersectionCurves.Add( EntityOne As Object, EntityTwo As Object ) As IntersectionCurveParameters
Name | Type | Description |
EntityOne | Object | Input object that defines the first entity. This can be one of the following: SurfaceBody, Face, WorkPlane or 2D sketch curve object. If a 2D sketch curve is specified, then sketch curves connected with the sketch curve might be automatically included for intersection operation. |
EntityTwo | Object | Input object that defines the second entity or set of entities being intersected by the first entity. This can be one of the following: SurfaceBody, Face, Faces, FaceCollection, WorkPlane or 2D sketch curve object with the following restrictions:
|
Samples
Name | Description |
Control point, equation, and intersection curve creation. | This sample demonstrates several new curve creation techniques introduced in Inventor 2014. It creates a new part and then create a 2d control point spline and a 2d equation curve. Surfaces are created from these two curves by extruding them. A 3d intersection curve is created between the extrusions. A 3d control point spline and 3d equation curve are also created. |