Interface IContactGeometry3D
Last update: 16.07.2025Namespace: VM.Managed.DAFUL
Assembly: VMDFBase.dll
This interface is to represent the contact geometry 3 dimension.
public interface IContactGeometry3D : IContactGeometry
Implements
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
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
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
true if success; otherwise, false.