2024 Method
Changes 0
M

CompoundStructure.SetParticipatesInWrapping

Description:
Assigns if a layer is included in wrapping at inserts and ends.
Remarks:
This method applies only to interior and exterior shell layers.
public void SetParticipatesInWrapping(
	int layerIdx,
	bool participatesInWrapping
)
  • Int32
    layerIdx
    The index of the layer.
  • Boolean
    participatesInWrapping
    True if the specified layer will participate in wrapping at inserts and ends, false otherwise.