SetCoreBoundaries

bool SetCoreBoundaries(this CompoundStructure cs, int firstCoreIndex, int lastCoreIndex)

Sets the core boundary indices.

Parameters

  • csCompoundStructure

    The compound structure.

  • firstCoreIndexint

    First core layer index.

  • lastCoreIndexint

    Last core layer index.

Returns: True if successful; otherwise false.

Example

cs.SetCoreBoundaries(1, 3);