<Code Lib>
2024 Method
Changes 0
M

FabricationRodInfo.SetRodStructureExtension

Description:
Set the length of the rod's top extension into structure. The rod must be attached to structure.

public bool SetRodStructureExtension(
	int rodIndex,
	double extension
)

  • Int32
    rodIndex
    The rod index.
  • Double
    extension
    Distance the rod will extend into the structure.
Return Value bool Returns true if it was successful otherwise false.

Loading…