Class BodyContactBuilder
Inheritance
BodyContactBuilder
Assembly: NXOpen.dll
Syntax
public class BodyContactBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BodyContactBuilder()
Declaration
protected BodyContactBuilder()
Properties
AdamsParameters
Declaration
public BodyContactAdams AdamsParameters { get; }
Property Value
ContactType
Declaration
public BodyContactBuilder.ContactTypeOption ContactType { get; set; }
Property Value
FirstContactGeometryObject
Declaration
public SelectNXObject FirstContactGeometryObject { get; }
Property Value
FirstContactGeometryObjectOvrCtrl
Declaration
public ParamOverrideState FirstContactGeometryObjectOvrCtrl { get; set; }
Property Value
LmsParameters
Declaration
public BodyContactLms LmsParameters { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
RecurdynParameters
Declaration
public BodyContactRecurdyn RecurdynParameters { get; }
Property Value
SecondContactGeometryObject
Declaration
public SelectNXObject SecondContactGeometryObject { get; }
Property Value
SecondContactGeometryObjectOvrCtrl
Declaration
public ParamOverrideState SecondContactGeometryObjectOvrCtrl { get; set; }
Property Value
SphereCenter
Declaration
public Point SphereCenter { get; set; }
Property Value
SphereCenterOvrCtrl
Declaration
public ParamOverrideState SphereCenterOvrCtrl { get; set; }
Property Value
SphereLink
Declaration
public SelectLink SphereLink { get; }
Property Value
SphereLinkOvrCtrl
Declaration
public ParamOverrideState SphereLinkOvrCtrl { get; set; }
Property Value
SphereToCadParameters
Declaration
public BodyContactSphereToCAD SphereToCadParameters { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink