Class ExtractFaceSetBase
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder.Contact
Assembly: VMBldCt.dll
public class ExtractFaceSetBase : IBuilder
Inheritance
Derived
ExtractFaceSet, ExtractFaceSetMF
Implements
IBuilder
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ExtractFaceSetBase()
public ExtractFaceSetBase()
Properties
FirstConnectable
protected virtual Body FirstConnectable { get; }
Property Value
Body
FirstFaceSetName
public string FirstFaceSetName { get; }
Property Value
InputArray
public string[] InputArray { get; set; }
Property Value
string[]
Parameters
public PickedResult[] Parameters { get; set; }
Property Value
PickedResult[]
SecondConnectable
protected virtual Body SecondConnectable { get; }
Property Value
Body
SecondFaceSetName
public string SecondFaceSetName { get; }
Property Value
SplitFirstBody
public bool SplitFirstBody { get; }
Property Value
SplitSecondBody
public bool SplitSecondBody { get; }
Property Value
TargetFaces
protected virtual Face[] TargetFaces { get; }
Property Value
Face[]
Tolerance
public double Tolerance { get; }
Property Value
UseTolerance
public bool UseTolerance { get; }
Property Value
Methods
CreateFaceSet(string, SolidBody, Face[], Document3D)
protected virtual void CreateFaceSet(string strName, SolidBody sbParent, Face[] arFace, Document3D doc3D)
Parameters
strName string
sbParent SolidBody
arFace Face[]
doc3D Document3D
CreateFaceSet(string, Body, Face[], Document3D)
protected virtual void CreateFaceSet(string strName, Body sbParent, Face[] arFace, Document3D doc3D)
Parameters
strName string
sbParent Body
arFace Face[]
doc3D Document3D
Success()
public bool Success()