Solid Edge Part Type Library
SetCrossSections Method
Specifies the number of cross sections in the CrossSections array.
Contains the cross sections for the referenced object.
Description
Sets the cross sections associated with the referenced feature object.
Syntax
Visual Basic
Public Sub SetCrossSections( _
   ByVal NumCrossSections As Long, _
   ByRef CrossSections() As Object _
) 
Parameters
NumCrossSections
Specifies the number of cross sections in the CrossSections array.
CrossSections
Contains the cross sections for the referenced object.
See Also

LoftedCutout Object  | LoftedCutout Members

Send comments on this topic.