Skip to main content

DPF Mechanical 2026 R1

ResultDefinition class

Last update: 18.06.2026

Namespace: Ans.DataProcessing

ResultDefinition()

Class Information

Property Value
Namespace Ans.DataProcessing
Assembly CS_DataProcessing

Constructors

Constructor

ResultDefinition()

Methods

ResultDefinition_SetCriteria

obj.ResultDefinition_SetCriteria(resDef, sCriteria, errorSize, sError)

Parameters:

  • resDef (IntPtr)
  • sCriteria (str)
  • errorSize (Int32& (out))
  • sError (String& (out))

ResultDefinition_SetSubCriteria

obj.ResultDefinition_SetSubCriteria(resDef, sSubCriteria, errorSize, sError)

Parameters:

  • resDef (IntPtr)
  • sSubCriteria (str)
  • errorSize (Int32& (out))
  • sError (String& (out))

ResultDefinition_SetLocation

obj.ResultDefinition_SetLocation(resDef, sLocation, errorSize, sError)

Parameters:

  • resDef (IntPtr)
  • sLocation (str)
  • errorSize (Int32& (out))
  • sError (String& (out))

ResultDefinition_SetStep

obj.ResultDefinition_SetStep(resDef, iStep, errorSize, sError)

Parameters:

  • resDef (IntPtr)
  • iStep (int)
  • errorSize (Int32& (out))
  • sError (String& (out))

ResultDefinition_SetMeshScoping

obj.ResultDefinition_SetMeshScoping(resDef, scoping, errorSize, sError)

Parameters:

  • resDef (IntPtr)
  • scoping (IntPtr)
  • errorSize (Int32& (out))
  • sError (String& (out))

GetInternalData

result = obj.GetInternalData()

Returns: IntPtr

Properties

FilePath

Type: str

# Set the property (write-only)
obj.FilePath = new_value

Criteria

Type: str

# Get or set the property
value = obj.Criteria
obj.Criteria = new_value

SubCriteria

Type: str

# Get or set the property
value = obj.SubCriteria
obj.SubCriteria = new_value

Location

Type: str

# Get or set the property
value = obj.Location
obj.Location = new_value

step

Type: int

# Get or set the property
value = obj.step
obj.step = new_value

Scoping

Type: Scoping

# Get or set the property
value = obj.Scoping
obj.Scoping = new_value

Connect with Ansys