RemoveFirstLayer
bool RemoveFirstLayer(this CompoundStructure cs)Removes the first layer (exterior).
Parameters
- csCompoundStructure
The compound structure.
Returns: True if successful; otherwise false.
Example
cs.RemoveFirstLayer();bool RemoveFirstLayer(this CompoundStructure cs)Removes the first layer (exterior).
The compound structure.
cs.RemoveFirstLayer();