SurfaceExtendEdges Method
|
Extends the edges of this surface by merging
the extended/stretched edges to existing surface.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void ExtendEdges(
FullSubentityPath[] edges,
double extension,
EdgeExtensionType extOption,
bool associativeEnabled
)
Public Sub ExtendEdges (
edges As FullSubentityPath(),
extension As Double,
extOption As EdgeExtensionType,
associativeEnabled As Boolean
)
public:
void ExtendEdges(
array<FullSubentityPath>^ edges,
double extension,
EdgeExtensionType extOption,
bool associativeEnabled
)
member ExtendEdges :
edges : FullSubentityPath[] *
extension : float *
extOption : EdgeExtensionType *
associativeEnabled : bool -> unit
Parameters
- edges FullSubentityPath
- [in] Array of full sub-entity paths of the edges that are to be
extended.
- extension Double
- [in] Extension distance.
- extOption EdgeExtensionType
- [in] Determines whether edges need to be extended or
stretched.
- associativeEnabled Boolean
- [in] Determines whether extend surface associativity is
enabled.
See Also