Class CreateMarker
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Operation
Assembly: VMOpCore.dll
Create marker class
public class CreateMarker
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
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