FaceDefinition.EdgeLoopDefinitions Property
Parent Object: FaceDefinitionDescription
Property that returns the collection of EdgeLoopDefinition objects associated with this FaceDefinition object.
Syntax
FaceDefinition.EdgeLoopDefinitions() As EdgeLoopDefinitionsProperty Value
This is a read only property whose value is an EdgeLoopDefinitions.Samples
Name | Description |
Transient surface body creation | The following sample demonstrates the creation of a transient surface body consisting of a single rectangular face. The body is created in transient space and then copied over to a part document as a base feature. |