You can look @ this thread for example to how to apply Linear gap.
Pay attention that CGap and Linear Gap are two different things.
To use CGap you shoud run a non linear analysis.
To use linear gap you should re-iterate a linear analysis. parameter CDITER.
Linear gap should be done using the Patran utility :
Utilities->Applications->Linear Gaps.
The only way to do linear gaps is between two grid points. The grid points could be coincident or not coincident.
Linear gaps haven't any property they are just open or close.
If they are open no load could pass through the linear gap. If they are close full load pass through them.
To constrain grid points of a 3D model you could use AUTOSPC, YES or much better constrain the grid points with a SPC1 Card.
You could make a first run and ask for AUTOSPC (PUNCH),YES in case control section.
the open the file *.pch and you will find all the cards you need to constrain the grid points of your model.
You could just rename the *.pch to *_xxx.bdf and include the file with an INCLUDE '*_xxx.bdf' statement.
Just add in the main bdf the SPCADD statement with the code needed.
Onda