Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Interface IContactGeometry3D

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL
Assembly: VMDFBase.dll

This interface is to represent the contact geometry 3 dimension.

public interface IContactGeometry3D : IContactGeometry

Implements

IContactGeometry

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Properties

HalfThickness

Gets or sets the half thickness.

ExpressionValueVariable HalfThickness { get; set; }

Property Value

ExpressionValueVariable

SurfaceSmoothingType

Gets or sets the type of the surface smoothing.

SurfaceSmoothing SurfaceSmoothingType { get; set; }

Property Value

SurfaceSmoothing

Methods

GetPointDirectionOnGeometry(ref VectorBase, ref VectorBase)

Gets the point direction.

bool GetPointDirectionOnGeometry(ref VectorBase point, ref VectorBase direction)

Parameters

point VectorBase

The point.

direction VectorBase

The direction.

Returns

bool

true if success; otherwise, false.

Connect with Ansys