Line Entity
Line Entity objects present a mathematical 3D line as a entity, i.e. it adds 
    properties necessary for a line to become member of a model (local frame etc) 
Line Entity is a Entity so it has all it sproperties 
    local frame, name etc.  
Geometry of a Line Entity is contained in a reference to a 
    generic 3D line (curve). 
To create a Line Entity from a program call 
IDIObjGenerator.Create( EObjectType.eObjTypeLineEntity ). and cast (query) 
the return to ILineSection_KC.  
             
	
        Use methods of ILineSection_KC to attach a line to the Line Entity. 
        Use properties and interfaces relevant to the specific mathematical curve to 
        modify geometry of the curve. 
             
	
                 |