Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class CreateMarker

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Operation
Assembly: VMOpCore.dll

Create marker class

public class CreateMarker

Inheritance

objectCreateMarker

Extension Methods

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

Constructors

CreateMarker()

public CreateMarker()

Methods

CreateMarkerOnBody(Document, IConnectable, TransformBase, string, bool)

Create the marker

public static Marker CreateMarkerOnBody(Document document, IConnectable conParent, TransformBase transform, string name, bool isPrefix = true)

Parameters

document Document

The document

conParent IConnectable

The parent body

transform TransformBase

The transform

name string

The name

isPrefix bool

Returns

Marker

CreatePartMarkerOnBody(Document3D, IPartMarkerParent, TransformBase, string)

Create the marker in part

public static Marker CreatePartMarkerOnBody(Document3D activeDocument, IPartMarkerParent conParent, TransformBase transform, string strPrefixName)

Parameters

activeDocument Document3D

The document

conParent IPartMarkerParent

The parent body

transform TransformBase

The transform

strPrefixName string

The pre-fix name

Returns

Marker

Connect with Ansys