Solid Edge Assembly Type Library
GetRedefineSectionPlacement 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 that the section is moved.
Specifies the distance on the y-axis that the section is moved.
Description
This method returns the placement for the specified section for the referenced StructuralFrame object.
Syntax
Visual Basic
Public Sub GetRedefineSectionPlacement( _
   ByVal SectionId As Long, _
   Optional ByRef Rotation As Variant, _
   Optional ByRef XDistance As Variant, _
   Optional ByRef 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 that the section is moved.
YDistance
Specifies the distance on the y-axis that the section is moved.
See Also

StructuralFrame Object  | StructuralFrame Members

Send comments on this topic.