Profiles.AddForSurface Method
Parent Object: ProfilesDescription
Method that creates a profile for creating surface features. The resulting profile could be open or closed.
Syntax
Profiles.AddForSurface( [Curve] As Variant ) As ProfileParameters
Name | Type | Description |
Curve | Variant | Optional input sketch curve. The method retrieves the end connected chain of entities that this curve is a part of and creates a profile. If not specified, the method will create a new profile by examining the contents of the sketch and creating a single connected path. This is an optional argument whose default value is null. |
Samples
Name | Description |
Adding a new stitch (knit) feature | This sample demonstrates the creation of a stitch feature (known as the Knit feature in the API). The sample creates two work surfaces using surface extrusions and stitches them together. |