Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface IChainedPathInfo

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Chained
Assembly: VMDChainedBase.dll

This interface is the gateway that gets or sets ChainedPath data.

public interface IChainedPathInfo

Extension Methods

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

Methods

GetAssembledRadius()

Gets the assemble radius

Variable GetAssembledRadius()

Returns

Variable

The assemble radius

GetCenterPosition()

Gets the center position.

PointBase GetCenterPosition()

Returns

PointBase

The center position.

GetPathRotationAxis()

Gets the rotation axis of path.

DirectionBase GetPathRotationAxis()

Returns

DirectionBase

The rotation axis.

Get_WorkPlane()

Get work plane.

Plane Get_WorkPlane()

Returns

Plane

The plane

SetAssembledRadius(Variable)

Sets the assemble radius.

void SetAssembledRadius(Variable _assembledradius)

Parameters

_assembledradius Variable

The assemble radius

SetCenterPosition(PointBase)

Sets the center position.

void SetCenterPosition(PointBase _centerposition)

Parameters

_centerposition PointBase

The center position.

SetPathRotationAxis(DirectionBase)

Sets the rotation axis of path.

void SetPathRotationAxis(DirectionBase _rotationaxis)

Parameters

_rotationaxis DirectionBase

The boolean value.

Connect with Ansys