Interface IContactGeometry
Last update: 16.07.2025Namespace: 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
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
_Geometry
Gets or sets the geometry.
Linker<icontactable> _Geometry { get; set; }
Property Value
LinkerIContactable>
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
true if success; otherwise, false.