<Code Lib>
2027 Method
Changes 8
M

FabricationPart.SetStiffenerInfo

Description:
Sets the stiffener information for the fabrication part.

public void SetStiffenerInfo(
	int index,
	int stiffenerId,
	bool locked
)

  • Int32
    index
    The index of the stiffener to set.
  • Int32
    stiffenerId
    The identifier of the stiffener to set.
  • Boolean
    locked
    If true the stiffener will be locked and not changed by automatic processes.

Loading…