Surface.TryGetPlanar Method

Converts this generic surface to PlanarSurface (when possible).
Public Function TryGetPlanar( _ 
ByRef ps As PlanarSurface
) As Boolean
This language is not supported or no code example is available.
public bool TryGetPlanar( 
out PlanarSurface ps 
)
This language is not supported or no code example is available.

Parameters

ps
PlanarSurface

The resulting planar surface (when possible)

Return Value

bool

True if the operation succeeds, false otherwise. If the surface is already a PlanarSurface, it returns false.

Remarks
 
It does not work for for planar cones with revolution angle equal to 2PI.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition