Solid Edge Assembly Type Library
SetRedefineSectionPlacement Method
Specifies the section for which you want to define a new placement.
Specifies the rotation angle for the section.
Specifies the distance on the x-axis to move the section.
Specifies the distance on the y-axis to move the section.
Description
This method sets a new placement for the specified section for the referenced StructuralFrame object. You must specify at least one optional parameter (Rotation, XDistance, or YDistance).
Syntax
Visual Basic
Public Sub SetRedefineSectionPlacement( _
   ByVal SectionId As Long, _
   Optional ByVal Rotation As Variant, _
   Optional ByVal XDistance As Variant, _
   Optional ByVal YDistance As Variant _
) 
Parameters
SectionId
Specifies the section for which you want to define a new placement.
Rotation
Specifies the rotation angle for the section.
XDistance
Specifies the distance on the x-axis to move the section.
YDistance
Specifies the distance on the y-axis to move the section.
See Also

StructuralFrame Object  | StructuralFrame Members

Send comments on this topic.