Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface IContactGeometry

Last update: 16.07.2025

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

This interface is to represent the contact geometry.

public interface IContactGeometry

Extension Methods

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

Properties

GeometryParentKey

Get the key of geometry parent

ObjectBase.ConvertKey GeometryParentKey { get; }

Property Value

ObjectBase.ConvertKey

MaxPenetration

Gets or sets the maximum penetration.

ExpressionValueVariable MaxPenetration { get; set; }

Property Value

ExpressionValueVariable

ReferenceMarker

Gets the reference marker.

InvisibleMarker ReferenceMarker { get; }

Property Value

InvisibleMarker

_Geometry

Gets or sets the geometry.

Linker<icontactable> _Geometry { get; set; }

Property Value

LinkerIContactable&gt;

Methods

GetPointDirection(ref VectorBase, ref VectorBase)

Gets the point direction.

bool GetPointDirection(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