SurfaceCreateOffsetSurface Method (Entity, Double, Boolean)
 | 
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public static ObjectId CreateOffsetSurface(
        Entity entity,
        double offsetDistance,
        bool associativeEnabled
)
 
Public Shared Function CreateOffsetSurface ( 
        entity As Entity,
        offsetDistance As Double,
        associativeEnabled As Boolean
) As ObjectId
 
public:
static ObjectId CreateOffsetSurface(
        Entity^ entity, 
        double offsetDistance, 
        bool associativeEnabled
)
 
static member CreateOffsetSurface : 
        entity : Entity * 
        offsetDistance : float * 
        associativeEnabled : bool -> ObjectId 
 
 
 
Parameters
- entity
 
- Type: Teigha.DatabaseServicesEntity
 
- offsetDistance
 
- Type: SystemDouble
 
- associativeEnabled
 
- Type: SystemBoolean
 
Return Value
Type: 
ObjectId 
See Also